Home
last modified time | relevance | path

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

/external/opencv3/modules/features2d/src/
Dbagofwords.cpp144 … std::vector<std::vector<int> >* pointIdxsOfClusters, Mat* descriptors ) in compute()
155 compute( _descriptors, imgDescriptor, pointIdxsOfClusters ); in compute()
173 …pointDescriptors, OutputArray _imgDescriptor, std::vector<std::vector<int> >* pointIdxsOfClusters ) in compute() argument
184 if( pointIdxsOfClusters ) in compute()
186 pointIdxsOfClusters->clear(); in compute()
187 pointIdxsOfClusters->resize(clusterCount); in compute()
203 if( pointIdxsOfClusters ) in compute()
204 (*pointIdxsOfClusters)[trainIdx].push_back( queryIdx ); in compute()
/external/opencv3/modules/features2d/include/opencv2/
Dfeatures2d.hpp1264 std::vector<std::vector<int> >* pointIdxsOfClusters=0, Mat* descriptors=0 );
1273 std::vector<std::vector<int> >* pointIdxsOfClusters=0 );