Searched refs:_keypoints (Results 1 – 4 of 4) sorted by relevance
/external/opencv3/modules/cudafeatures2d/src/ |
D | fast.cpp | 71 …virtual void detectAsync(InputArray _image, OutputArray _keypoints, InputArray _mask, Stream& stre… 113 …void FAST_Impl::detectAsync(InputArray _image, OutputArray _keypoints, InputArray _mask, Stream& s… in detectAsync() argument 139 _keypoints.release(); in detectAsync() 143 ensureSizeIsEnough(ROWS_COUNT, count, CV_32FC1, _keypoints); in detectAsync() 144 GpuMat& keypoints = _keypoints.getGpuMatRef(); in detectAsync()
|
D | orb.cpp | 353 …detectAndComputeAsync(InputArray _image, InputArray _mask, OutputArray _keypoints, OutputArray _de… 407 void mergeKeyPoints(OutputArray _keypoints); 581 …detectAndComputeAsync(InputArray _image, InputArray _mask, OutputArray _keypoints, OutputArray _de… in detectAndComputeAsync() argument 591 mergeKeyPoints(_keypoints); in detectAndComputeAsync() 763 void ORB_Impl::mergeKeyPoints(OutputArray _keypoints) in mergeKeyPoints() argument 774 _keypoints.release(); in mergeKeyPoints() 778 ensureSizeIsEnough(ROWS_COUNT, nAllkeypoints, CV_32FC1, _keypoints); in mergeKeyPoints() 779 GpuMat& keypoints = _keypoints.getGpuMatRef(); in mergeKeyPoints()
|
/external/opencv3/modules/ts/src/ |
D | cuda_perf.cpp | 273 … explicit KeypointIdxCompare(std::vector<cv::KeyPoint>* _keypoints) : keypoints(_keypoints) {} in KeypointIdxCompare()
|
/external/opencv/cv/src/ |
D | cvsurf.cpp | 254 CvSeq** _keypoints, CvSeq** _descriptors, in cvExtractSURF() argument 259 if( _keypoints ) in cvExtractSURF() 260 *_keypoints = 0; in cvExtractSURF() 552 if( _keypoints ) in cvExtractSURF() 553 *_keypoints = keypoints; in cvExtractSURF()
|