renamed "None()" to "noArray()" to avoid conflicts with X11 (ticket #1122)
This commit is contained in:
@@ -3639,7 +3639,7 @@ computeSums( const Mat& points, const size_t* ofs, int a, int b, double* sums )
|
||||
|
||||
void KDTree::build(InputArray _points, bool _copyData)
|
||||
{
|
||||
build(_points, None(), _copyData);
|
||||
build(_points, noArray(), _copyData);
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user