Home
last modified time | relevance | path

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

/external/opencv3/modules/imgproc/src/
Dphasecorr.cpp409 static Point2d weightedCentroid(InputArray _src, cv::Point peakLocation, cv::Size weightBoxSize, do… in weightedCentroid() argument
416 int minr = peakLocation.y - (weightBoxSize.height >> 1); in weightedCentroid()
417 int maxr = peakLocation.y + (weightBoxSize.height >> 1); in weightedCentroid()
418 int minc = peakLocation.x - (weightBoxSize.width >> 1); in weightedCentroid()
419 int maxc = peakLocation.x + (weightBoxSize.width >> 1); in weightedCentroid()