Searched refs:pointIdxsOfClusters (Results 1 – 2 of 2) sorted by relevance
144 … 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() argument184 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()
1264 std::vector<std::vector<int> >* pointIdxsOfClusters=0, Mat* descriptors=0 );1273 std::vector<std::vector<int> >* pointIdxsOfClusters=0 );