calcBackProject 2861 modules/imgproc/include/opencv2/imgproc.hpp CV_EXPORTS void calcBackProject( const Mat* images, int nimages, calcBackProject 2867 modules/imgproc/include/opencv2/imgproc.hpp CV_EXPORTS void calcBackProject( const Mat* images, int nimages, calcBackProject 2873 modules/imgproc/include/opencv2/imgproc.hpp CV_EXPORTS_W void calcBackProject( InputArrayOfArrays images, const std::vector<int>& channels, calcBackProject 246 modules/imgproc/misc/java/test/ImgprocTest.java Imgproc.calcBackProject(images, channels, hist, dst, ranges, 255); calcBackProject 120 modules/imgproc/perf/opencl/perf_imgproc.cpp OCL_TEST_CYCLE() cv::calcBackProject(std::vector<UMat>(1,src), channels, hist, dst, ranges, 1); calcBackProject 2265 modules/imgproc/src/histogram.cpp calcBackProject(&buf[0], nimages, csz ? &channels[0] : 0, calcBackProject 3277 modules/imgproc/src/histogram.cpp cv::calcBackProject( &images[0], (int)images.size(), calcBackProject 3284 modules/imgproc/src/histogram.cpp cv::calcBackProject( &images[0], (int)images.size(), calcBackProject 179 modules/imgproc/test/ocl/test_histogram.cpp OCL_OFF(calcBackProject(&frame1, 1, 0, hist1, dst1, &ranges1, 1, true)); calcBackProject 180 modules/imgproc/test/ocl/test_histogram.cpp OCL_ON(calcBackProject(uims, chs, uhist1, udst1, urngs, 1.0)); calcBackProject 205 modules/imgproc/test/ocl/test_histogram.cpp OCL_OFF(cv::calcBackProject(images_roi, channels, hist_roi, dst_roi, ranges, scale)); calcBackProject 206 modules/imgproc/test/ocl/test_histogram.cpp OCL_ON(cv::calcBackProject(uimages_roi, channels, uhist_roi, udst_roi, ranges, scale)); calcBackProject 155 samples/cpp/camshiftdemo.cpp calcBackProject(&hue, 1, 0, hist, backproj, &phranges); calcBackProject 71 samples/cpp/tutorial_code/Histograms_Matching/calcBackProject_Demo1.cpp calcBackProject( &hue, 1, 0, hist, backproj, &ranges, 1, true ); calcBackProject 99 samples/cpp/tutorial_code/Histograms_Matching/calcBackProject_Demo2.cpp calcBackProject( &hsv, 1, channels, hist, backproj, ranges, 1, true ); calcBackProject 160 samples/tapi/camshift.cpp cv::calcBackProject(std::vector<cv::UMat>(1, hue), std::vector<int>(1, 0), hist, backproj,