Home
last modified time | relevance | path

Searched refs:nTrain (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/cudafeatures2d/src/
Dbrute_force_matcher.cpp627 const int nTrain = train.rows; in knnMatchAsync() local
647 allDist = pool.getBuffer(nQuery, nTrain, CV_32FC1); in knnMatchAsync()
896 const int nTrain = train.rows; in radiusMatchAsync() local
898 const int cols = std::max((nTrain / 100), nQuery); in radiusMatchAsync()