Searched refs:DHist (Results 1 – 1 of 1) sorted by relevance
878 Mat DHist(histRows + 2, histCols + 2, CV_32SC1, Scalar::all(0)); in calcPosition() local915 ++DHist.at<int>(cvRound(c1.y) + 1, cvRound(c1.x) + 1); in calcPosition()923 const int* prevRow = DHist.ptr<int>(y); in calcPosition()924 const int* curRow = DHist.ptr<int>(y + 1); in calcPosition()925 const int* nextRow = DHist.ptr<int>(y + 2); in calcPosition()