Home
last modified time | relevance | path

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

/external/opencv3/modules/features2d/src/
Dbrisk.cpp94 …void computeDescriptorsAndOrOrientation(InputArray image, InputArray mask, std::vector<KeyPoint>& …
625computeDescriptorsAndOrOrientation(_image, _mask, keypoints, _descriptors, doDescriptors, doOrient… in detectAndCompute()
630 BRISK_Impl::computeDescriptorsAndOrOrientation(InputArray _image, InputArray _mask, std::vector<Key… in computeDescriptorsAndOrOrientation() function in cv::BRISK_Impl