color 4364 3rdparty/include/ffmpeg_/libavcodec/avcodec.h int padtop, int padbottom, int padleft, int padright, int *color); color 787 3rdparty/libwebp/dsp/lossless.c int8_t color) { color 788 3rdparty/libwebp/dsp/lossless.c return (uint32_t)((int)(color_pred) * color) >> 5; color 165 3rdparty/libwebp/enc/alpha.c uint8_t color[256] = { 0 }; color 171 3rdparty/libwebp/enc/alpha.c color[p[i]] = 1; color 175 3rdparty/libwebp/enc/alpha.c if (color[j] > 0) ++colors; color 832 3rdparty/libwebp/enc/vp8l.c const int color = (palette[i] >> 8) & 0xff; color 833 3rdparty/libwebp/enc/vp8l.c inv_palette[color] = i; color 837 3rdparty/libwebp/enc/vp8l.c const int color = (src[x] >> 8) & 0xff; color 838 3rdparty/libwebp/enc/vp8l.c row[x] = inv_palette[color]; color 387 modules/calib3d/src/calibinit.cpp CvScalar color = CV_RGB(30,255,30); color 393 modules/calib3d/src/calibinit.cpp color = CV_RGB(200,200,0); color 394 modules/calib3d/src/calibinit.cpp cvLine( dbg1_img, cvPointFrom32f(pt1), cvPointFrom32f(pt2), color, 3, 8); color 442 modules/calib3d/src/calibinit.cpp CvScalar color = CV_RGB(30,255,30); color 444 modules/calib3d/src/calibinit.cpp color = CV_RGB(255,30,30); color 450 modules/calib3d/src/calibinit.cpp color = CV_RGB(200,200,0); color 451 modules/calib3d/src/calibinit.cpp cvLine( dbg2_img, cvPointFrom32f(pt1), cvPointFrom32f(pt2), color, 3, 8); color 1836 modules/calib3d/src/calibinit.cpp CvScalar color(0,0,255,0); color 1838 modules/calib3d/src/calibinit.cpp color = cvScalarAll(200); color 1839 modules/calib3d/src/calibinit.cpp color.val[0] *= scale; color 1840 modules/calib3d/src/calibinit.cpp color.val[1] *= scale; color 1841 modules/calib3d/src/calibinit.cpp color.val[2] *= scale; color 1842 modules/calib3d/src/calibinit.cpp color.val[3] *= scale; color 1850 modules/calib3d/src/calibinit.cpp cvPoint( pt.x + r, pt.y + r ), color, 1, line_type, shift ); color 1852 modules/calib3d/src/calibinit.cpp cvPoint( pt.x + r, pt.y - r), color, 1, line_type, shift ); color 1853 modules/calib3d/src/calibinit.cpp cvCircle( image, pt, r+(1<<shift), color, 1, line_type, shift ); color 1874 modules/calib3d/src/calibinit.cpp CvScalar color = line_colors[y % line_max]; color 1876 modules/calib3d/src/calibinit.cpp color = cvScalarAll(200); color 1877 modules/calib3d/src/calibinit.cpp color.val[0] *= scale; color 1878 modules/calib3d/src/calibinit.cpp color.val[1] *= scale; color 1879 modules/calib3d/src/calibinit.cpp color.val[2] *= scale; color 1880 modules/calib3d/src/calibinit.cpp color.val[3] *= scale; color 1889 modules/calib3d/src/calibinit.cpp cvLine( image, prev_pt, pt, color, 1, line_type, shift ); color 1892 modules/calib3d/src/calibinit.cpp cvPoint(pt.x + r, pt.y + r), color, 1, line_type, shift ); color 1894 modules/calib3d/src/calibinit.cpp cvPoint(pt.x + r, pt.y - r), color, 1, line_type, shift ); color 1895 modules/calib3d/src/calibinit.cpp cvCircle( image, pt, r+(1<<shift), color, 1, line_type, shift ); color 60 modules/calib3d/src/circlesgrid.cpp void drawPoints(const std::vector<Point2f> &points, Mat &outImage, int radius = 2, Scalar color = Scalar::all(255), int thickness = -1) color 64 modules/calib3d/src/circlesgrid.cpp circle(outImage, points[i], radius, color, thickness); color 424 modules/core/include/opencv2/core/opengl.hpp void setColorArray(InputArray color); color 504 modules/core/include/opencv2/core/opengl.hpp CV_EXPORTS void render(const Arrays& arr, int mode = POINTS, Scalar color = Scalar::all(255)); color 512 modules/core/include/opencv2/core/opengl.hpp CV_EXPORTS void render(const Arrays& arr, InputArray indices, int mode = POINTS, Scalar color = Scalar::all(255)); color 1376 modules/core/include/opencv2/core/types_c.h int color; \ color 857 modules/core/misc/java/test/CoreTest.java Scalar color = new Scalar(255); color 859 modules/core/misc/java/test/CoreTest.java Imgproc.line(gray0, point1, point2, color); color 1597 modules/core/misc/java/test/CoreTest.java Scalar color = new Scalar(128); color 1599 modules/core/misc/java/test/CoreTest.java Imgproc.rectangle(gray0, bottomRight, topLeft, color); color 1607 modules/core/misc/java/test/CoreTest.java Scalar color = new Scalar(128); color 1609 modules/core/misc/java/test/CoreTest.java Imgproc.rectangle(gray0, bottomRight, topLeft, color, 2); color 1618 modules/core/misc/java/test/CoreTest.java Scalar color = new Scalar(128); color 1620 modules/core/misc/java/test/CoreTest.java Imgproc.rectangle(gray0, bottomRight, topLeft, color, 2, Imgproc.LINE_AA, 0); color 1630 modules/core/misc/java/test/CoreTest.java Scalar color = new Scalar(128); color 1632 modules/core/misc/java/test/CoreTest.java Imgproc.rectangle(gray0, bottomRight1, topLeft, color, 2, Imgproc.LINE_8, 1); color 2189 modules/core/src/gl_core_3_1.cpp static void CODEGEN_FUNCPTR Switch_BindFragDataLocation(GLuint program, GLuint color, const GLchar *name) color 2192 modules/core/src/gl_core_3_1.cpp BindFragDataLocation(program, color, name); color 1321 modules/core/src/gl_core_3_1.hpp extern void (CODEGEN_FUNCPTR *BindFragDataLocation)(GLuint program, GLuint color, const GLchar *name); color 1260 modules/core/src/opengl.cpp void cv::ogl::Arrays::setColorArray(InputArray color) color 1262 modules/core/src/opengl.cpp const int cn = color.channels(); color 1266 modules/core/src/opengl.cpp if (color.kind() == _InputArray::OPENGL_BUFFER) color 1267 modules/core/src/opengl.cpp color_ = color.getOGlBuffer(); color 1269 modules/core/src/opengl.cpp color_.copyFrom(color); color 1485 modules/core/src/opengl.cpp void cv::ogl::render(const ogl::Arrays& arr, int mode, Scalar color) color 1490 modules/core/src/opengl.cpp (void) color; color 1495 modules/core/src/opengl.cpp gl::Color3d(color[0] / 255.0, color[1] / 255.0, color[2] / 255.0); color 1504 modules/core/src/opengl.cpp void cv::ogl::render(const ogl::Arrays& arr, InputArray indices, int mode, Scalar color) color 1510 modules/core/src/opengl.cpp (void) color; color 1515 modules/core/src/opengl.cpp gl::Color3d(color[0] / 255.0, color[1] / 255.0, color[2] / 255.0); color 4038 modules/core/src/persistence.cpp cvWriteInt( fs, "color", point_seq->color ); color 4302 modules/core/src/persistence.cpp point_seq->color = cvReadIntByName( fs, node, "color", 0 ); color 998 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp NcvRect32u *h_rects, Ncv32u numRects, Ncv8u color); color 1002 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp NcvRect32u *h_rects, Ncv32u numRects, Ncv32u color); color 1006 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp NcvRect32u *d_rects, Ncv32u numRects, Ncv8u color, cudaStream_t cuStream); color 1010 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp NcvRect32u *d_rects, Ncv32u numRects, Ncv32u color, cudaStream_t cuStream); color 821 modules/cudalegacy/src/NCV.cpp T color) color 837 modules/cudalegacy/src/NCV.cpp h_dst[each*dstStride+rect.x] = color; color 844 modules/cudalegacy/src/NCV.cpp h_dst[each*dstStride+rect.x+rect.width-1] = color; color 851 modules/cudalegacy/src/NCV.cpp h_dst[rect.y*dstStride+j] = color; color 858 modules/cudalegacy/src/NCV.cpp h_dst[(rect.y+rect.height-1)*dstStride+j] = color; color 873 modules/cudalegacy/src/NCV.cpp Ncv8u color) color 875 modules/cudalegacy/src/NCV.cpp return drawRectsWrapperHost(h_dst, dstStride, dstWidth, dstHeight, h_rects, numRects, color); color 885 modules/cudalegacy/src/NCV.cpp Ncv32u color) color 887 modules/cudalegacy/src/NCV.cpp return drawRectsWrapperHost(h_dst, dstStride, dstWidth, dstHeight, h_rects, numRects, color); color 360 modules/cudalegacy/src/fgd.cpp ((CvContour*)c)->color = (int)i; color 69 modules/cudalegacy/test/TestDrawRects.cpp strOut << "color=" << color << std::endl; color 124 modules/cudalegacy/test/TestDrawRects.cpp (NcvRect32u *)d_rects.ptr(), this->numRects, this->color, 0); color 129 modules/cudalegacy/test/TestDrawRects.cpp (NcvRect32u *)d_rects.ptr(), this->numRects, (Ncv8u)this->color, 0); color 146 modules/cudalegacy/test/TestDrawRects.cpp (NcvRect32u *)h_rects.ptr(), this->numRects, this->color); color 151 modules/cudalegacy/test/TestDrawRects.cpp (NcvRect32u *)h_rects.ptr(), this->numRects, (Ncv8u)this->color); color 56 modules/cudalegacy/test/TestDrawRects.h Ncv32u width, Ncv32u height, Ncv32u numRects, T color); color 73 modules/cudalegacy/test/TestDrawRects.h T color; color 1080 modules/features2d/include/opencv2/features2d.hpp const Scalar& color=Scalar::all(-1), int flags=DrawMatchesFlags::DEFAULT ); color 413 modules/features2d/misc/java/src/cpp/features2d_manual.hpp const Scalar& color=Scalar::all(-1), int flags=0 ); color 31 modules/features2d/misc/java/test/STARFeatureDetectorTest.java Scalar color = new Scalar(0); color 37 modules/features2d/misc/java/test/STARFeatureDetectorTest.java Imgproc.circle(img, new Point(center - offset, center), radius, color, -1); color 38 modules/features2d/misc/java/test/STARFeatureDetectorTest.java Imgproc.circle(img, new Point(center + offset, center), radius, color, -1); color 39 modules/features2d/misc/java/test/STARFeatureDetectorTest.java Imgproc.circle(img, new Point(center, center - offset), radius, color, -1); color 40 modules/features2d/misc/java/test/STARFeatureDetectorTest.java Imgproc.circle(img, new Point(center, center + offset), radius, color, -1); color 41 modules/features2d/misc/java/test/STARFeatureDetectorTest.java Imgproc.circle(img, new Point(center, center), radius, color, -1); color 53 modules/features2d/src/draw.cpp static inline void _drawKeypoint( InputOutputArray img, const KeyPoint& p, const Scalar& color, int flags ) color 63 modules/features2d/src/draw.cpp circle( img, center, radius, color, 1, LINE_AA, draw_shift_bits ); color 72 modules/features2d/src/draw.cpp line( img, center, center+orient, color, 1, LINE_AA, draw_shift_bits ); color 79 modules/features2d/src/draw.cpp circle( img, center, radius, color, 1, LINE_AA, draw_shift_bits ); color 87 modules/features2d/src/draw.cpp circle( img, center, radius, color, 1, LINE_AA, draw_shift_bits ); color 118 modules/features2d/src/draw.cpp Scalar color = isRandColor ? Scalar(rng(256), rng(256), rng(256)) : _color; color 119 modules/features2d/src/draw.cpp _drawKeypoint( outImage, *it, color, flags ); color 174 modules/features2d/src/draw.cpp Scalar color = isRandMatchColor ? Scalar( rng(256), rng(256), rng(256) ) : matchColor; color 176 modules/features2d/src/draw.cpp _drawKeypoint( outImg1, kp1, color, flags ); color 177 modules/features2d/src/draw.cpp _drawKeypoint( outImg2, kp2, color, flags ); color 186 modules/features2d/src/draw.cpp color, 1, LINE_AA, draw_shift_bits ); color 64 modules/features2d/test/test_mser.cpp Vec3b color(b, g, r); color 69 modules/features2d/test/test_mser.cpp img.at<Vec3b>(pt[j]) = color; color 553 modules/highgui/include/opencv2/highgui.hpp Scalar color; // Qt: ColorFont -> cvScalar(blue_component, green_component, red_component[, alpha_component]) color 596 modules/highgui/include/opencv2/highgui.hpp Scalar color = Scalar::all(0), int weight = QT_FONT_NORMAL, color 79 modules/highgui/include/opencv2/highgui/highgui_c.h CVAPI(CvFont) cvFontQt(const char* nameFont, int pointSize CV_DEFAULT(-1), CvScalar color CV_DEFAULT(cvScalarAll(0)), int weight CV_DEFAULT(CV_FONT_NORMAL), int style CV_DEFAULT(CV_STYLE_NORMAL), int spacing CV_DEFAULT(0)); color 384 modules/highgui/src/window.cpp cv::QtFont cv::fontQt(const String& nameFont, int pointSize, Scalar color, int weight, int style, int /*spacing*/) color 386 modules/highgui/src/window.cpp CvFont f = cvFontQt(nameFont.c_str(), pointSize,color,weight, style); color 91 modules/highgui/src/window_QT.cpp CV_IMPL CvFont cvFontQt(const char* nameFont, int pointSize,CvScalar color,int weight,int style, int spacing) color 106 modules/highgui/src/window_QT.cpp CvFont f = {nameFont,color,style,NULL,NULL,NULL,0,0,0,weight,spacing,pointSize}; color 829 modules/highgui/src/window_QT.cpp qp.setPen(QColor(font->color.val[2], font->color.val[1], font->color.val[0], 255 - font->color.val[3])); color 188 modules/imgcodecs/src/grfmt_bmp.cpp bool color = img.channels() > 1; color 192 modules/imgcodecs/src/grfmt_bmp.cpp int nch = color ? 3 : 1; color 207 modules/imgcodecs/src/grfmt_bmp.cpp if( !color ) color 228 modules/imgcodecs/src/grfmt_bmp.cpp FillColorRow1( color ? data : bgr, src, m_width, m_palette ); color 229 modules/imgcodecs/src/grfmt_bmp.cpp if( !color ) color 242 modules/imgcodecs/src/grfmt_bmp.cpp if( color ) color 274 modules/imgcodecs/src/grfmt_bmp.cpp if( color ) color 286 modules/imgcodecs/src/grfmt_bmp.cpp if( color ) color 304 modules/imgcodecs/src/grfmt_bmp.cpp if( color ) color 330 modules/imgcodecs/src/grfmt_bmp.cpp if( color ) color 356 modules/imgcodecs/src/grfmt_bmp.cpp if( color ) color 375 modules/imgcodecs/src/grfmt_bmp.cpp if( color ) color 400 modules/imgcodecs/src/grfmt_bmp.cpp if( color ) color 428 modules/imgcodecs/src/grfmt_bmp.cpp if( !color ) color 440 modules/imgcodecs/src/grfmt_bmp.cpp if( !color ) color 452 modules/imgcodecs/src/grfmt_bmp.cpp if(!color) color 465 modules/imgcodecs/src/grfmt_bmp.cpp if( !color ) color 188 modules/imgcodecs/src/grfmt_exr.cpp bool color = img.channels() > 1; color 204 modules/imgcodecs/src/grfmt_exr.cpp if( !m_native_depth || (!color && m_iscolor )) color 217 modules/imgcodecs/src/grfmt_exr.cpp if( color ) color 291 modules/imgcodecs/src/grfmt_exr.cpp if(color == 0) color 303 modules/imgcodecs/src/grfmt_exr.cpp if( color ) color 366 modules/imgcodecs/src/grfmt_exr.cpp if( color ) color 396 modules/imgcodecs/src/grfmt_jpeg.cpp bool color = img.channels() > 1; color 420 modules/imgcodecs/src/grfmt_jpeg.cpp if( color ) color 456 modules/imgcodecs/src/grfmt_jpeg.cpp if( color ) color 157 modules/imgcodecs/src/grfmt_jpeg2000.cpp int color = img.channels() > 1; color 172 modules/imgcodecs/src/grfmt_jpeg2000.cpp color = true; color 182 modules/imgcodecs/src/grfmt_jpeg2000.cpp if( color ) color 220 modules/imgcodecs/src/grfmt_jpeg2000.cpp if( color ) color 230 modules/imgcodecs/src/grfmt_png.cpp int color = img.channels() > 1; color 273 modules/imgcodecs/src/grfmt_png.cpp if( CV_MAT_CN(m_type) > 1 && color ) color 275 modules/imgcodecs/src/grfmt_png.cpp else if( color ) color 191 modules/imgcodecs/src/grfmt_pxm.cpp int color = img.channels() > 1; color 237 modules/imgcodecs/src/grfmt_pxm.cpp if( color ) color 249 modules/imgcodecs/src/grfmt_pxm.cpp if( color ) color 300 modules/imgcodecs/src/grfmt_pxm.cpp if( color ) color 317 modules/imgcodecs/src/grfmt_pxm.cpp if( color ) color 157 modules/imgcodecs/src/grfmt_sunras.cpp int color = img.channels() > 1; color 163 modules/imgcodecs/src/grfmt_sunras.cpp int nch = color ? 3 : 1; color 175 modules/imgcodecs/src/grfmt_sunras.cpp if( !color && m_maptype == RMT_EQUAL_RGB ) color 191 modules/imgcodecs/src/grfmt_sunras.cpp if( color ) color 240 modules/imgcodecs/src/grfmt_sunras.cpp if( color ) color 260 modules/imgcodecs/src/grfmt_sunras.cpp if( color ) color 294 modules/imgcodecs/src/grfmt_sunras.cpp if( color ) color 306 modules/imgcodecs/src/grfmt_sunras.cpp if( color ) color 337 modules/imgcodecs/src/grfmt_sunras.cpp m_strm.getBytes( color ? data : bgr, src_pitch ); color 339 modules/imgcodecs/src/grfmt_sunras.cpp if( color ) color 360 modules/imgcodecs/src/grfmt_sunras.cpp if( color ) color 204 modules/imgcodecs/src/grfmt_tiff.cpp bool color = img.channels() > 1; color 292 modules/imgcodecs/src/grfmt_tiff.cpp if( color ) color 329 modules/imgcodecs/src/grfmt_tiff.cpp if( color ) color 181 modules/imgcodecs/test/test_drawing.cpp Scalar color(200,0,0); color 187 modules/imgcodecs/test/test_drawing.cpp putText(img, text2, textOrg, FONT_HERSHEY_SIMPLEX, fontScale, color, thickness, CV_AA); color 192 modules/imgcodecs/test/test_drawing.cpp putText(img, text2, textOrg, FONT_HERSHEY_PLAIN, fontScale, color, thickness, CV_AA); color 197 modules/imgcodecs/test/test_drawing.cpp putText(img, text2, textOrg, FONT_HERSHEY_DUPLEX, fontScale, color, thickness, CV_AA); color 201 modules/imgcodecs/test/test_drawing.cpp putText(img, text2, textOrg, FONT_HERSHEY_COMPLEX, fontScale, color, thickness, CV_AA); color 205 modules/imgcodecs/test/test_drawing.cpp putText(img, text2, textOrg, FONT_HERSHEY_TRIPLEX, fontScale, color, thickness, CV_AA); color 210 modules/imgcodecs/test/test_drawing.cpp putText(img, text2, textOrg, FONT_HERSHEY_COMPLEX_SMALL, fontScale, color, thickness, CV_AA); color 214 modules/imgcodecs/test/test_drawing.cpp putText(img, text2, textOrg, FONT_HERSHEY_SCRIPT_SIMPLEX, fontScale, color, thickness, CV_AA); color 218 modules/imgcodecs/test/test_drawing.cpp putText(img, text2, textOrg, FONT_HERSHEY_SCRIPT_COMPLEX, fontScale, color, thickness, CV_AA); color 223 modules/imgcodecs/test/test_drawing.cpp putText(img, text2, textOrg, FONT_ITALIC, fontScale, color, thickness, CV_AA); color 345 modules/imgcodecs/test/test_drawing.cpp CvScalar color = cvScalar(200,0,0); color 349 modules/imgcodecs/test/test_drawing.cpp cvPutText(&img, text2.c_str(), textOrg, &font, color ); color 354 modules/imgcodecs/test/test_drawing.cpp cvPutText(&img, text2.c_str(), textOrg, &font, color ); color 359 modules/imgcodecs/test/test_drawing.cpp cvPutText(&img, text2.c_str(), textOrg, &font, color ); color 364 modules/imgcodecs/test/test_drawing.cpp cvPutText(&img, text2.c_str(), textOrg, &font, color ); color 369 modules/imgcodecs/test/test_drawing.cpp cvPutText(&img, text2.c_str(), textOrg, &font, color ); color 374 modules/imgcodecs/test/test_drawing.cpp cvPutText(&img, text2.c_str(), textOrg, &font, color ); color 379 modules/imgcodecs/test/test_drawing.cpp cvPutText(&img, text2.c_str(), textOrg, &font, color ); color 384 modules/imgcodecs/test/test_drawing.cpp cvPutText(&img, text2.c_str(), textOrg, &font, color ); color 390 modules/imgcodecs/test/test_drawing.cpp cvPutText(&img, text2.c_str(), textOrg, &font, color ); color 500 modules/imgcodecs/test/test_drawing.cpp const Scalar color(20,20,20); color 506 modules/imgcodecs/test/test_drawing.cpp putText(img, *line, textOrg, *font | italic, fontScale, color, thickness, CV_AA); color 3776 modules/imgproc/include/opencv2/imgproc.hpp CV_EXPORTS_W void line(InputOutputArray img, Point pt1, Point pt2, const Scalar& color, color 3792 modules/imgproc/include/opencv2/imgproc.hpp CV_EXPORTS_W void arrowedLine(InputOutputArray img, Point pt1, Point pt2, const Scalar& color, color 3810 modules/imgproc/include/opencv2/imgproc.hpp const Scalar& color, int thickness = 1, color 3819 modules/imgproc/include/opencv2/imgproc.hpp const Scalar& color, int thickness = 1, color 3835 modules/imgproc/include/opencv2/imgproc.hpp const Scalar& color, int thickness = 1, color 3863 modules/imgproc/include/opencv2/imgproc.hpp const Scalar& color, int thickness = 1, color 3875 modules/imgproc/include/opencv2/imgproc.hpp CV_EXPORTS_W void ellipse(InputOutputArray img, const RotatedRect& box, const Scalar& color, color 3880 modules/imgproc/include/opencv2/imgproc.hpp const Scalar& color, int lineType = LINE_8, color 3897 modules/imgproc/include/opencv2/imgproc.hpp const Scalar& color, int lineType = LINE_8, color 3903 modules/imgproc/include/opencv2/imgproc.hpp const Scalar& color, int lineType = LINE_8, int shift = 0, color 3920 modules/imgproc/include/opencv2/imgproc.hpp const Scalar& color, int lineType = LINE_8, int shift = 0, color 3925 modules/imgproc/include/opencv2/imgproc.hpp int ncontours, bool isClosed, const Scalar& color, color 3942 modules/imgproc/include/opencv2/imgproc.hpp bool isClosed, const Scalar& color, color 4017 modules/imgproc/include/opencv2/imgproc.hpp int contourIdx, const Scalar& color, color 4076 modules/imgproc/include/opencv2/imgproc.hpp int fontFace, double fontScale, Scalar color, color 994 modules/imgproc/include/opencv2/imgproc/imgproc_c.h CvScalar color, int thickness CV_DEFAULT(1), color 1003 modules/imgproc/include/opencv2/imgproc/imgproc_c.h CvScalar color, int thickness CV_DEFAULT(1), color 1011 modules/imgproc/include/opencv2/imgproc/imgproc_c.h CvScalar color, int thickness CV_DEFAULT(1), color 1022 modules/imgproc/include/opencv2/imgproc/imgproc_c.h CvScalar color, int thickness CV_DEFAULT(1), color 1033 modules/imgproc/include/opencv2/imgproc/imgproc_c.h CvScalar color, int thickness CV_DEFAULT(1), color 1036 modules/imgproc/include/opencv2/imgproc/imgproc_c.h CV_INLINE void cvEllipseBox( CvArr* img, CvBox2D box, CvScalar color, color 1045 modules/imgproc/include/opencv2/imgproc/imgproc_c.h 0, 360, color, thickness, line_type, shift ); color 1051 modules/imgproc/include/opencv2/imgproc/imgproc_c.h CVAPI(void) cvFillConvexPoly( CvArr* img, const CvPoint* pts, int npts, CvScalar color, color 1058 modules/imgproc/include/opencv2/imgproc/imgproc_c.h int contours, CvScalar color, color 1065 modules/imgproc/include/opencv2/imgproc/imgproc_c.h int is_closed, CvScalar color, int thickness CV_DEFAULT(1), color 1121 modules/imgproc/include/opencv2/imgproc/imgproc_c.h CvScalar color; //Qt:ColorFont -> cvScalar(blue_component, green_component, red_component[, alpha_component]) color 1169 modules/imgproc/include/opencv2/imgproc/imgproc_c.h const CvFont* font, CvScalar color ); color 1952 modules/imgproc/misc/java/test/ImgprocTest.java Scalar color = new Scalar(128); color 1954 modules/imgproc/misc/java/test/ImgprocTest.java Imgproc.circle(gray0, center, radius, color); color 1962 modules/imgproc/misc/java/test/ImgprocTest.java Scalar color = new Scalar(128); color 1964 modules/imgproc/misc/java/test/ImgprocTest.java Imgproc.circle(gray0, center, radius, color, Core.FILLED); color 1733 modules/imgproc/src/contours.cpp ((CvContour*)c)->color = (int)i; color 1749 modules/imgproc/src/contours.cpp int h_next = c->h_next ? ((CvContour*)c->h_next)->color : -1; color 1750 modules/imgproc/src/contours.cpp int h_prev = c->h_prev ? ((CvContour*)c->h_prev)->color : -1; color 1751 modules/imgproc/src/contours.cpp int v_next = c->v_next ? ((CvContour*)c->v_next)->color : -1; color 1752 modules/imgproc/src/contours.cpp int v_prev = c->v_prev ? ((CvContour*)c->v_prev)->color : -1; color 62 modules/imgproc/src/drawing.cpp std::vector<PolyEdge>& edges, const void* color, int line_type, color 66 modules/imgproc/src/drawing.cpp FillEdgeCollection( Mat& img, std::vector<PolyEdge>& edges, const void* color ); color 70 modules/imgproc/src/drawing.cpp const void* color, int thickness, int line_type, int shift ); color 74 modules/imgproc/src/drawing.cpp const void* color, int line_type, int shift ); color 250 modules/imgproc/src/drawing.cpp const uchar* color = (const uchar*)_color; color 256 modules/imgproc/src/drawing.cpp ptr[0] = color[0]; color 259 modules/imgproc/src/drawing.cpp ptr[0] = color[0]; color 260 modules/imgproc/src/drawing.cpp ptr[1] = color[1]; color 261 modules/imgproc/src/drawing.cpp ptr[2] = color[2]; color 264 modules/imgproc/src/drawing.cpp memcpy( *iterator, color, pix_size ); color 284 modules/imgproc/src/drawing.cpp LineAA( Mat& img, Point pt1, Point pt2, const void* color ) color 293 modules/imgproc/src/drawing.cpp int cb = ((uchar*)color)[0], cg = ((uchar*)color)[1], cr = ((uchar*)color)[2], ca = ((uchar*)color)[3]; color 302 modules/imgproc/src/drawing.cpp Line(img, pt1, pt2, color); color 635 modules/imgproc/src/drawing.cpp Line2( Mat& img, Point pt1, Point pt2, const void* color ) color 642 modules/imgproc/src/drawing.cpp int cb = ((uchar*)color)[0]; color 643 modules/imgproc/src/drawing.cpp int cg = ((uchar*)color)[1]; color 644 modules/imgproc/src/drawing.cpp int cr = ((uchar*)color)[2]; color 790 modules/imgproc/src/drawing.cpp tptr[j] = ((uchar*)color)[j]; \ color 990 modules/imgproc/src/drawing.cpp const void* color, int thickness, int line_type ) color 1000 modules/imgproc/src/drawing.cpp PolyLine( img, &v[0], (int)v.size(), false, color, thickness, line_type, XY_SHIFT ); color 1002 modules/imgproc/src/drawing.cpp FillConvexPoly( img, &v[0], (int)v.size(), color, line_type, XY_SHIFT ); color 1007 modules/imgproc/src/drawing.cpp CollectPolyEdges( img, &v[0], (int)v.size(), edges, color, line_type, XY_SHIFT ); color 1008 modules/imgproc/src/drawing.cpp FillEdgeCollection( img, edges, color ); color 1018 modules/imgproc/src/drawing.cpp #define ICV_HLINE( ptr, xl, xr, color, pix_size ) \ color 1028 modules/imgproc/src/drawing.cpp hline_ptr[hline_j] = ((uchar*)color)[hline_j]; \ color 1036 modules/imgproc/src/drawing.cpp FillConvexPoly( Mat& img, const Point* v, int npts, const void* color, int line_type, int shift ) color 1093 modules/imgproc/src/drawing.cpp Line( img, pt0, pt1, color, line_type ); color 1096 modules/imgproc/src/drawing.cpp Line2( img, p0, p, color ); color 1099 modules/imgproc/src/drawing.cpp LineAA( img, p0, p, color ); color 1178 modules/imgproc/src/drawing.cpp ICV_HLINE( ptr, xx1, xx2, color, pix_size ); color 1197 modules/imgproc/src/drawing.cpp const void* color, int line_type, int shift, Point offset ) color 1220 modules/imgproc/src/drawing.cpp Line( img, t0, t1, color, line_type ); color 1227 modules/imgproc/src/drawing.cpp LineAA( img, t0, t1, color ); color 1262 modules/imgproc/src/drawing.cpp FillEdgeCollection( Mat& img, std::vector<PolyEdge>& edges, const void* color ) color 1366 modules/imgproc/src/drawing.cpp ICV_HLINE( timg, x1, x2, color, pix_size ); color 1411 modules/imgproc/src/drawing.cpp Circle( Mat& img, Point center, int radius, const void* color, int fill ) color 1422 modules/imgproc/src/drawing.cpp memcpy( ptr + (x)*pix_size, color, pix_size ); color 1444 modules/imgproc/src/drawing.cpp ICV_HLINE( tptr0, x11, x12, color, pix_size ); color 1445 modules/imgproc/src/drawing.cpp ICV_HLINE( tptr1, x11, x12, color, pix_size ); color 1460 modules/imgproc/src/drawing.cpp ICV_HLINE( tptr0, x21, x22, color, pix_size ); color 1461 modules/imgproc/src/drawing.cpp ICV_HLINE( tptr1, x21, x22, color, pix_size ); color 1484 modules/imgproc/src/drawing.cpp ICV_HLINE( tptr, x11, x12, color, pix_size ); color 1499 modules/imgproc/src/drawing.cpp ICV_HLINE( tptr, x11, x12, color, pix_size ); color 1522 modules/imgproc/src/drawing.cpp ICV_HLINE( tptr, x21, x22, color, pix_size ); color 1537 modules/imgproc/src/drawing.cpp ICV_HLINE( tptr, x21, x22, color, pix_size ); color 1557 modules/imgproc/src/drawing.cpp ThickLine( Mat& img, Point p0, Point p1, const void* color, color 1577 modules/imgproc/src/drawing.cpp Line( img, p0, p1, color, line_type ); color 1580 modules/imgproc/src/drawing.cpp Line2( img, p0, p1, color ); color 1583 modules/imgproc/src/drawing.cpp LineAA( img, p0, p1, color ); color 1608 modules/imgproc/src/drawing.cpp FillConvexPoly( img, pt, 4, color, line_type, XY_SHIFT ); color 1620 modules/imgproc/src/drawing.cpp Circle( img, center, (thickness + (XY_ONE>>1)) >> XY_SHIFT, color, 1 ); color 1625 modules/imgproc/src/drawing.cpp 0, 0, 360, color, -1, line_type ); color 1636 modules/imgproc/src/drawing.cpp const void* color, int thickness, color 1651 modules/imgproc/src/drawing.cpp ThickLine( img, p0, p, color, thickness, line_type, flags, shift ); color 1661 modules/imgproc/src/drawing.cpp void line( InputOutputArray _img, Point pt1, Point pt2, const Scalar& color, color 1673 modules/imgproc/src/drawing.cpp scalarToRawData( color, buf, img.type(), 0 ); color 1677 modules/imgproc/src/drawing.cpp void arrowedLine(InputOutputArray img, Point pt1, Point pt2, const Scalar& color, color 1682 modules/imgproc/src/drawing.cpp line(img, pt1, pt2, color, thickness, line_type, shift); color 1688 modules/imgproc/src/drawing.cpp line(img, p, pt2, color, thickness, line_type, shift); color 1692 modules/imgproc/src/drawing.cpp line(img, p, pt2, color, thickness, line_type, shift); color 1696 modules/imgproc/src/drawing.cpp const Scalar& color, int thickness, color 1708 modules/imgproc/src/drawing.cpp scalarToRawData(color, buf, img.type(), 0); color 1727 modules/imgproc/src/drawing.cpp const Scalar& color, int thickness, color 1733 modules/imgproc/src/drawing.cpp color, thickness, lineType, shift ); color 1738 modules/imgproc/src/drawing.cpp const Scalar& color, int thickness, int line_type, int shift ) color 1749 modules/imgproc/src/drawing.cpp scalarToRawData(color, buf, img.type(), 0); color 1766 modules/imgproc/src/drawing.cpp const Scalar& color, int thickness, int line_type, int shift ) color 1777 modules/imgproc/src/drawing.cpp scalarToRawData(color, buf, img.type(), 0); color 1791 modules/imgproc/src/drawing.cpp void ellipse(InputOutputArray _img, const RotatedRect& box, const Scalar& color, color 1803 modules/imgproc/src/drawing.cpp scalarToRawData(color, buf, img.type(), 0); color 1814 modules/imgproc/src/drawing.cpp const Scalar& color, int line_type, int shift ) color 1824 modules/imgproc/src/drawing.cpp scalarToRawData(color, buf, img.type(), 0); color 1830 modules/imgproc/src/drawing.cpp const Scalar& color, int line_type, color 1839 modules/imgproc/src/drawing.cpp scalarToRawData(color, buf, img.type(), 0); color 1856 modules/imgproc/src/drawing.cpp const Scalar& color, int thickness, int line_type, int shift ) color 1866 modules/imgproc/src/drawing.cpp scalarToRawData( color, buf, img.type(), 0 ); color 2089 modules/imgproc/src/drawing.cpp int fontFace, double fontScale, Scalar color, color 2097 modules/imgproc/src/drawing.cpp scalarToRawData(color, buf, img.type(), 0); color 2184 modules/imgproc/src/drawing.cpp const Scalar& color, int lineType, int shift) color 2188 modules/imgproc/src/drawing.cpp fillConvexPoly(img, points.ptr<Point>(), points.rows*points.cols*points.channels()/2, color, lineType, shift); color 2193 modules/imgproc/src/drawing.cpp const Scalar& color, int lineType, int shift, Point offset) color 2211 modules/imgproc/src/drawing.cpp fillPoly(img, (const Point**)ptsptr, npts, (int)ncontours, color, lineType, shift, offset); color 2216 modules/imgproc/src/drawing.cpp bool isClosed, const Scalar& color, color 2242 modules/imgproc/src/drawing.cpp polylines(img, (const Point**)ptsptr, npts, (int)ncontours, isClosed, color, thickness, lineType, shift); color 2276 modules/imgproc/src/drawing.cpp int contourIdx, const Scalar& color, int thickness, color 2350 modules/imgproc/src/drawing.cpp cvDrawContours( &_cimage, &seq[first], color, color, contourIdx >= 0 ? color 2583 modules/imgproc/src/drawing.cpp cvLine( CvArr* _img, CvPoint pt1, CvPoint pt2, CvScalar color, color 2587 modules/imgproc/src/drawing.cpp cv::line( img, pt1, pt2, color, thickness, line_type, shift ); color 2592 modules/imgproc/src/drawing.cpp CvScalar color, int thickness, color 2596 modules/imgproc/src/drawing.cpp cv::rectangle( img, pt1, pt2, color, thickness, line_type, shift ); color 2601 modules/imgproc/src/drawing.cpp CvScalar color, int thickness, color 2605 modules/imgproc/src/drawing.cpp cv::rectangle( img, rec, color, thickness, line_type, shift ); color 2610 modules/imgproc/src/drawing.cpp CvScalar color, int thickness, int line_type, int shift ) color 2613 modules/imgproc/src/drawing.cpp cv::circle( img, center, radius, color, thickness, line_type, shift ); color 2619 modules/imgproc/src/drawing.cpp CvScalar color, int thickness, int line_type, int shift ) color 2623 modules/imgproc/src/drawing.cpp color, thickness, line_type, shift ); color 2628 modules/imgproc/src/drawing.cpp CvScalar color, int line_type, int shift ) color 2632 modules/imgproc/src/drawing.cpp color, line_type, shift ); color 2637 modules/imgproc/src/drawing.cpp CvScalar color, int line_type, int shift ) color 2641 modules/imgproc/src/drawing.cpp cv::fillPoly( img, (const cv::Point**)pts, npts, ncontours, color, line_type, shift ); color 2646 modules/imgproc/src/drawing.cpp int ncontours, int closed, CvScalar color, color 2652 modules/imgproc/src/drawing.cpp closed != 0, color, thickness, line_type, shift ); color 2656 modules/imgproc/src/drawing.cpp cvPutText( CvArr* _img, const char *text, CvPoint org, const CvFont *_font, CvScalar color ) color 2661 modules/imgproc/src/drawing.cpp color, _font->thickness, _font->line_type, color 63 modules/imgproc/src/grabcut.cpp double operator()( const Vec3d color ) const; color 64 modules/imgproc/src/grabcut.cpp double operator()( int ci, const Vec3d color ) const; color 65 modules/imgproc/src/grabcut.cpp int whichComponent( const Vec3d color ) const; color 68 modules/imgproc/src/grabcut.cpp void addSample( int ci, const Vec3d color ); color 109 modules/imgproc/src/grabcut.cpp double GMM::operator()( const Vec3d color ) const color 113 modules/imgproc/src/grabcut.cpp res += coefs[ci] * (*this)(ci, color ); color 117 modules/imgproc/src/grabcut.cpp double GMM::operator()( int ci, const Vec3d color ) const color 123 modules/imgproc/src/grabcut.cpp Vec3d diff = color; color 134 modules/imgproc/src/grabcut.cpp int GMM::whichComponent( const Vec3d color ) const color 141 modules/imgproc/src/grabcut.cpp double p = (*this)( ci, color ); color 164 modules/imgproc/src/grabcut.cpp void GMM::addSample( int ci, const Vec3d color ) color 166 modules/imgproc/src/grabcut.cpp sums[ci][0] += color[0]; sums[ci][1] += color[1]; sums[ci][2] += color[2]; color 167 modules/imgproc/src/grabcut.cpp prods[ci][0][0] += color[0]*color[0]; prods[ci][0][1] += color[0]*color[1]; prods[ci][0][2] += color[0]*color[2]; color 168 modules/imgproc/src/grabcut.cpp prods[ci][1][0] += color[1]*color[0]; prods[ci][1][1] += color[1]*color[1]; prods[ci][1][2] += color[1]*color[2]; color 169 modules/imgproc/src/grabcut.cpp prods[ci][2][0] += color[2]*color[0]; prods[ci][2][1] += color[2]*color[1]; prods[ci][2][2] += color[2]*color[2]; color 240 modules/imgproc/src/grabcut.cpp Vec3d color = img.at<Vec3b>(y,x); color 243 modules/imgproc/src/grabcut.cpp Vec3d diff = color - (Vec3d)img.at<Vec3b>(y,x-1); color 248 modules/imgproc/src/grabcut.cpp Vec3d diff = color - (Vec3d)img.at<Vec3b>(y-1,x-1); color 253 modules/imgproc/src/grabcut.cpp Vec3d diff = color - (Vec3d)img.at<Vec3b>(y-1,x); color 258 modules/imgproc/src/grabcut.cpp Vec3d diff = color - (Vec3d)img.at<Vec3b>(y-1,x+1); color 286 modules/imgproc/src/grabcut.cpp Vec3d color = img.at<Vec3b>(y,x); color 289 modules/imgproc/src/grabcut.cpp Vec3d diff = color - (Vec3d)img.at<Vec3b>(y,x-1); color 296 modules/imgproc/src/grabcut.cpp Vec3d diff = color - (Vec3d)img.at<Vec3b>(y-1,x-1); color 303 modules/imgproc/src/grabcut.cpp Vec3d diff = color - (Vec3d)img.at<Vec3b>(y-1,x); color 310 modules/imgproc/src/grabcut.cpp Vec3d diff = color - (Vec3d)img.at<Vec3b>(y-1,x+1); color 408 modules/imgproc/src/grabcut.cpp Vec3d color = img.at<Vec3b>(p); color 410 modules/imgproc/src/grabcut.cpp bgdGMM.whichComponent(color) : fgdGMM.whichComponent(color); color 460 modules/imgproc/src/grabcut.cpp Vec3b color = img.at<Vec3b>(p); color 466 modules/imgproc/src/grabcut.cpp fromSource = -log( bgdGMM(color) ); color 467 modules/imgproc/src/grabcut.cpp toSink = -log( fgdGMM(color) ); color 141 modules/java/android_test/src/org/opencv/test/android/UtilsTest.java int color = Color.argb(a, 0, x, y); color 142 modules/java/android_test/src/org/opencv/test/android/UtilsTest.java bmp.setPixel(x, y, color); color 143 modules/java/android_test/src/org/opencv/test/android/UtilsTest.java mOrig.put(y, x, Color.red(color), Color.green(color), Color.blue(color), Color.alpha(color)); color 188 modules/photo/src/contrast_preserve.cpp Mat color = Mat(img.size(),CV_8UC3); color 283 modules/photo/src/inpaint.cpp int i = 0, j = 0, ii = 0, jj = 0, k, l, q, color = 0; color 305 modules/photo/src/inpaint.cpp for (color=0; color<=2; color++) { color 354 modules/photo/src/inpaint.cpp gradI.x=(float)((CV_MAT_3COLOR_ELEM(*out,uchar,km,lp+1,color)-CV_MAT_3COLOR_ELEM(*out,uchar,km,lm-1,color)))*2.0f; color 356 modules/photo/src/inpaint.cpp gradI.x=(float)((CV_MAT_3COLOR_ELEM(*out,uchar,km,lp+1,color)-CV_MAT_3COLOR_ELEM(*out,uchar,km,lm,color))); color 360 modules/photo/src/inpaint.cpp gradI.x=(float)((CV_MAT_3COLOR_ELEM(*out,uchar,km,lp,color)-CV_MAT_3COLOR_ELEM(*out,uchar,km,lm-1,color))); color 367 modules/photo/src/inpaint.cpp gradI.y=(float)((CV_MAT_3COLOR_ELEM(*out,uchar,kp+1,lm,color)-CV_MAT_3COLOR_ELEM(*out,uchar,km-1,lm,color)))*2.0f; color 369 modules/photo/src/inpaint.cpp gradI.y=(float)((CV_MAT_3COLOR_ELEM(*out,uchar,kp+1,lm,color)-CV_MAT_3COLOR_ELEM(*out,uchar,km,lm,color))); color 373 modules/photo/src/inpaint.cpp gradI.y=(float)((CV_MAT_3COLOR_ELEM(*out,uchar,kp,lm,color)-CV_MAT_3COLOR_ELEM(*out,uchar,km-1,lm,color))); color 378 modules/photo/src/inpaint.cpp Ia += (float)w * (float)(CV_MAT_3COLOR_ELEM(*out,uchar,km,lm,color)); color 388 modules/photo/src/inpaint.cpp CV_MAT_3COLOR_ELEM(*out,uchar,i-1,j-1,color) = cv::saturate_cast<uchar>(sat); color 417 modules/photo/src/inpaint.cpp for (color=0; color<=0; color++) { color 515 modules/photo/src/inpaint.cpp int i = 0, j = 0, ii = 0, jj = 0, k, l, q, color = 0; color 537 modules/photo/src/inpaint.cpp for (color=0; color<=2; color++) { color 555 modules/photo/src/inpaint.cpp gradI.x=(float)(abs(CV_MAT_3COLOR_ELEM(*out,uchar,kp+1,lm,color)-CV_MAT_3COLOR_ELEM(*out,uchar,kp,lm,color))+ color 556 modules/photo/src/inpaint.cpp abs(CV_MAT_3COLOR_ELEM(*out,uchar,kp,lm,color)-CV_MAT_3COLOR_ELEM(*out,uchar,km-1,lm,color))); color 558 modules/photo/src/inpaint.cpp gradI.x=(float)(abs(CV_MAT_3COLOR_ELEM(*out,uchar,kp+1,lm,color)-CV_MAT_3COLOR_ELEM(*out,uchar,kp,lm,color)))*2.0f; color 562 modules/photo/src/inpaint.cpp gradI.x=(float)(abs(CV_MAT_3COLOR_ELEM(*out,uchar,kp,lm,color)-CV_MAT_3COLOR_ELEM(*out,uchar,km-1,lm,color)))*2.0f; color 569 modules/photo/src/inpaint.cpp gradI.y=(float)(abs(CV_MAT_3COLOR_ELEM(*out,uchar,km,lp+1,color)-CV_MAT_3COLOR_ELEM(*out,uchar,km,lm,color))+ color 570 modules/photo/src/inpaint.cpp abs(CV_MAT_3COLOR_ELEM(*out,uchar,km,lm,color)-CV_MAT_3COLOR_ELEM(*out,uchar,km,lm-1,color))); color 572 modules/photo/src/inpaint.cpp gradI.y=(float)(abs(CV_MAT_3COLOR_ELEM(*out,uchar,km,lp+1,color)-CV_MAT_3COLOR_ELEM(*out,uchar,km,lm,color)))*2.0f; color 576 modules/photo/src/inpaint.cpp gradI.y=(float)(abs(CV_MAT_3COLOR_ELEM(*out,uchar,km,lm,color)-CV_MAT_3COLOR_ELEM(*out,uchar,km,lm-1,color)))*2.0f; color 591 modules/photo/src/inpaint.cpp Ia += (float)w * (float)(CV_MAT_3COLOR_ELEM(*out,uchar,km,lm,color)); color 597 modules/photo/src/inpaint.cpp CV_MAT_3COLOR_ELEM(*out,uchar,i-1,j-1,color) = cv::saturate_cast<uchar>((double)Ia/s); color 543 modules/ts/include/opencv2/ts.hpp CV_EXPORTS void smoothBorder(Mat& img, const Scalar& color, int delta = 3); color 17574 modules/ts/include/opencv2/ts/ts_gtest.h GTEST_DECLARE_string_(color); color 608 modules/ts/src/ts.cpp void smoothBorder(Mat& img, const Scalar& color, int delta) color 626 modules/ts/src/ts.cpp s = s * k1 + color * k2; color 633 modules/ts/src/ts.cpp s = s * k1 + color * k2; color 645 modules/ts/src/ts.cpp s = s * k1 + color * k2; color 653 modules/ts/src/ts.cpp s = s * k1 + color * k2; color 575 modules/ts/src/ts_gtest.cpp color_ = GTEST_FLAG(color); color 597 modules/ts/src/ts_gtest.cpp GTEST_FLAG(color) = color_; color 1700 modules/ts/src/ts_gtest.cpp color, color 4060 modules/ts/src/ts_gtest.cpp WORD GetColorAttribute(GTestColor color) { color 4061 modules/ts/src/ts_gtest.cpp switch (color) { color 4073 modules/ts/src/ts_gtest.cpp static const char* GetAnsiColorCode(GTestColor color) { color 4074 modules/ts/src/ts_gtest.cpp switch (color) { color 4086 modules/ts/src/ts_gtest.cpp const char* const gtest_color = GTEST_FLAG(color).c_str(); color 4121 modules/ts/src/ts_gtest.cpp static void ColoredPrintf(GTestColor color, const char* fmt, ...) { color 4130 modules/ts/src/ts_gtest.cpp const bool use_color = in_color_mode && (color != COLOR_DEFAULT); color 4153 modules/ts/src/ts_gtest.cpp GetColorAttribute(color) | FOREGROUND_INTENSITY); color 4160 modules/ts/src/ts_gtest.cpp printf("\033[0;3%sm", GetAnsiColorCode(color)); color 6302 modules/ts/src/ts_gtest.cpp GTestColor color = COLOR_DEFAULT; // The current color. color 6311 modules/ts/src/ts_gtest.cpp ColoredPrintf(color, "%s", str); color 6315 modules/ts/src/ts_gtest.cpp ColoredPrintf(color, "%s", std::string(str, p).c_str()); color 6320 modules/ts/src/ts_gtest.cpp ColoredPrintf(color, "@"); color 6322 modules/ts/src/ts_gtest.cpp color = COLOR_DEFAULT; color 6324 modules/ts/src/ts_gtest.cpp color = COLOR_RED; color 6326 modules/ts/src/ts_gtest.cpp color = COLOR_GREEN; color 6328 modules/ts/src/ts_gtest.cpp color = COLOR_YELLOW; color 6425 modules/ts/src/ts_gtest.cpp ParseStringFlag(arg, kColorFlag, >EST_FLAG(color)) || color 327 modules/videoio/src/cap_cmu.cpp for (int color=CV_CAP_IEEE1394_COLOR_RGB; color>=0 && !found_format; color--) color 331 modules/videoio/src/cap_cmu.cpp int format = CV_CAP_IEEE1394_FORMAT[size][color]; color 332 modules/videoio/src/cap_cmu.cpp int mode = CV_CAP_IEEE1394_MODE[size][color]; color 145 modules/videoio/src/cap_gstreamer.cpp GstElement* color; color 168 modules/videoio/src/cap_gstreamer.cpp color = NULL; color 512 modules/videoio/src/cap_gstreamer.cpp GstElement *color = (GstElement *) data; color 514 modules/videoio/src/cap_gstreamer.cpp sinkpad = gst_element_get_static_pad (color, "sink"); color 713 modules/videoio/src/cap_gstreamer.cpp color = gst_element_factory_make(COLOR_ELEM, NULL); color 716 modules/videoio/src/cap_gstreamer.cpp gst_bin_add_many(GST_BIN(pipeline), uridecodebin, color, sink, NULL); color 719 modules/videoio/src/cap_gstreamer.cpp if(!gst_element_link(uridecodebin, color)) { color 726 modules/videoio/src/cap_gstreamer.cpp g_signal_connect(uridecodebin, "pad-added", G_CALLBACK(newPad), color); color 729 modules/videoio/src/cap_gstreamer.cpp if(!gst_element_link(color, sink)) { color 791 modules/videoio/src/cap_gstreamer.cpp GstPad* pad = gst_element_get_static_pad(color, "src"); color 140 modules/videoio/src/cap_openni2.cpp openni::VideoStream depth, color, **streams; color 271 modules/videoio/src/cap_openni2.cpp status = color.create(device, openni::SENSOR_COLOR); color 275 modules/videoio/src/cap_openni2.cpp if (color.isValid()) color 277 modules/videoio/src/cap_openni2.cpp CV_Assert(color.setVideoMode(defaultColorOutputMode()) == openni::STATUS_OK); color 279 modules/videoio/src/cap_openni2.cpp status = color.start(); color 283 modules/videoio/src/cap_openni2.cpp color.destroy(); color 286 modules/videoio/src/cap_openni2.cpp streams[CV_COLOR_STREAM] = &color; color 359 modules/videoio/src/cap_openni2.cpp this->color.stop(); color 472 modules/videoio/src/cap_openni2.cpp bool isMirroring = color.getMirroringEnabled() && depth.getMirroringEnabled(); color 492 modules/videoio/src/cap_openni2.cpp isSet = color.setMirroringEnabled(mirror) == openni::STATUS_OK; color 574 modules/videoio/src/cap_openni2.cpp if ( color.isValid() ) color 614 modules/videoio/src/cap_openni2.cpp if( !color.isValid() ) color 621 modules/videoio/src/cap_openni2.cpp CV_DbgAssert( color.isValid() ); color 625 modules/videoio/src/cap_openni2.cpp propValue = color.getVideoMode().getResolutionX(); color 628 modules/videoio/src/cap_openni2.cpp propValue = color.getVideoMode().getResolutionY(); color 631 modules/videoio/src/cap_openni2.cpp propValue = color.getVideoMode().getFps(); color 649 modules/videoio/src/cap_openni2.cpp if( !color.isValid() ) color 656 modules/videoio/src/cap_openni2.cpp openni::VideoMode mode = color.getVideoMode(); color 684 modules/videoio/src/cap_openni2.cpp openni::Status status = color.setVideoMode( mode ); color 711 modules/videoio/src/cap_openni2.cpp if (color.isValid()) color 712 modules/videoio/src/cap_openni2.cpp color.readFrame(&colorFrame); color 847 modules/videoio/src/cap_openni2.cpp if( !color.isValid() ) color 114 modules/videostab/src/inpainting.cpp Point3_<uchar> color; color 160 modules/videostab/src/inpainting.cpp pixels[n].color = framei(yi, xi); color 161 modules/videostab/src/inpainting.cpp mean += pixels[n].intens = intensity(pixels[n].color); color 177 modules/videostab/src/inpainting.cpp int c1 = pixels[nh].color.x; color 178 modules/videostab/src/inpainting.cpp int c2 = pixels[nh].color.y; color 179 modules/videostab/src/inpainting.cpp int c3 = pixels[nh].color.z; color 182 modules/videostab/src/inpainting.cpp c1 = (c1 + pixels[nh].color.x) / 2; color 183 modules/videostab/src/inpainting.cpp c2 = (c2 + pixels[nh].color.y) / 2; color 184 modules/videostab/src/inpainting.cpp c3 = (c3 + pixels[nh].color.z) / 2; color 70 modules/viz/include/opencv2/viz/types.hpp Color(const Scalar& color); color 271 modules/viz/include/opencv2/viz/types.hpp inline cv::viz::Color::Color(const Scalar& color) : Scalar(color) {} color 212 modules/viz/include/opencv2/viz/viz3d.hpp void setBackgroundColor(const Color& color = Color::black(), const Color& color2 = Color::not_set()); color 207 modules/viz/include/opencv2/viz/widgets.hpp void setColor(const Color &color); color 224 modules/viz/include/opencv2/viz/widgets.hpp void setColor(const Color &color); color 241 modules/viz/include/opencv2/viz/widgets.hpp WLine(const Point3d &pt1, const Point3d &pt2, const Color &color = Color::white()); color 254 modules/viz/include/opencv2/viz/widgets.hpp WPlane(const Size2d& size = Size2d(1.0, 1.0), const Color &color = Color::white()); color 265 modules/viz/include/opencv2/viz/widgets.hpp const Size2d& size = Size2d(1.0, 1.0), const Color &color = Color::white()); color 280 modules/viz/include/opencv2/viz/widgets.hpp WSphere(const cv::Point3d ¢er, double radius, int sphere_resolution = 10, const Color &color = Color::white()); color 298 modules/viz/include/opencv2/viz/widgets.hpp WArrow(const Point3d& pt1, const Point3d& pt2, double thickness = 0.03, const Color &color = Color::white()); color 312 modules/viz/include/opencv2/viz/widgets.hpp WCircle(double radius, double thickness = 0.01, const Color &color = Color::white()); color 322 modules/viz/include/opencv2/viz/widgets.hpp WCircle(double radius, const Point3d& center, const Vec3d& normal, double thickness = 0.01, const Color &color = Color::white()); color 337 modules/viz/include/opencv2/viz/widgets.hpp WCone(double length, double radius, int resolution = 6.0, const Color &color = Color::white()); color 348 modules/viz/include/opencv2/viz/widgets.hpp WCone(double radius, const Point3d& center, const Point3d& tip, int resolution = 6.0, const Color &color = Color::white()); color 364 modules/viz/include/opencv2/viz/widgets.hpp WCylinder(const Point3d& axis_point1, const Point3d& axis_point2, double radius, int numsides = 30, const Color &color = Color::white()); color 382 modules/viz/include/opencv2/viz/widgets.hpp bool wire_frame = true, const Color &color = Color::white()); color 396 modules/viz/include/opencv2/viz/widgets.hpp WPolyLine(InputArray points, const Color &color = Color::white()); color 414 modules/viz/include/opencv2/viz/widgets.hpp WText(const String &text, const Point &pos, int font_size = 20, const Color &color = Color::white()); color 439 modules/viz/include/opencv2/viz/widgets.hpp WText3D(const String &text, const Point3d &position, double text_scale = 1., bool face_camera = true, const Color &color = Color::white()); color 525 modules/viz/include/opencv2/viz/widgets.hpp WGrid(const Vec2i &cells = Vec2i::all(10), const Vec2d &cells_spacing = Vec2d::all(1.0), const Color &color = Color::white()); color 529 modules/viz/include/opencv2/viz/widgets.hpp const Vec2i &cells = Vec2i::all(10), const Vec2d &cells_spacing = Vec2d::all(1.0), const Color &color = Color::white()); color 551 modules/viz/include/opencv2/viz/widgets.hpp WCameraPosition(const Matx33d &K, double scale = 1.0, const Color &color = Color::white()); color 561 modules/viz/include/opencv2/viz/widgets.hpp WCameraPosition(const Vec2d &fov, double scale = 1.0, const Color &color = Color::white()); color 574 modules/viz/include/opencv2/viz/widgets.hpp WCameraPosition(const Matx33d &K, InputArray image, double scale = 1.0, const Color &color = Color::white()); color 587 modules/viz/include/opencv2/viz/widgets.hpp WCameraPosition(const Vec2d &fov, InputArray image, double scale = 1.0, const Color &color = Color::white()); color 613 modules/viz/include/opencv2/viz/widgets.hpp WTrajectory(InputArray path, int display_mode = WTrajectory::PATH, double scale = 1.0, const Color &color = Color::white()); color 630 modules/viz/include/opencv2/viz/widgets.hpp WTrajectoryFrustums(InputArray path, const Matx33d &K, double scale = 1., const Color &color = Color::white()); color 641 modules/viz/include/opencv2/viz/widgets.hpp WTrajectoryFrustums(InputArray path, const Vec2d &fov, double scale = 1., const Color &color = Color::white()); color 689 modules/viz/include/opencv2/viz/widgets.hpp WCloud(InputArray cloud, const Color &color = Color::white()); color 708 modules/viz/include/opencv2/viz/widgets.hpp WCloud(InputArray cloud, const Color &color, InputArray normals); color 745 modules/viz/include/opencv2/viz/widgets.hpp void addCloud(InputArray cloud, const Color &color = Color::white(), const Affine3d &pose = Affine3d::Identity()); color 768 modules/viz/include/opencv2/viz/widgets.hpp WCloudNormals(InputArray cloud, InputArray normals, int level = 64, double scale = 0.1, const Color &color = Color::white()); color 57 modules/viz/src/clouds.cpp cv::viz::WCloud::WCloud(InputArray cloud, const Color &color) color 59 modules/viz/src/clouds.cpp WCloud cloud_widget(cloud, Mat(cloud.size(), CV_8UC3, color)); color 63 modules/viz/src/clouds.cpp cv::viz::WCloud::WCloud(InputArray cloud, const Color &color, InputArray normals) color 65 modules/viz/src/clouds.cpp WCloud cloud_widget(cloud, Mat(cloud.size(), CV_8UC3, color), normals); color 244 modules/viz/src/clouds.cpp void cv::viz::WCloudCollection::addCloud(InputArray cloud, const Color &color, const Affine3d &pose) color 246 modules/viz/src/clouds.cpp addCloud(cloud, Mat(cloud.size(), CV_8UC3, color), pose); color 275 modules/viz/src/clouds.cpp cv::viz::WCloudNormals::WCloudNormals(InputArray _cloud, InputArray _normals, int level, double scale, const Color &color) color 341 modules/viz/src/clouds.cpp VtkUtils::FillScalars(polydata, color); color 220 modules/viz/src/precomp.hpp inline Color vtkcolor(const Color& color) color 222 modules/viz/src/precomp.hpp Color scaled_color = color * (1.0/255.0); color 274 modules/viz/src/precomp.hpp static vtkSmartPointer<vtkUnsignedCharArray> FillScalars(size_t size, const Color& color) color 276 modules/viz/src/precomp.hpp Vec3b rgb = Vec3d(color[2], color[1], color[0]); color 288 modules/viz/src/precomp.hpp static vtkSmartPointer<vtkPolyData> FillScalars(vtkSmartPointer<vtkPolyData> polydata, const Color& color) color 290 modules/viz/src/precomp.hpp return polydata->GetPointData()->SetScalars(FillScalars(polydata->GetNumberOfPoints(), color)), polydata; color 50 modules/viz/src/shapes.cpp cv::viz::WLine::WLine(const Point3d &pt1, const Point3d &pt2, const Color &color) color 58 modules/viz/src/shapes.cpp VtkUtils::FillScalars(polydata, color); color 78 modules/viz/src/shapes.cpp cv::viz::WSphere::WSphere(const Point3d ¢er, double radius, int sphere_resolution, const Color &color) color 89 modules/viz/src/shapes.cpp VtkUtils::FillScalars(polydata, color); color 109 modules/viz/src/shapes.cpp cv::viz::WPlane::WPlane(const Size2d& size, const Color &color) color 118 modules/viz/src/shapes.cpp VtkUtils::FillScalars(polydata, color); color 130 modules/viz/src/shapes.cpp cv::viz::WPlane::WPlane(const Point3d& center, const Vec3d& normal, const Vec3d& new_yaxis, const Size2d& size, const Color &color) color 136 modules/viz/src/shapes.cpp WPlane plane(size, color); color 150 modules/viz/src/shapes.cpp cv::viz::WArrow::WArrow(const Point3d& pt1, const Point3d& pt2, double thickness, const Color &color) color 170 modules/viz/src/shapes.cpp VtkUtils::FillScalars(polydata, color); color 190 modules/viz/src/shapes.cpp cv::viz::WCircle::WCircle(double radius, double thickness, const Color &color) color 199 modules/viz/src/shapes.cpp VtkUtils::FillScalars(polydata, color); color 211 modules/viz/src/shapes.cpp cv::viz::WCircle::WCircle(double radius, const Point3d& center, const Vec3d& normal, double thickness, const Color &color) color 218 modules/viz/src/shapes.cpp WCircle circle(radius, thickness, color); color 232 modules/viz/src/shapes.cpp cv::viz::WCone::WCone(double length, double radius, int resolution, const Color &color) color 242 modules/viz/src/shapes.cpp VtkUtils::FillScalars(polydata, color); color 253 modules/viz/src/shapes.cpp cv::viz::WCone::WCone(double radius, const Point3d& center, const Point3d& tip, int resolution, const Color &color) color 260 modules/viz/src/shapes.cpp WCone circle(norm(tip - center), radius, resolution, color); color 274 modules/viz/src/shapes.cpp cv::viz::WCylinder::WCylinder(const Point3d& axis_point1, const Point3d& axis_point2, double radius, int numsides, const Color &color) color 287 modules/viz/src/shapes.cpp VtkUtils::FillScalars(polydata, color); color 307 modules/viz/src/shapes.cpp cv::viz::WCube::WCube(const Point3d& min_point, const Point3d& max_point, bool wire_frame, const Color &color) color 330 modules/viz/src/shapes.cpp VtkUtils::FillScalars(polydata, color); color 419 modules/viz/src/shapes.cpp cv::viz::WPolyLine::WPolyLine(InputArray points, const Color &color) color 421 modules/viz/src/shapes.cpp WPolyLine polyline(points, Mat(points.size(), CV_8UC3, color)); color 435 modules/viz/src/shapes.cpp cv::viz::WGrid::WGrid(const Vec2i &cells, const Vec2d &cells_spacing, const Color &color) color 453 modules/viz/src/shapes.cpp VtkUtils::FillScalars(polydata, color); color 464 modules/viz/src/shapes.cpp cv::viz::WGrid::WGrid(const Point3d& center, const Vec3d& normal, const Vec3d& new_yaxis, const Vec2i &cells, const Vec2d &cells_spacing, const Color &color) color 470 modules/viz/src/shapes.cpp WGrid grid(cells, cells_spacing, color); color 484 modules/viz/src/shapes.cpp cv::viz::WText3D::WText3D(const String &text, const Point3d &position, double text_scale, bool face_camera, const Color &color) color 511 modules/viz/src/shapes.cpp setColor(color); color 550 modules/viz/src/shapes.cpp cv::viz::WText::WText(const String &text, const Point &pos, int font_size, const Color &color) color 564 modules/viz/src/shapes.cpp Color c = vtkcolor(color); color 771 modules/viz/src/shapes.cpp Mat color(image.size(), CV_8UC3); color 774 modules/viz/src/shapes.cpp Vec3b *drow = color.ptr<Vec3b>(); color 775 modules/viz/src/shapes.cpp for(int y = 0; y < color.rows; ++y) color 778 modules/viz/src/shapes.cpp const unsigned char *send = srow + color.cols; color 784 modules/viz/src/shapes.cpp image.copyTo(color); color 785 modules/viz/src/shapes.cpp return color; color 802 modules/viz/src/shapes.cpp cv::viz::WCameraPosition::WCameraPosition(const Matx33d &K, double scale, const Color &color) color 811 modules/viz/src/shapes.cpp VtkUtils::FillScalars(polydata, color); color 822 modules/viz/src/shapes.cpp cv::viz::WCameraPosition::WCameraPosition(const Vec2d &fov, double scale, const Color &color) color 828 modules/viz/src/shapes.cpp VtkUtils::FillScalars(polydata, color); color 839 modules/viz/src/shapes.cpp cv::viz::WCameraPosition::WCameraPosition(const Matx33d &K, InputArray _image, double scale, const Color &color) color 843 modules/viz/src/shapes.cpp image.at<Vec3b>(0, 0) = Vec3d(color.val); //workaround of VTK limitation color 873 modules/viz/src/shapes.cpp cv::viz::WCameraPosition::WCameraPosition(const Vec2d &fov, InputArray _image, double scale, const Color &color) color 877 modules/viz/src/shapes.cpp image.at<Vec3b>(0, 0) = Vec3d(color.val); //workaround of VTK limitation color 914 modules/viz/src/shapes.cpp cv::viz::WTrajectory::WTrajectory(InputArray _path, int display_mode, double scale, const Color &color) color 922 modules/viz/src/shapes.cpp vtkSmartPointer<vtkPolyData> polydata = getPolyData(WPolyLine(points, color)); color 965 modules/viz/src/shapes.cpp cv::viz::WTrajectoryFrustums::WTrajectoryFrustums(InputArray _path, const Matx33d &K, double scale, const Color &color) color 971 modules/viz/src/shapes.cpp VtkUtils::FillScalars(glyph, color); color 991 modules/viz/src/shapes.cpp cv::viz::WTrajectoryFrustums::WTrajectoryFrustums(InputArray _path, const Vec2d &fov, double scale, const Color &color) color 997 modules/viz/src/shapes.cpp VtkUtils::FillScalars(glyph, color); color 140 modules/viz/src/viz3d.cpp void cv::viz::Viz3d::setBackgroundColor(const Color& color, const Color& color2) { impl_->setBackgroundColor(color, color2); } color 336 modules/viz/src/vizimpl.cpp void cv::viz::Viz3d::VizImpl::setBackgroundColor(const Color& color, const Color& color2) color 338 modules/viz/src/vizimpl.cpp Color c = vtkcolor(color), c2 = vtkcolor(color2); color 98 modules/viz/src/vizimpl.hpp void setBackgroundColor(const Color& color, const Color& color2); color 284 modules/viz/src/widget.cpp void cv::viz::Widget3D::setColor(const Color &color) color 290 modules/viz/src/widget.cpp Color c = vtkcolor(color); color 310 modules/viz/src/widget.cpp void cv::viz::Widget2D::setColor(const Color &color) color 314 modules/viz/src/widget.cpp Color c = vtkcolor(color); color 19 samples/cpp/delaunay2.cpp static void draw_subdiv_point( Mat& img, Point2f fp, Scalar color ) color 21 samples/cpp/delaunay2.cpp circle( img, fp, 3, color, FILLED, LINE_8, 0 ); color 93 samples/cpp/delaunay2.cpp Scalar color; color 94 samples/cpp/delaunay2.cpp color[0] = rand() & 255; color 95 samples/cpp/delaunay2.cpp color[1] = rand() & 255; color 96 samples/cpp/delaunay2.cpp color[2] = rand() & 255; color 97 samples/cpp/delaunay2.cpp fillConvexPoly(img, ifacet, color, 8, 0); color 343 samples/cpp/detect_mser.cpp int *width, *color; color 346 samples/cpp/detect_mser.cpp color = color1; color 349 samples/cpp/detect_mser.cpp rectangle(img, Rect(p0, Size(width[i], width[i])), Scalar(color[i]), 1); color 351 samples/cpp/detect_mser.cpp floodFill(img, p0, Scalar(color[i])); color 355 samples/cpp/detect_mser.cpp color = color2; color 359 samples/cpp/detect_mser.cpp circle(img, p0, width[i] / 2, Scalar(color[i]), 1); color 360 samples/cpp/detect_mser.cpp floodFill(img, p0, Scalar(color[i])); color 364 samples/cpp/detect_mser.cpp color = color3; color 368 samples/cpp/detect_mser.cpp rectangle(img, Rect(p0, Size(width[i], width[i])), Scalar(color[i]), 1); color 370 samples/cpp/detect_mser.cpp floodFill(img, p0, Scalar(color[i])); color 374 samples/cpp/detect_mser.cpp color = color4; color 379 samples/cpp/detect_mser.cpp circle(img, p0, width[i] / 2, Scalar(color[i]), 1); color 380 samples/cpp/detect_mser.cpp floodFill(img, p0, Scalar(color[i])); color 249 samples/cpp/facedetect.cpp Scalar color = colors[i%8]; color 258 samples/cpp/facedetect.cpp circle( img, center, radius, color, 3, 8, 0 ); color 263 samples/cpp/facedetect.cpp color, 3, 8, 0); color 280 samples/cpp/facedetect.cpp circle( img, center, radius, color, 3, 8, 0 ); color 21 samples/cpp/fback.cpp double, const Scalar& color) color 28 samples/cpp/fback.cpp color); color 29 samples/cpp/fback.cpp circle(cflowmap, Point(x,y), 2, color, -1); color 72 samples/cpp/kalman.cpp #define drawCross( center, color, d ) \ color 74 samples/cpp/kalman.cpp Point( center.x + d, center.y + d ), color, 1, LINE_AA, 0); \ color 76 samples/cpp/kalman.cpp Point( center.x - d, center.y + d ), color, 1, LINE_AA, 0 ) color 56 samples/cpp/segment_objects.cpp Scalar color( 0, 0, 255 ); color 57 samples/cpp/segment_objects.cpp drawContours( dst, contours, largestComp, color, FILLED, LINE_8, hierarchy ); color 205 samples/cpp/smiledetect.cpp Scalar color = colors[i%8]; color 214 samples/cpp/smiledetect.cpp circle( img, center, radius, color, 3, 8, 0 ); color 219 samples/cpp/smiledetect.cpp color, 3, 8, 0); color 21 samples/cpp/train_HOG.cpp void draw_locations( Mat & img, const vector< Rect > & locations, const Scalar & color ); color 338 samples/cpp/train_HOG.cpp void draw_locations( Mat & img, const vector< Rect > & locations, const Scalar & color ) color 346 samples/cpp/train_HOG.cpp rectangle( img, *loc, color, 2 ); color 72 samples/cpp/tutorial_code/ShapeDescriptors/findContours_demo.cpp Scalar color = Scalar( rng.uniform(0, 255), rng.uniform(0,255), rng.uniform(0,255) ); color 73 samples/cpp/tutorial_code/ShapeDescriptors/findContours_demo.cpp drawContours( drawing, contours, (int)i, color, 2, 8, hierarchy, 0, Point() ); color 80 samples/cpp/tutorial_code/ShapeDescriptors/generalContours_demo1.cpp Scalar color = Scalar( rng.uniform(0, 255), rng.uniform(0,255), rng.uniform(0,255) ); color 81 samples/cpp/tutorial_code/ShapeDescriptors/generalContours_demo1.cpp drawContours( drawing, contours_poly, (int)i, color, 1, 8, vector<Vec4i>(), 0, Point() ); color 82 samples/cpp/tutorial_code/ShapeDescriptors/generalContours_demo1.cpp rectangle( drawing, boundRect[i].tl(), boundRect[i].br(), color, 2, 8, 0 ); color 83 samples/cpp/tutorial_code/ShapeDescriptors/generalContours_demo1.cpp circle( drawing, center[i], (int)radius[i], color, 2, 8, 0 ); color 77 samples/cpp/tutorial_code/ShapeDescriptors/generalContours_demo2.cpp Scalar color = Scalar( rng.uniform(0, 255), rng.uniform(0,255), rng.uniform(0,255) ); color 79 samples/cpp/tutorial_code/ShapeDescriptors/generalContours_demo2.cpp drawContours( drawing, contours, (int)i, color, 1, 8, vector<Vec4i>(), 0, Point() ); color 81 samples/cpp/tutorial_code/ShapeDescriptors/generalContours_demo2.cpp ellipse( drawing, minEllipse[i], color, 2, 8 ); color 85 samples/cpp/tutorial_code/ShapeDescriptors/generalContours_demo2.cpp line( drawing, rect_points[j], rect_points[(j+1)%4], color, 1, 8 ); color 74 samples/cpp/tutorial_code/ShapeDescriptors/hull_demo.cpp Scalar color = Scalar( rng.uniform(0, 255), rng.uniform(0,255), rng.uniform(0,255) ); color 75 samples/cpp/tutorial_code/ShapeDescriptors/hull_demo.cpp drawContours( drawing, contours, (int)i, color, 1, 8, vector<Vec4i>(), 0, Point() ); color 76 samples/cpp/tutorial_code/ShapeDescriptors/hull_demo.cpp drawContours( drawing, hull, (int)i, color, 1, 8, vector<Vec4i>(), 0, Point() ); color 77 samples/cpp/tutorial_code/ShapeDescriptors/moments_demo.cpp Scalar color = Scalar( rng.uniform(0, 255), rng.uniform(0,255), rng.uniform(0,255) ); color 78 samples/cpp/tutorial_code/ShapeDescriptors/moments_demo.cpp drawContours( drawing, contours, (int)i, color, 2, 8, hierarchy, 0, Point() ); color 79 samples/cpp/tutorial_code/ShapeDescriptors/moments_demo.cpp circle( drawing, mc[i], 4, color, -1, 8, 0 ); color 91 samples/cpp/tutorial_code/ShapeDescriptors/moments_demo.cpp Scalar color = Scalar( rng.uniform(0, 255), rng.uniform(0,255), rng.uniform(0,255) ); color 92 samples/cpp/tutorial_code/ShapeDescriptors/moments_demo.cpp drawContours( drawing, contours, (int)i, color, 2, 8, hierarchy, 0, Point() ); color 93 samples/cpp/tutorial_code/ShapeDescriptors/moments_demo.cpp circle( drawing, mc[i], 4, color, -1, 8, 0 ); color 28 samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/Utils.cpp void drawQuestion(cv::Mat image, cv::Point3f point, cv::Scalar color) color 35 samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/Utils.cpp cv::putText(image, text, cv::Point(25,50), fontFace, fontScale, color, thickness_font, 8); color 39 samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/Utils.cpp void drawText(cv::Mat image, std::string text, cv::Scalar color) color 41 samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/Utils.cpp cv::putText(image, text, cv::Point(25,50), fontFace, fontScale, color, thickness_font, 8); color 45 samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/Utils.cpp void drawText2(cv::Mat image, std::string text, cv::Scalar color) color 47 samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/Utils.cpp cv::putText(image, text, cv::Point(25,75), fontFace, fontScale, color, thickness_font, 8); color 51 samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/Utils.cpp void drawFPS(cv::Mat image, double fps, cv::Scalar color) color 55 samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/Utils.cpp cv::putText(image, text, cv::Point(500,50), fontFace, fontScale, color, thickness_font, 8); color 59 samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/Utils.cpp void drawConfidence(cv::Mat image, double confidence, cv::Scalar color) color 63 samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/Utils.cpp cv::putText(image, text, cv::Point(500,75), fontFace, fontScale, color, thickness_font, 8); color 67 samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/Utils.cpp void drawCounter(cv::Mat image, int n, int n_max, cv::Scalar color) color 72 samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/Utils.cpp cv::putText(image, text, cv::Point(500,50), fontFace, fontScale, color, thickness_font, 8); color 76 samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/Utils.cpp void drawPoints(cv::Mat image, std::vector<cv::Point2f> &list_points_2d, std::vector<cv::Point3f> &list_points_3d, cv::Scalar color) color 84 samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/Utils.cpp cv::circle(image, point_2d, radius, color, -1, lineType ); color 94 samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/Utils.cpp cv::putText(image, text, point_2d, fontFace, fontScale*0.5, color, thickness_font, 8); color 99 samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/Utils.cpp void draw2DPoints(cv::Mat image, std::vector<cv::Point2f> &list_points, cv::Scalar color) color 106 samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/Utils.cpp cv::circle(image, point_2d, radius, color, -1, lineType ); color 111 samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/Utils.cpp void drawArrow(cv::Mat image, cv::Point2i p, cv::Point2i q, cv::Scalar color, int arrowMagnitude, int thickness, int line_type, int shift) color 114 samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/Utils.cpp cv::line(image, p, q, color, thickness, line_type, shift); color 122 samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/Utils.cpp cv::line(image, p, q, color, thickness, line_type, shift); color 127 samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/Utils.cpp cv::line(image, p, q, color, thickness, line_type, shift); color 151 samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/Utils.cpp void drawObjectMesh(cv::Mat image, const Mesh *mesh, PnPProblem *pnpProblem, cv::Scalar color) color 166 samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/Utils.cpp cv::line(image, point_2d_0, point_2d_1, color, 1); color 167 samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/Utils.cpp cv::line(image, point_2d_1, point_2d_2, color, 1); color 168 samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/Utils.cpp cv::line(image, point_2d_2, point_2d_0, color, 1); color 16 samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/Utils.h void drawQuestion(cv::Mat image, cv::Point3f point, cv::Scalar color); color 19 samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/Utils.h void drawText(cv::Mat image, std::string text, cv::Scalar color); color 22 samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/Utils.h void drawText2(cv::Mat image, std::string text, cv::Scalar color); color 25 samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/Utils.h void drawFPS(cv::Mat image, double fps, cv::Scalar color); color 28 samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/Utils.h void drawConfidence(cv::Mat image, double confidence, cv::Scalar color); color 31 samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/Utils.h void drawCounter(cv::Mat image, int n, int n_max, cv::Scalar color); color 34 samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/Utils.h void drawPoints(cv::Mat image, std::vector<cv::Point2f> &list_points_2d, std::vector<cv::Point3f> &list_points_3d, cv::Scalar color); color 37 samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/Utils.h void draw2DPoints(cv::Mat image, std::vector<cv::Point2f> &list_points, cv::Scalar color); color 40 samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/Utils.h void drawArrow(cv::Mat image, cv::Point2i p, cv::Point2i q, cv::Scalar color, int arrowMagnitude = 9, int thickness=1, int line_type=8, int shift=0); color 46 samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/Utils.h void drawObjectMesh(cv::Mat image, const Mesh *mesh, PnPProblem *pnpProblem, cv::Scalar color); color 45 samples/cpp/tutorial_code/viz/creating_widgets.cpp WTriangle(const Point3f &pt1, const Point3f &pt2, const Point3f &pt3, const viz::Color & color = viz::Color::white()); color 52 samples/cpp/tutorial_code/viz/creating_widgets.cpp WTriangle::WTriangle(const Point3f &pt1, const Point3f &pt2, const Point3f &pt3, const viz::Color & color) color 90 samples/cpp/tutorial_code/viz/creating_widgets.cpp setColor(color); color 249 samples/cpp/ufacedetect.cpp Scalar color = colors[i%8]; color 258 samples/cpp/ufacedetect.cpp circle( canvas, center, radius, color, 3, 8, 0 ); color 263 samples/cpp/ufacedetect.cpp color, 3, 8, 0); color 280 samples/cpp/ufacedetect.cpp circle( canvas, center, radius, color, 3, 8, 0 ); color 103 samples/gpu/opticalflow_nvidia_api.cpp unsigned char *color = row + j * image->nChannels; color 104 samples/gpu/opticalflow_nvidia_api.cpp dst->ptr ()[j +i*dst->stride ()] = convert (color[0], color[1], color[2]); color 127 samples/gpu/opticalflow_nvidia_api.cpp unsigned char *color = row + j * image->nChannels; color 128 samples/gpu/opticalflow_nvidia_api.cpp dst.ptr ()[j +i*dst.stride()] = convert (color[0], color[1], color[2]);