HomeSort by relevance Sort by last modified time
    Searched full:featurescount (Results 1 - 1 of 1) sorted by null

  /external/opencv3/modules/features2d/test/
test_nearestneighbors.cpp 63 static const int featuresCount = 2000;
99 int fi = rng.next() % featuresCount;
129 Mat desc( featuresCount, dims, CV_32FC1 );

Completed in 62 milliseconds