Searched refs:smoothedIntensity (Results 1 – 1 of 1) sorted by relevance
/external/opencv3/modules/features2d/src/ |
D | brisk.cpp | 118 inline int smoothedIntensity(const cv::Mat& image, 450 BRISK_Impl::smoothedIntensity(const cv::Mat& image, const cv::Mat& integral, const float key_x, in smoothedIntensity() function in cv::BRISK_Impl 715 *(pvalues++) = smoothedIntensity(image, _integral, x, y, scale, 0, i); in computeDescriptorsAndOrOrientation() 772 *(pvalues++) = smoothedIntensity(image, _integral, x, y, scale, theta, i); in computeDescriptorsAndOrOrientation()
|