Searched refs:histImg (Results 1 – 3 of 3) sorted by relevance
/external/opencv3/samples/cpp/tutorial_code/Histograms_Matching/ |
D | calcBackProject_Demo1.cpp | 79 Mat histImg = Mat::zeros( w, h, CV_8UC3 ); in Hist_and_Backproj() local 82 …{ rectangle( histImg, Point( i*bin_w, h ), Point( (i+1)*bin_w, h - cvRound( hist.at<float>(i)*h/25… in Hist_and_Backproj() 84 imshow( "Histogram", histImg ); in Hist_and_Backproj()
|
/external/opencv3/doc/tutorials/imgproc/histograms/back_projection/ |
D | back_projection.markdown | 164 Mat histImg = Mat::zeros( w, h, CV_8UC3 ); 167 …{ rectangle( histImg, Point( i*bin_w, h ), Point( (i+1)*bin_w, h - cvRound( hist.at<float>(i)*h/25… 169 imshow( "Histogram", histImg );
|
/external/opencv/cvaux/src/ |
D | cvvecfacetracking.cpp | 619 int histImg[256] = {0}; in ThresholdingParam() local 626 histImg[buffImg[i]] ++; in ThresholdingParam() 632 if (histImg[i] > iHistMin) in ThresholdingParam() 638 if (histImg[i] > iHistMin) in ThresholdingParam() 651 black += histImg[i]; in ThresholdingParam() 653 white += histImg[i]; in ThresholdingParam()
|