Searched refs:imgDescriptor (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/modules/features2d/src/ |
D | bagofwords.cpp | 143 …rExtractor::compute( InputArray image, std::vector<KeyPoint>& keypoints, OutputArray imgDescriptor, in compute() argument 146 imgDescriptor.release(); in compute() 155 compute( _descriptors, imgDescriptor, pointIdxsOfClusters ); in compute() 193 Mat imgDescriptor = _imgDescriptor.getMat(); in compute() local 195 float *dptr = imgDescriptor.ptr<float>(); in compute() 208 imgDescriptor /= keypointDescriptors.size().height; in compute()
|
/external/opencv3/modules/features2d/include/opencv2/ |
D | features2d.hpp | 1263 void compute( InputArray image, std::vector<KeyPoint>& keypoints, OutputArray imgDescriptor, 1272 void compute( InputArray keypointDescriptors, OutputArray imgDescriptor, 1276 …ute) void compute2( const Mat& image, std::vector<KeyPoint>& keypoints, CV_OUT Mat& imgDescriptor ) in CV_WRAP_AS() 1277 { compute(image,keypoints,imgDescriptor); } in CV_WRAP_AS()
|