Searched defs:_descriptors (Results 1 - 4 of 4) sorted by relevance

/external/opencv3/modules/ts/src/
H A Dcuda_perf.cpp289 void sortKeyPoints(std::vector<cv::KeyPoint>& keypoints, cv::InputOutputArray _descriptors) argument
303 if (_descriptors.needed())
305 descriptors = _descriptors.getMat();
318 if (_descriptors.needed())
319 new_descriptors.copyTo(_descriptors);
/external/opencv3/modules/stitching/src/
H A Dmatchers.cpp416 Mat _descriptors; local
448 _descriptors.push_back(descriptors.getMat(ACCESS_READ));
452 //features.descriptors = _descriptors.getUMat(ACCESS_READ);
453 _descriptors.copyTo(features.descriptors);
/external/opencv/cv/src/
H A Dcvsurf.cpp254 CvSeq** _keypoints, CvSeq** _descriptors,
261 if( _descriptors )
262 *_descriptors = 0;
304 if( _descriptors )
411 if( !_descriptors )
554 if( _descriptors )
555 *_descriptors = descriptors;
253 cvExtractSURF( const CvArr* _img, const CvArr* _mask, CvSeq** _keypoints, CvSeq** _descriptors, CvMemStorage* storage, CvSURFParams params ) argument
/external/opencv3/modules/objdetect/src/
H A Dhog.cpp1326 static bool ocl_compute(InputArray _img, Size win_stride, std::vector<float>& _descriptors, int descr_format, Size blockSize, argument
1390 descriptors.reshape(1, (int)descriptors.total()).getMat(ACCESS_READ).copyTo(_descriptors);

Completed in 262 milliseconds