red 1047 3rdparty/include/dshow/ddraw.h BYTE red; red 1052 3rdparty/include/dshow/ddraw.h BYTE red; red 1082 3rdparty/include/dshow/ddraw.h WORD red[256]; red 2785 3rdparty/libpng/png.c sig_bit = png_ptr->sig_bit.red; red 560 3rdparty/libpng/png.h png_byte red; red 571 3rdparty/libpng/png.h png_uint_16 red; /* for use in red green blue files */ red 582 3rdparty/libpng/png.h png_byte red; /* for use in red green blue files */ red 598 3rdparty/libpng/png.h png_uint_16 red; red 1161 3rdparty/libpng/png.h int error_action, double red, double green)); red 1163 3rdparty/libpng/png.h int error_action, png_fixed_point red, png_fixed_point green)); red 568 3rdparty/libpng/pngpriv.h #define PNG_COLOR_DIST(c1, c2) (abs((int)((c1).red) - (int)((c2).red)) + \ red 725 3rdparty/libpng/pngrtran.c int r = (palette[i].red >> (8 - PNG_QUANTIZE_RED_BITS)); red 930 3rdparty/libpng/pngrtran.c png_fixed_point red, png_fixed_point green) red 967 3rdparty/libpng/pngrtran.c if (red >= 0 && green >= 0 && red + green <= PNG_FP_1) red 976 3rdparty/libpng/pngrtran.c red_int = (png_uint_16)(((png_uint_32)red*32768)/100000); red 986 3rdparty/libpng/pngrtran.c if (red >= 0 && green >= 0) red 1013 3rdparty/libpng/pngrtran.c png_set_rgb_to_gray(png_structp png_ptr, int error_action, double red, red 1020 3rdparty/libpng/pngrtran.c png_fixed(png_ptr, red, "rgb to gray red coefficient"), red 1131 3rdparty/libpng/pngrtran.c png_ptr->background.red = red 1132 3rdparty/libpng/pngrtran.c png_ptr->palette[png_ptr->background.index].red; red 1231 3rdparty/libpng/pngrtran.c png_ptr->background.red = png_ptr->background.green = red 1236 3rdparty/libpng/pngrtran.c png_ptr->trans_color.red = png_ptr->trans_color.green = red 1415 3rdparty/libpng/pngrtran.c if (png_ptr->background.red == png_ptr->background.green && red 1416 3rdparty/libpng/pngrtran.c png_ptr->background.red == png_ptr->background.blue) red 1419 3rdparty/libpng/pngrtran.c png_ptr->background.gray = png_ptr->background.red; red 1460 3rdparty/libpng/pngrtran.c CHOP(png_ptr->background.red); red 1482 3rdparty/libpng/pngrtran.c png_ptr->background.red = (png_uint_16)(png_ptr->background.red * 257); red 1559 3rdparty/libpng/pngrtran.c back.red = png_ptr->gamma_table[png_ptr->background.red]; red 1563 3rdparty/libpng/pngrtran.c back_1.red = png_ptr->gamma_to_1[png_ptr->background.red]; red 1597 3rdparty/libpng/pngrtran.c back.red = png_gamma_8bit_correct(png_ptr->background.red, red 1607 3rdparty/libpng/pngrtran.c back.red = (png_byte)png_ptr->background.red; red 1614 3rdparty/libpng/pngrtran.c back_1.red = png_gamma_8bit_correct(png_ptr->background.red, red 1624 3rdparty/libpng/pngrtran.c back_1.red = (png_byte)png_ptr->background.red; red 1643 3rdparty/libpng/pngrtran.c v = png_ptr->gamma_to_1[palette[i].red]; red 1644 3rdparty/libpng/pngrtran.c png_composite(w, v, png_ptr->trans_alpha[i], back_1.red); red 1645 3rdparty/libpng/pngrtran.c palette[i].red = png_ptr->gamma_from_1[w]; red 1658 3rdparty/libpng/pngrtran.c palette[i].red = png_ptr->gamma_table[palette[i].red]; red 1713 3rdparty/libpng/pngrtran.c if ((png_ptr->background.red != png_ptr->background.green) || red 1714 3rdparty/libpng/pngrtran.c (png_ptr->background.red != png_ptr->background.blue) || red 1715 3rdparty/libpng/pngrtran.c (png_ptr->background.red != png_ptr->background.gray)) red 1720 3rdparty/libpng/pngrtran.c png_ptr->background_1.red = png_gamma_correct(png_ptr, red 1721 3rdparty/libpng/pngrtran.c png_ptr->background.red, g); red 1732 3rdparty/libpng/pngrtran.c png_ptr->background.red = png_gamma_correct(png_ptr, red 1733 3rdparty/libpng/pngrtran.c png_ptr->background.red, gs); red 1746 3rdparty/libpng/pngrtran.c png_ptr->background_1.red = png_ptr->background_1.green red 1749 3rdparty/libpng/pngrtran.c png_ptr->background.red = png_ptr->background.green red 1778 3rdparty/libpng/pngrtran.c palette[i].red = png_ptr->gamma_table[palette[i].red]; red 1802 3rdparty/libpng/pngrtran.c back.red = (png_byte)png_ptr->background.red; red 1816 3rdparty/libpng/pngrtran.c png_composite(palette[i].red, palette[i].red, red 1817 3rdparty/libpng/pngrtran.c png_ptr->trans_alpha[i], back.red); red 1838 3rdparty/libpng/pngrtran.c int shift = 8 - png_ptr->sig_bit.red; red 1848 3rdparty/libpng/pngrtran.c int component = png_ptr->palette[i].red; red 1851 3rdparty/libpng/pngrtran.c png_ptr->palette[i].red = (png_byte)component; red 2495 3rdparty/libpng/pngrtran.c shift[channels++] = bit_depth - sig_bits->red; red 3260 3rdparty/libpng/pngrtran.c png_byte red = *(sp++); red 3264 3rdparty/libpng/pngrtran.c if (red != green || red != blue) red 3266 3rdparty/libpng/pngrtran.c red = png_ptr->gamma_to_1[red]; red 3272 3rdparty/libpng/pngrtran.c (rc*red + gc*green + bc*blue + 16384)>>15]; red 3281 3rdparty/libpng/pngrtran.c red = png_ptr->gamma_table[red]; red 3283 3rdparty/libpng/pngrtran.c *(dp++) = red; red 3299 3rdparty/libpng/pngrtran.c png_byte red = *(sp++); red 3303 3rdparty/libpng/pngrtran.c if (red != green || red != blue) red 3309 3rdparty/libpng/pngrtran.c *(dp++) = (png_byte)((rc*red + gc*green + bc*blue)>>15); red 3313 3rdparty/libpng/pngrtran.c *(dp++) = red; red 3332 3rdparty/libpng/pngrtran.c png_uint_16 red, green, blue, w; red 3334 3rdparty/libpng/pngrtran.c red = (png_uint_16)(((*(sp))<<8) | *(sp + 1)); sp += 2; red 3338 3rdparty/libpng/pngrtran.c if (red == green && red == blue) red 3341 3rdparty/libpng/pngrtran.c w = png_ptr->gamma_16_table[(red&0xff) red 3342 3rdparty/libpng/pngrtran.c >> png_ptr->gamma_shift][red>>8]; red 3345 3rdparty/libpng/pngrtran.c w = red; red 3350 3rdparty/libpng/pngrtran.c png_uint_16 red_1 = png_ptr->gamma_16_to_1[(red&0xff) red 3351 3rdparty/libpng/pngrtran.c >> png_ptr->gamma_shift][red>>8]; red 3383 3rdparty/libpng/pngrtran.c png_uint_16 red, green, blue, gray16; red 3385 3rdparty/libpng/pngrtran.c red = (png_uint_16)(((*(sp))<<8) | *(sp + 1)); sp += 2; red 3389 3rdparty/libpng/pngrtran.c if (red != green || red != blue) red 3396 3rdparty/libpng/pngrtran.c gray16 = (png_uint_16)((rc*red + gc*green + bc*blue + 16384) >> red 3471 3rdparty/libpng/pngrtran.c palette[i].red = (png_byte)v; red 3756 3rdparty/libpng/pngrtran.c if (*sp == png_ptr->trans_color.red && red 3760 3rdparty/libpng/pngrtran.c *sp = (png_byte)png_ptr->background.red; red 3779 3rdparty/libpng/pngrtran.c if (*sp == png_ptr->trans_color.red && red 3783 3rdparty/libpng/pngrtran.c *sp = (png_byte)png_ptr->background.red; red 3806 3rdparty/libpng/pngrtran.c if (r == png_ptr->trans_color.red && red 3811 3rdparty/libpng/pngrtran.c *sp = (png_byte)((png_ptr->background.red >> 8) & 0xff); red 3812 3rdparty/libpng/pngrtran.c *(sp + 1) = (png_byte)(png_ptr->background.red & 0xff); red 3850 3rdparty/libpng/pngrtran.c if (r == png_ptr->trans_color.red && red 3854 3rdparty/libpng/pngrtran.c *sp = (png_byte)((png_ptr->background.red >> 8) & 0xff); red 3855 3rdparty/libpng/pngrtran.c *(sp + 1) = (png_byte)(png_ptr->background.red & 0xff); red 4013 3rdparty/libpng/pngrtran.c *sp = (png_byte)png_ptr->background.red; red 4023 3rdparty/libpng/pngrtran.c png_composite(w, v, a, png_ptr->background_1.red); red 4049 3rdparty/libpng/pngrtran.c *sp = (png_byte)png_ptr->background.red; red 4056 3rdparty/libpng/pngrtran.c png_composite(*sp, *sp, a, png_ptr->background.red); red 4099 3rdparty/libpng/pngrtran.c *sp = (png_byte)((png_ptr->background.red >> 8) & 0xff); red 4100 3rdparty/libpng/pngrtran.c *(sp + 1) = (png_byte)(png_ptr->background.red & 0xff); red 4112 3rdparty/libpng/pngrtran.c png_composite_16(w, v, a, png_ptr->background_1.red); red 4148 3rdparty/libpng/pngrtran.c *sp = (png_byte)((png_ptr->background.red >> 8) & 0xff); red 4149 3rdparty/libpng/pngrtran.c *(sp + 1) = (png_byte)(png_ptr->background.red & 0xff); red 4166 3rdparty/libpng/pngrtran.c png_composite_16(v, r, a, png_ptr->background.red); red 4581 3rdparty/libpng/pngrtran.c *dp-- = palette[*sp].red; red 4600 3rdparty/libpng/pngrtran.c *dp-- = palette[*sp].red; red 4780 3rdparty/libpng/pngrtran.c png_byte red = (png_byte)(trans_color->red & 0xff); red 4787 3rdparty/libpng/pngrtran.c if (*(sp - 2) == red && *(sp - 1) == green && *(sp) == blue) red 4800 3rdparty/libpng/pngrtran.c png_byte red_high = (png_byte)((trans_color->red >> 8) & 0xff); red 4803 3rdparty/libpng/pngrtran.c png_byte red_low = (png_byte)(trans_color->red & 0xff); red 5022 3rdparty/libpng/pngrtran.c png_uint_32 red = (s0 + s1 + 65536) & 0xffff; red 5024 3rdparty/libpng/pngrtran.c *(rp ) = (png_byte)((red >> 8) & 0xff); red 5025 3rdparty/libpng/pngrtran.c *(rp + 1) = (png_byte)(red & 0xff); red 660 3rdparty/libpng/pngrutil.c pal_ptr->red = buf[0]; red 671 3rdparty/libpng/pngrutil.c palette[i].red = buf[0]; red 899 3rdparty/libpng/pngrutil.c png_ptr->sig_bit.red = buf[0]; red 908 3rdparty/libpng/pngrutil.c png_ptr->sig_bit.red = buf[0]; red 1503 3rdparty/libpng/pngrutil.c pp->red = *entry_start++; red 1511 3rdparty/libpng/pngrutil.c pp->red = png_get_uint_16(entry_start); entry_start += 2; red 1527 3rdparty/libpng/pngrutil.c pp[i].red = *entry_start++; red 1535 3rdparty/libpng/pngrutil.c pp[i].red = png_get_uint_16(entry_start); entry_start += 2; red 1610 3rdparty/libpng/pngrutil.c png_ptr->trans_color.red = png_get_uint_16(buf); red 1733 3rdparty/libpng/pngrutil.c background.red = (png_uint_16)png_ptr->palette[buf[0]].red; red 1739 3rdparty/libpng/pngrutil.c background.red = background.green = background.blue = 0; red 1747 3rdparty/libpng/pngrutil.c background.red = red 1756 3rdparty/libpng/pngrutil.c background.red = png_get_uint_16(buf); red 924 3rdparty/libpng/pngset.c ((int)trans_color->red > sample_max || red 258 3rdparty/libpng/pngwtran.c shift_start[channels] = row_info->bit_depth - bit_depth->red; red 259 3rdparty/libpng/pngwtran.c shift_dec[channels] = bit_depth->red; red 621 3rdparty/libpng/pngwtran.c png_uint_32 red = (png_uint_32)((s0 - s1) & 0xffffL); red 623 3rdparty/libpng/pngwtran.c *(rp ) = (png_byte)((red >> 8) & 0xff); red 624 3rdparty/libpng/pngwtran.c *(rp + 1) = (png_byte)(red & 0xff); red 939 3rdparty/libpng/pngwutil.c buf[0] = pal_ptr->red; red 953 3rdparty/libpng/pngwutil.c buf[0] = pal_ptr[i].red; red 1211 3rdparty/libpng/pngwutil.c entrybuf[0] = (png_byte)ep->red; red 1220 3rdparty/libpng/pngwutil.c png_save_uint_16(entrybuf + 0, ep->red); red 1235 3rdparty/libpng/pngwutil.c entrybuf[0] = (png_byte)ep[i].red; red 1244 3rdparty/libpng/pngwutil.c png_save_uint_16(entrybuf + 0, ep[i].red); red 1278 3rdparty/libpng/pngwutil.c if (sbit->red == 0 || sbit->red > maxbits || red 1286 3rdparty/libpng/pngwutil.c buf[0] = sbit->red; red 1394 3rdparty/libpng/pngwutil.c png_save_uint_16(buf, tran->red); red 1446 3rdparty/libpng/pngwutil.c png_save_uint_16(buf, back->red); red 714 3rdparty/libwebp/dec/vp8l.c int red, green, blue, alpha; \ red 715 3rdparty/libwebp/dec/vp8l.c red = ReadSymbol(&htree_group->htrees_[RED], br); \ red 720 3rdparty/libwebp/dec/vp8l.c *src = STORE_PIXEL(alpha, red, green, blue); \ red 797 3rdparty/libwebp/dec/vp8l.c static WEBP_INLINE uint32_t GetARGBPixel(int alpha, int red, int green, red 799 3rdparty/libwebp/dec/vp8l.c return (alpha << 24) | (red << 16) | (green << 8) | blue; red 802 3rdparty/libwebp/dec/vp8l.c static WEBP_INLINE uint8_t GetAlphaPixel(int alpha, int red, int green, red 805 3rdparty/libwebp/dec/vp8l.c (void)red; red 808 3rdparty/libwebp/dsp/lossless.c const uint32_t red = argb >> 16; red 809 3rdparty/libwebp/dsp/lossless.c uint32_t new_red = red; red 822 3rdparty/libwebp/dsp/lossless.c new_blue -= ColorTransformDelta(m->red_to_blue_, red); red 840 3rdparty/libwebp/dsp/lossless.c const uint32_t red = argb >> 16; red 843 3rdparty/libwebp/dsp/lossless.c new_blue -= ColorTransformDelta(red_to_blue, red); red 393 3rdparty/openexr/IlmImf/ImfAcesFile.cpp if (fileChr.red == acesChr.red && red 48 3rdparty/openexr/IlmImf/ImfChromaticities.cpp Chromaticities::Chromaticities (const Imath::V2f &red, red 53 3rdparty/openexr/IlmImf/ImfChromaticities.cpp red (red), red 84 3rdparty/openexr/IlmImf/ImfChromaticities.cpp float d = chroma.red.x * (chroma.blue.y - chroma.green.y) + red 85 3rdparty/openexr/IlmImf/ImfChromaticities.cpp chroma.blue.x * (chroma.green.y - chroma.red.y) + red 86 3rdparty/openexr/IlmImf/ImfChromaticities.cpp chroma.green.x * (chroma.red.y - chroma.blue.y); red 94 3rdparty/openexr/IlmImf/ImfChromaticities.cpp float Sg = (X * (chroma.red.y - chroma.blue.y) + red 95 3rdparty/openexr/IlmImf/ImfChromaticities.cpp chroma.red.x * (Y * (chroma.blue.y - 1) + red 97 3rdparty/openexr/IlmImf/ImfChromaticities.cpp chroma.blue.x * (Y * (chroma.red.y - 1) + red 98 3rdparty/openexr/IlmImf/ImfChromaticities.cpp chroma.red.y * (X + Z))) / d; red 100 3rdparty/openexr/IlmImf/ImfChromaticities.cpp float Sb = (X * (chroma.green.y - chroma.red.y) - red 101 3rdparty/openexr/IlmImf/ImfChromaticities.cpp chroma.red.x * (Y * (chroma.green.y - 1) + red 103 3rdparty/openexr/IlmImf/ImfChromaticities.cpp chroma.green.x * (Y * (chroma.red.y - 1) + red 104 3rdparty/openexr/IlmImf/ImfChromaticities.cpp chroma.red.y * (X + Z))) / d; red 112 3rdparty/openexr/IlmImf/ImfChromaticities.cpp M[0][0] = Sr * chroma.red.x; red 113 3rdparty/openexr/IlmImf/ImfChromaticities.cpp M[0][1] = Sr * chroma.red.y; red 114 3rdparty/openexr/IlmImf/ImfChromaticities.cpp M[0][2] = Sr * (1 - chroma.red.x - chroma.red.y); red 59 3rdparty/openexr/IlmImf/ImfChromaticities.h Imath::V2f red; red 69 3rdparty/openexr/IlmImf/ImfChromaticities.h Chromaticities (const Imath::V2f &red = Imath::V2f (0.6400f, 0.3300f), red 60 3rdparty/openexr/IlmImf/ImfChromaticitiesAttribute.cpp Xdr::write <StreamIO> (os, _value.red.x); red 61 3rdparty/openexr/IlmImf/ImfChromaticitiesAttribute.cpp Xdr::write <StreamIO> (os, _value.red.y); red 75 3rdparty/openexr/IlmImf/ImfChromaticitiesAttribute.cpp Xdr::read <StreamIO> (is, _value.red.x); red 76 3rdparty/openexr/IlmImf/ImfChromaticitiesAttribute.cpp Xdr::read <StreamIO> (is, _value.red.y); red 867 modules/core/src/gl_core_3_1.cpp static void CODEGEN_FUNCPTR Switch_ClearColor(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) red 870 modules/core/src/gl_core_3_1.cpp ClearColor(red, green, blue, alpha); red 891 modules/core/src/gl_core_3_1.cpp static void CODEGEN_FUNCPTR Switch_ColorMask(GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) red 894 modules/core/src/gl_core_3_1.cpp ColorMask(red, green, blue, alpha); red 1163 modules/core/src/gl_core_3_1.cpp static void CODEGEN_FUNCPTR Switch_BlendColor(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) red 1166 modules/core/src/gl_core_3_1.cpp BlendColor(red, green, blue, alpha); red 2443 modules/core/src/gl_core_3_1.cpp static void CODEGEN_FUNCPTR Switch_Color3d(GLdouble red, GLdouble green, GLdouble blue) red 2446 modules/core/src/gl_core_3_1.cpp Color3d(red, green, blue); red 1084 modules/core/src/gl_core_3_1.hpp extern void (CODEGEN_FUNCPTR *ClearColor)(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha); red 1088 modules/core/src/gl_core_3_1.hpp extern void (CODEGEN_FUNCPTR *ColorMask)(GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha); red 1135 modules/core/src/gl_core_3_1.hpp extern void (CODEGEN_FUNCPTR *BlendColor)(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha); red 1370 modules/core/src/gl_core_3_1.hpp extern void (CODEGEN_FUNCPTR *Color3d)(GLdouble red, GLdouble green, GLdouble blue); red 2996 modules/highgui/src/window_QT.cpp painter->setPen(QPen(Qt::red, 1)); red 484 modules/imgcodecs/src/grfmt_exr.cpp Y = (Y - b * m_chroma.blue[1] - r * m_chroma.red[1]) / m_chroma.green[1]; red 522 modules/imgcodecs/src/grfmt_exr.cpp out[i] = in[n] * m_chroma.blue[0] + in[n + 1] * m_chroma.green[0] + in[n + 2] * m_chroma.red[0]; red 528 modules/imgcodecs/src/grfmt_exr.cpp o[i] = (uchar) (in[n] * m_chroma.blue[0] + in[n + 1] * m_chroma.green[0] + in[n + 2] * m_chroma.red[0]); red 540 modules/imgcodecs/src/grfmt_exr.cpp ((int *)out)[i] = int(si[n] * m_chroma.blue[0] + si[n + 1] * m_chroma.green[0] + si[n + 2] * m_chroma.red[0]); red 546 modules/imgcodecs/src/grfmt_exr.cpp ((uchar *)out)[i] = uchar((ui[n] * m_chroma.blue[0] + ui[n + 1] * m_chroma.green[0] + ui[n + 2] * m_chroma.red[0]) * (256.0 / 4294967296.0)); red 110 modules/imgcodecs/src/rgbe.cpp float2rgbe(unsigned char rgbe[4], float red, float green, float blue) red 115 modules/imgcodecs/src/rgbe.cpp v = red; red 123 modules/imgcodecs/src/rgbe.cpp rgbe[0] = (unsigned char) (red * v); red 134 modules/imgcodecs/src/rgbe.cpp rgbe2float(float *red, float *green, float *blue, unsigned char rgbe[4]) red 140 modules/imgcodecs/src/rgbe.cpp *red = rgbe[0] * f; red 145 modules/imgcodecs/src/rgbe.cpp *red = *green = *blue = 0.0; red 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)); red 145 modules/java/android_test/src/org/opencv/test/android/UtilsTest.java mUnPre.put(y, x, Color.red(colorUnPre), Color.green(colorUnPre), Color.blue(colorUnPre), Color.alpha(colorUnPre)); red 124 modules/photo/src/seamless_cloning.cpp float red = r; red 140 modules/photo/src/seamless_cloning.cpp obj.localColorChange(src,cs_mask,gray,blend,red,green,blue); red 68 modules/viz/include/opencv2/viz/types.hpp Color(double blue, double green, double red); red 79 modules/viz/include/opencv2/viz/types.hpp static Color red(); red 661 modules/viz/include/opencv2/viz/widgets.hpp const Color &from = Color::red(), const Color &to = Color::white()); red 105 modules/viz/test/tests_simple.cpp ccol.addCloud(cloud, Color::red(), Affine3d().translate(Vec3d(2, 0, 0))); red 125 modules/viz/test/tests_simple.cpp viz.showWidget("cloud3", WPaintedCloud(cloud, Vec3d(0.0, 0.0, -1.0), Vec3d(0.0, 0.0, 1.0), Color::blue(), Color::red())); red 219 modules/viz/test/tests_simple.cpp const Color palette[] = { Color::red(), Color::green(), Color::blue(), Color::gold(), Color::raspberry(), Color::bluberry(), Color::lime() }; red 66 samples/cpp/cloning_gui.cpp float red, green, blue; red 151 samples/cpp/cloning_gui.cpp colorChange(img0,res1,blend,red,green,blue); red 360 samples/cpp/cloning_gui.cpp cin >> red; red 527 samples/cpp/cloning_gui.cpp colorChange(img0,res1,blend,red,green,blue); red 133 samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/Utils.cpp cv::Scalar red(0, 0, 255); red 143 samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/Utils.cpp drawArrow(image, origin, pointX, red, 9, 2); red 41 samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/main_detection.cpp Scalar red(0, 0, 255); red 219 samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/main_detection.cpp draw2DPoints(frame_vis, list_points2d_scene_match, red); red 329 samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/main_detection.cpp drawText2(frame_vis, text2, red); red 45 samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/main_registration.cpp Scalar red(0, 0, 255); red 136 samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/main_registration.cpp drawPoints(img_vis, list_points2d, list_points3d, red); red 148 samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/main_registration.cpp drawCounter(img_vis, registration.getNumRegist(), registration.getNumMax(), red); red 236 samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/main_registration.cpp drawText2(img_vis, text, red); red 243 samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/main_registration.cpp draw2DPoints(img_vis, list_points_out, red); red 65 samples/cpp/tutorial_code/photo/seamless_cloning/cloning_gui.cpp float red, green, blue; red 150 samples/cpp/tutorial_code/photo/seamless_cloning/cloning_gui.cpp colorChange(img0,res1,blend,red,green,blue); red 359 samples/cpp/tutorial_code/photo/seamless_cloning/cloning_gui.cpp cin >> red; red 526 samples/cpp/tutorial_code/photo/seamless_cloning/cloning_gui.cpp colorChange(img0,res1,blend,red,green,blue); red 104 samples/cpp/tutorial_code/viz/creating_widgets.cpp WTriangle tw(Point3f(0.0,0.0,0.0), Point3f(1.0,1.0,1.0), Point3f(0.0,1.0,0.0), viz::Color::red());