Searched defs:hue (Results 1 - 17 of 17) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_csc.h40 float hue; member in struct:vl_procamp
/external/opencv3/samples/cpp/tutorial_code/Histograms_Matching/
H A DcalcBackProject_Demo1.cpp17 Mat src; Mat hsv; Mat hue; variable
35 hue.create( hsv.size(), hsv.depth() );
37 mixChannels( &hsv, 1, &hue, 1, ch, 1 );
66 calcHist( &hue, 1, 0, Mat(), hist, 1, &histSize, &ranges, true, false );
71 calcBackProject( &hue, 1, 0, hist, backproj, &ranges, 1, true );
/external/opencv3/3rdparty/openexr/Imath/
H A DImathColorAlgo.cpp50 double hue = hsv.x; local
56 if (hue == 1) hue = 0;
57 else hue *= 6;
59 int i = int(Math<double>::floor(hue));
60 double f = hue-i;
82 double hue = hsv.r; local
88 if (hue == 1) hue = 0;
89 else hue *
124 double hue = 0; local
157 double hue = 0; local
[all...]
/external/opencv3/samples/cpp/
H A Dcamshiftdemo.cpp102 Mat frame, hsv, hue, mask, hist, histimg = Mat::zeros(200, 320, CV_8UC3), backproj; local
127 hue.create(hsv.size(), hsv.depth());
128 mixChannels(&hsv, 1, &hue, 1, ch, 1);
132 Mat roi(hue, selection), maskroi(mask, selection);
155 calcBackProject(&hue, 1, 0, hist, backproj, &phranges);
/external/opencv3/samples/tapi/
H A Dcamshift.cpp102 cv::UMat hsv, hist, hue, mask, backproj; local
128 hue.create(hsv.size(), hsv.depth());
129 cv::mixChannels(std::vector<cv::UMat>(1, hsv), std::vector<cv::UMat>(1, hue), fromTo, 1);
133 cv::UMat roi(hue, selection), maskroi(mask, selection);
160 cv::calcBackProject(std::vector<cv::UMat>(1, hue), std::vector<int>(1, 0), hist, backproj,
/external/skia/src/animator/
H A DSkDrawColor.cpp36 SkScalar hue;
38 hue = 0;
42 hue = SkScalarMul(green - blue, part60);
43 if (hue < 0)
44 hue += 360 * SK_Scalar1;
47 hue = 120 * SK_Scalar1 + SkScalarMul(blue - red, part60);
49 hue = 240 * SK_Scalar1 + SkScalarMul(red - green, part60);
52 return hue;
61 SkScalar hue = choice == kGetHue ? hsv : RGB_to_HSV(color, kGetHue); local
71 //SkScalar fraction = SkScalarMod(hue, 6
[all...]
/external/libpng/contrib/gregbook/
H A Drpng2-win.c972 double red=0.0, green=0.0, blue=0.0, hue, s, v, f, p, q, t; local
982 * aoffset: number of degrees to rotate hue [CURRENTLY NOT USED]
1009 hue = (angle + PI) * INV_PI_360 + aoffset;
1020 if ((hue < 0.0) || (hue >= 360.0))
1021 hue -= (((int)(hue / 360.0)) * 360.0);
1022 hue /= 60.0;
1023 ii = (int)hue;
1024 f = hue
[all...]
H A Drpng2-x.c1221 double red=0.0, green=0.0, blue=0.0, hue, s, v, f, p, q, t; local
1231 * aoffset: number of degrees to rotate hue [CURRENTLY NOT USED]
1258 hue = (angle + PI) * INV_PI_360 + aoffset;
1269 if ((hue < 0.0) || (hue >= 360.0))
1270 hue -= (((int)(hue / 360.0)) * 360.0);
1271 hue /= 60.0;
1272 ii = (int)hue;
1273 f = hue
1993 double red=0.0, green=0.0, blue=0.0, hue, s, v, f, p, q, t; local
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 1687 milliseconds