Home
last modified time | relevance | path

Searched refs:Gray (Results 1 – 20 of 20) sorted by relevance

/external/opencv3/modules/ts/include/opencv2/ts/
Dcuda_perf.hpp62 enum { Gray = 1, TwoChannel = 2, BGR = 3, BGRA = 4 }; enumerator
63 CV_ENUM(MatCn, Gray, TwoChannel, BGR, BGRA)
65 #define CUDA_CHANNELS_1_3_4 testing::Values(MatCn(Gray), MatCn(BGR), MatCn(BGRA))
66 #define CUDA_CHANNELS_1_3 testing::Values(MatCn(Gray), MatCn(BGR))
/external/opencv3/modules/photo/src/
Dcontrast_preserve.hpp74 void grayImContruct(vector <double> &wei, Mat img, Mat &Gray);
393 void Decolor::grayImContruct(vector <double> &wei, Mat img, Mat &Gray) in grayImContruct() argument
410 Gray.at<float>(i,j)=Gray.at<float>(i,j) + in grayImContruct()
423 if(Gray.at<float>(i,j) < minval) in grayImContruct()
424 minval = Gray.at<float>(i,j); in grayImContruct()
426 if(Gray.at<float>(i,j) > maxval) in grayImContruct()
427 maxval = Gray.at<float>(i,j); in grayImContruct()
430 Gray -= minval; in grayImContruct()
431 Gray /= maxval - minval; in grayImContruct()
Dcontrast_preserve.cpp180 Mat Gray = Mat::zeros(img.size(),CV_32FC1); in decolor() local
181 obj.grayImContruct(wei, img, Gray); in decolor()
183 Gray.convertTo(dst,CV_8UC1,255); in decolor()
/external/opencv3/doc/tutorials/introduction/load_save_image/
Dload_save_image.markdown45 namedWindow( "Gray image", WINDOW_AUTOSIZE );
48 imshow( "Gray image", gray_image );
86 namedWindow( "Gray image", WINDOW_AUTOSIZE );
89 imshow( "Gray image", gray_image );
/external/opencv3/doc/py_tutorials/py_imgproc/py_colorspaces/
Dpy_colorspaces.markdown8 BGR \f$\leftrightarrow\f$ Gray, BGR \f$\leftrightarrow\f$ HSV etc.
16 only two which are most widely used ones, BGR \f$\leftrightarrow\f$ Gray and BGR \f$\leftrightarrow…
21 For BGR \f$\rightarrow\f$ Gray conversion we use the flags cv2.COLOR_BGR2GRAY. Similarly for BGR
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/icons/
DREADME10 Copyright (c) 2008 Bernard Gray <bernard.gray@gmail.com>
/external/libjpeg-turbo/
DCMakeLists.txt577 # CC: RGB->Gray SAMP: fullsize FDCT: islow ENT: huff
585 # CC: Gray->Gray SAMP: fullsize IDCT: islow ENT: huff
593 # CC: Gray->RGB SAMP: fullsize IDCT: islow ENT: huff
602 # CC: Gray->RGB565 SAMP: fullsize IDCT: islow ENT: huff
610 # CC: Gray->RGB565 (dithered) SAMP: fullsize IDCT: islow ENT: huff
/external/opencv3/modules/imgproc/doc/
Dcolors.markdown12 \f[\text{RGB[A] to Gray:} \quad Y \leftarrow 0.299 \cdot R + 0.587 \cdot G + 0.114 \cdot B\f]
14 \f[\text{Gray to RGB[A]:} \quad R \leftarrow Y, G \leftarrow Y, B \leftarrow Y, A \leftarrow \m…
/external/pdfium/third_party/lcms2-2.6/src/
Dcmsps2.c841 cmsUInt8Number Gray = (cmsUInt8Number) i; in ExtractGray2Y() local
844 cmsDoTransform(xform, &Gray, &XYZ, 1); in ExtractGray2Y()
/external/opencv3/doc/py_tutorials/py_video/py_bg_subtraction/
Dpy_bg_subtraction.markdown159 Gray color region shows shadow region.
/external/opencv3/doc/tutorials/imgproc/threshold/
Dthreshold.markdown112 /// Convert the image to Gray
/external/google-breakpad/src/processor/proto/
Dprocess_state.proto40 // Author: Jess Gray
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/bench/
Dwikipedia.css2978 border-left: 10px solid #bba; /* Gray-gold */
3016 border: 3px solid #bba; /* Gray-gold */
3056 background: #EFEFE1; /* Gray-gold */
3068 border: 1px solid #aaa; /* Gray */
3087 border: 2px solid #bba; /* Gray-gold */
3124 border: 1px solid #c0c090; /* Gray-brown */
/external/dnsmasq/
DCHANGELOG307 elapsed. John Gray suggested this.
/external/curl/docs/
DTHANKS1022 Rich Gray
/external/icu/icu4j/perf-tests/data/collation/
DTestNames_Latin.txt2857 Gray, Cleve
2858 Gray, Gustave Le
2859 Gray, Henry Percy
2860 Gray, Jack
2861 Gray, Mary
6903 Traver, Marion Gray
/external/opencv3/modules/imgproc/src/opencl/
Dcvtcolor.cl955 ///////////////////////////////////// RGB5x5 <-> Gray //////////////////////////////////////
/external/curl/
DCHANGES.010928 - Andreas Ley and Rich Gray helped me point out that no version of HP-UX has
11051 reminded about this by Rich Gray.
14726 - Excellent suggestions from Rich Gray, Rick Jones, Johan Nilsson and Bjorn
15046 - Rich Gray found numerous portability problems:
15728 - Working with Rich Gray on compiling curl for lots of different platforms.
15750 - Rich Gray spotted a problem in src/setup.h caused by a #define strequal()
15871 discovered by Rich Gray.
15908 - My hero Rich Gray found the very obscure FTP bug that happened to him only
16022 - Rich Gray struck back with yet some portability reports. Data General DG/UX
16065 Rich Gray made me notice these problems.
[all …]
/external/opencv3/3rdparty/libpng/
DCHANGES1474 Fixed old bug in RGB to Gray transformation.
/external/libpng/
DCHANGES1483 Fixed old bug in RGB to Gray transformation.