Lines Matching refs:buffImg
620 uchar* buffImg = (uchar*)imgGray->imageData;622 buffImg += rROI.y * imgGray->widthStep + rROI.x;626 histImg[buffImg[i]] ++;627 buffImg += imgGray->widthStep;