HomeSort by relevance Sort by last modified time
    Searched refs:hue_range (Results 1 - 3 of 3) sorted by null

  /external/opencv3/samples/cpp/tutorial_code/Histograms_Matching/
calcBackProject_Demo1.cpp 62 float hue_range[] = { 0, 180 }; local
63 const float* ranges = { hue_range };
  /external/opencv3/modules/imgproc/test/ocl/
test_histogram.cpp 160 float hue_range[] = { 0, 180 }; local
161 const float* ranges1 = { hue_range };
  /external/opencv3/modules/imgproc/test/
test_color.cpp 81 int hue_range; member in class:CV_ColorCvtBaseTest
101 hue_range = 0;
188 if( depth == CV_8U && hue_range )
197 if( abs(*h - *h0) >= hue_range-1 && (*h <= 1 || *h0 <= 1) )
600 hue_range = 180;
616 hue_range = 256;
624 hue_range = 180;
639 float h_scale = depth == CV_8U ? hue_range*30.f/180 : 60.f;
678 float h_scale = depth == CV_8U ? 180/(hue_range*30.f) : 1.f/60;
739 hue_range = 180
    [all...]

Completed in 90 milliseconds