Home
last modified time | relevance | path

Searched refs:s_bins (Results 1 – 4 of 4) sorted by relevance

/external/opencv3/modules/python/test/
Dcalchist.py19 s_bins = 32
20 hist_size = [h_bins, s_bins]
28 hist = cv.CreateHist([h_bins, s_bins], cv.CV_HIST_ARRAY, ranges, 1)
32 hist_img = cv.CreateImage((h_bins*scale, s_bins*scale), 8, 3)
35 for s in range(s_bins):
/external/opencv3/samples/cpp/tutorial_code/Histograms_Matching/
DcalcBackProject_Demo2.cpp83 int h_bins = 30; int s_bins = 32; in Hist_and_Backproj() local
84 int histSize[] = { h_bins, s_bins }; in Hist_and_Backproj()
DcompareHist_Demo.cpp45 int h_bins = 50; int s_bins = 60; in main() local
46 int histSize[] = { h_bins, s_bins }; in main()
/external/opencv3/doc/tutorials/imgproc/histograms/histogram_comparison/
Dhistogram_comparison.markdown86 int h_bins = 50; int s_bins = 60;
87 int histSize[] = { h_bins, s_bins };