Home
last modified time | relevance | path

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

/external/opencv3/modules/features2d/src/
Dbrisk.cpp680 cv::Mat _integral; // the integral image in computeDescriptorsAndOrOrientation() local
681 cv::integral(image, _integral); in computeDescriptorsAndOrOrientation()
715 *(pvalues++) = smoothedIntensity(image, _integral, x, y, scale, 0, i); in computeDescriptorsAndOrOrientation()
772 *(pvalues++) = smoothedIntensity(image, _integral, x, y, scale, theta, i); in computeDescriptorsAndOrOrientation()