Searched refs:weightBoxSize (Results 1 – 1 of 1) sorted by relevance
409 static Point2d weightedCentroid(InputArray _src, cv::Point peakLocation, cv::Size weightBoxSize, do… in weightedCentroid() argument416 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()