mirror of
https://github.com/opencv/opencv.git
synced 2026-09-13 05:42:51 -05:00
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