green            1046 3rdparty/include/dshow/ddraw.h     BYTE	green;
green            1053 3rdparty/include/dshow/ddraw.h     BYTE	green;
green            1083 3rdparty/include/dshow/ddraw.h     WORD	green[256];
green            2787 3rdparty/libpng/png.c         if (png_ptr->sig_bit.green > sig_bit)
green            2788 3rdparty/libpng/png.c            sig_bit = png_ptr->sig_bit.green;
green             561 3rdparty/libpng/png.h    png_byte green;
green             572 3rdparty/libpng/png.h    png_uint_16 green;
green             583 3rdparty/libpng/png.h    png_byte green;
green             599 3rdparty/libpng/png.h    png_uint_16 green;
green            1161 3rdparty/libpng/png.h     int error_action, double red, double green));
green            1163 3rdparty/libpng/png.h     int error_action, png_fixed_point red, png_fixed_point green));
green             569 3rdparty/libpng/pngpriv.h    abs((int)((c1).green) - (int)((c2).green)) + \
green             726 3rdparty/libpng/pngrtran.c          int g = (palette[i].green >> (8 - PNG_QUANTIZE_GREEN_BITS));
green             930 3rdparty/libpng/pngrtran.c     png_fixed_point red, png_fixed_point green)
green             967 3rdparty/libpng/pngrtran.c       if (red >= 0 && green >= 0 && red + green <= PNG_FP_1)
green             977 3rdparty/libpng/pngrtran.c          green_int = (png_uint_16)(((png_uint_32)green*32768)/100000);
green             986 3rdparty/libpng/pngrtran.c          if (red >= 0 && green >= 0)
green            1014 3rdparty/libpng/pngrtran.c    double green)
green            1021 3rdparty/libpng/pngrtran.c       png_fixed(png_ptr, green, "rgb to gray green coefficient"));
green            1133 3rdparty/libpng/pngrtran.c          png_ptr->background.green =
green            1134 3rdparty/libpng/pngrtran.c              png_ptr->palette[png_ptr->background.index].green;
green            1231 3rdparty/libpng/pngrtran.c          png_ptr->background.red = png_ptr->background.green =
green            1236 3rdparty/libpng/pngrtran.c             png_ptr->trans_color.red = png_ptr->trans_color.green =
green            1415 3rdparty/libpng/pngrtran.c          if (png_ptr->background.red == png_ptr->background.green &&
green            1461 3rdparty/libpng/pngrtran.c       CHOP(png_ptr->background.green);
green            1483 3rdparty/libpng/pngrtran.c       png_ptr->background.green =
green            1484 3rdparty/libpng/pngrtran.c          (png_uint_16)(png_ptr->background.green * 257);
green            1560 3rdparty/libpng/pngrtran.c                back.green = png_ptr->gamma_table[png_ptr->background.green];
green            1564 3rdparty/libpng/pngrtran.c                back_1.green = png_ptr->gamma_to_1[png_ptr->background.green];
green            1599 3rdparty/libpng/pngrtran.c                   back.green = png_gamma_8bit_correct(png_ptr->background.green,
green            1608 3rdparty/libpng/pngrtran.c                   back.green = (png_byte)png_ptr->background.green;
green            1616 3rdparty/libpng/pngrtran.c                   back_1.green = png_gamma_8bit_correct(
green            1617 3rdparty/libpng/pngrtran.c                      png_ptr->background.green, g);
green            1625 3rdparty/libpng/pngrtran.c                   back_1.green = (png_byte)png_ptr->background.green;
green            1647 3rdparty/libpng/pngrtran.c                      v = png_ptr->gamma_to_1[palette[i].green];
green            1648 3rdparty/libpng/pngrtran.c                      png_composite(w, v, png_ptr->trans_alpha[i], back_1.green);
green            1649 3rdparty/libpng/pngrtran.c                      palette[i].green = png_ptr->gamma_from_1[w];
green            1659 3rdparty/libpng/pngrtran.c                   palette[i].green = png_ptr->gamma_table[palette[i].green];
green            1713 3rdparty/libpng/pngrtran.c             if ((png_ptr->background.red != png_ptr->background.green) ||
green            1723 3rdparty/libpng/pngrtran.c                   png_ptr->background_1.green = png_gamma_correct(png_ptr,
green            1724 3rdparty/libpng/pngrtran.c                       png_ptr->background.green, g);
green            1735 3rdparty/libpng/pngrtran.c                   png_ptr->background.green = png_gamma_correct(png_ptr,
green            1736 3rdparty/libpng/pngrtran.c                       png_ptr->background.green, gs);
green            1746 3rdparty/libpng/pngrtran.c                png_ptr->background_1.red = png_ptr->background_1.green
green            1749 3rdparty/libpng/pngrtran.c                png_ptr->background.red = png_ptr->background.green
green            1779 3rdparty/libpng/pngrtran.c             palette[i].green = png_ptr->gamma_table[palette[i].green];
green            1803 3rdparty/libpng/pngrtran.c       back.green = (png_byte)png_ptr->background.green;
green            1819 3rdparty/libpng/pngrtran.c             png_composite(palette[i].green, palette[i].green,
green            1820 3rdparty/libpng/pngrtran.c                 png_ptr->trans_alpha[i], back.green);
green            1854 3rdparty/libpng/pngrtran.c       shift = 8 - png_ptr->sig_bit.green;
green            1857 3rdparty/libpng/pngrtran.c          int component = png_ptr->palette[i].green;
green            1860 3rdparty/libpng/pngrtran.c          png_ptr->palette[i].green = (png_byte)component;
green            2496 3rdparty/libpng/pngrtran.c          shift[channels++] = bit_depth - sig_bits->green;
green            3261 3rdparty/libpng/pngrtran.c                png_byte green = *(sp++);
green            3264 3rdparty/libpng/pngrtran.c                if (red != green || red != blue)
green            3267 3rdparty/libpng/pngrtran.c                   green = png_ptr->gamma_to_1[green];
green            3272 3rdparty/libpng/pngrtran.c                       (rc*red + gc*green + bc*blue + 16384)>>15];
green            3300 3rdparty/libpng/pngrtran.c                png_byte green = *(sp++);
green            3303 3rdparty/libpng/pngrtran.c                if (red != green || red != blue)
green            3309 3rdparty/libpng/pngrtran.c                   *(dp++) = (png_byte)((rc*red + gc*green + bc*blue)>>15);
green            3332 3rdparty/libpng/pngrtran.c                png_uint_16 red, green, blue, w;
green            3335 3rdparty/libpng/pngrtran.c                green = (png_uint_16)(((*(sp))<<8) | *(sp + 1)); sp += 2;
green            3338 3rdparty/libpng/pngrtran.c                if (red == green && red == blue)
green            3353 3rdparty/libpng/pngrtran.c                       png_ptr->gamma_16_to_1[(green&0xff) >>
green            3354 3rdparty/libpng/pngrtran.c                       png_ptr->gamma_shift][green>>8];
green            3383 3rdparty/libpng/pngrtran.c                png_uint_16 red, green, blue, gray16;
green            3386 3rdparty/libpng/pngrtran.c                green = (png_uint_16)(((*(sp))<<8) | *(sp + 1)); sp += 2;
green            3389 3rdparty/libpng/pngrtran.c                if (red != green || red != blue)
green            3396 3rdparty/libpng/pngrtran.c                gray16  = (png_uint_16)((rc*red + gc*green + bc*blue + 16384) >>
green            3472 3rdparty/libpng/pngrtran.c       palette[i].green = (png_byte)v;
green            3757 3rdparty/libpng/pngrtran.c                          *(sp + 1) == png_ptr->trans_color.green &&
green            3761 3rdparty/libpng/pngrtran.c                         *(sp + 1) = (png_byte)png_ptr->background.green;
green            3780 3rdparty/libpng/pngrtran.c                          *(sp + 1) == png_ptr->trans_color.green &&
green            3784 3rdparty/libpng/pngrtran.c                         *(sp + 1) = (png_byte)png_ptr->background.green;
green            3807 3rdparty/libpng/pngrtran.c                          g == png_ptr->trans_color.green &&
green            3813 3rdparty/libpng/pngrtran.c                         *(sp + 2) = (png_byte)((png_ptr->background.green >> 8) & 0xff);
green            3814 3rdparty/libpng/pngrtran.c                         *(sp + 3) = (png_byte)(png_ptr->background.green & 0xff);
green            3851 3rdparty/libpng/pngrtran.c                          g == png_ptr->trans_color.green &&
green            3856 3rdparty/libpng/pngrtran.c                         *(sp + 2) = (png_byte)((png_ptr->background.green >> 8) & 0xff);
green            3857 3rdparty/libpng/pngrtran.c                         *(sp + 3) = (png_byte)(png_ptr->background.green & 0xff);
green            4014 3rdparty/libpng/pngrtran.c                         *(sp + 1) = (png_byte)png_ptr->background.green;
green            4028 3rdparty/libpng/pngrtran.c                         png_composite(w, v, a, png_ptr->background_1.green);
green            4050 3rdparty/libpng/pngrtran.c                         *(sp + 1) = (png_byte)png_ptr->background.green;
green            4059 3rdparty/libpng/pngrtran.c                             png_ptr->background.green);
green            4101 3rdparty/libpng/pngrtran.c                         *(sp + 2) = (png_byte)((png_ptr->background.green >> 8) & 0xff);
green            4102 3rdparty/libpng/pngrtran.c                         *(sp + 3) = (png_byte)(png_ptr->background.green & 0xff);
green            4119 3rdparty/libpng/pngrtran.c                         png_composite_16(w, v, a, png_ptr->background_1.green);
green            4150 3rdparty/libpng/pngrtran.c                         *(sp + 2) = (png_byte)((png_ptr->background.green >> 8) & 0xff);
green            4151 3rdparty/libpng/pngrtran.c                         *(sp + 3) = (png_byte)(png_ptr->background.green & 0xff);
green            4170 3rdparty/libpng/pngrtran.c                         png_composite_16(v, g, a, png_ptr->background.green);
green            4580 3rdparty/libpng/pngrtran.c                   *dp-- = palette[*sp].green;
green            4599 3rdparty/libpng/pngrtran.c                   *dp-- = palette[*sp].green;
green            4781 3rdparty/libpng/pngrtran.c             png_byte green = (png_byte)(trans_color->green & 0xff);
green            4787 3rdparty/libpng/pngrtran.c                if (*(sp - 2) == red && *(sp - 1) == green && *(sp) == blue)
green            4801 3rdparty/libpng/pngrtran.c             png_byte green_high = (png_byte)((trans_color->green >> 8) & 0xff);
green            4804 3rdparty/libpng/pngrtran.c             png_byte green_low = (png_byte)(trans_color->green & 0xff);
green             661 3rdparty/libpng/pngrutil.c       pal_ptr->green = buf[1];
green             672 3rdparty/libpng/pngrutil.c       palette[i].green = buf[1];
green             900 3rdparty/libpng/pngrutil.c       png_ptr->sig_bit.green = buf[1];
green             909 3rdparty/libpng/pngrutil.c       png_ptr->sig_bit.green = buf[0];
green            1504 3rdparty/libpng/pngrutil.c          pp->green = *entry_start++;
green            1512 3rdparty/libpng/pngrutil.c          pp->green = png_get_uint_16(entry_start); entry_start += 2;
green            1528 3rdparty/libpng/pngrutil.c          pp[i].green = *entry_start++;
green            1536 3rdparty/libpng/pngrutil.c          pp[i].green = png_get_uint_16(entry_start); entry_start += 2;
green            1611 3rdparty/libpng/pngrutil.c       png_ptr->trans_color.green = png_get_uint_16(buf + 2);
green            1734 3rdparty/libpng/pngrutil.c          background.green = (png_uint_16)png_ptr->palette[buf[0]].green;
green            1739 3rdparty/libpng/pngrutil.c          background.red = background.green = background.blue = 0;
green            1748 3rdparty/libpng/pngrutil.c       background.green =
green            1757 3rdparty/libpng/pngrutil.c       background.green = png_get_uint_16(buf + 2);
green             925 3rdparty/libpng/pngset.c           (int)trans_color->green > sample_max ||
green             262 3rdparty/libpng/pngwtran.c          shift_start[channels] = row_info->bit_depth - bit_depth->green;
green             263 3rdparty/libpng/pngwtran.c          shift_dec[channels] = bit_depth->green;
green             940 3rdparty/libpng/pngwutil.c       buf[1] = pal_ptr->green;
green             954 3rdparty/libpng/pngwutil.c       buf[1] = pal_ptr[i].green;
green            1212 3rdparty/libpng/pngwutil.c          entrybuf[1] = (png_byte)ep->green;
green            1221 3rdparty/libpng/pngwutil.c          png_save_uint_16(entrybuf + 2, ep->green);
green            1236 3rdparty/libpng/pngwutil.c          entrybuf[1] = (png_byte)ep[i].green;
green            1245 3rdparty/libpng/pngwutil.c          png_save_uint_16(entrybuf + 2, ep[i].green);
green            1279 3rdparty/libpng/pngwutil.c           sbit->green == 0 || sbit->green > maxbits ||
green            1287 3rdparty/libpng/pngwutil.c       buf[1] = sbit->green;
green            1395 3rdparty/libpng/pngwutil.c       png_save_uint_16(buf + 2, tran->green);
green            1447 3rdparty/libpng/pngwutil.c       png_save_uint_16(buf + 2, back->green);
green             714 3rdparty/libwebp/dec/vp8l.c       int red, green, blue, alpha;                                             \
green             716 3rdparty/libwebp/dec/vp8l.c       green = code;                                                            \
green             720 3rdparty/libwebp/dec/vp8l.c       *src = STORE_PIXEL(alpha, red, green, blue);                             \
green             797 3rdparty/libwebp/dec/vp8l.c static WEBP_INLINE uint32_t GetARGBPixel(int alpha, int red, int green,
green             799 3rdparty/libwebp/dec/vp8l.c   return (alpha << 24) | (red << 16) | (green << 8) | blue;
green             802 3rdparty/libwebp/dec/vp8l.c static WEBP_INLINE uint8_t GetAlphaPixel(int alpha, int red, int green,
green             807 3rdparty/libwebp/dec/vp8l.c   return green;  // Alpha value is stored in green channel.
green             736 3rdparty/libwebp/dsp/lossless.c     const uint32_t green = (argb >> 8) & 0xff;
green             737 3rdparty/libwebp/dsp/lossless.c     const uint32_t new_r = (((argb >> 16) & 0xff) - green) & 0xff;
green             738 3rdparty/libwebp/dsp/lossless.c     const uint32_t new_b = ((argb & 0xff) - green) & 0xff;
green             764 3rdparty/libwebp/dsp/lossless.c     const uint32_t green = ((argb >> 8) & 0xff);
green             766 3rdparty/libwebp/dsp/lossless.c     red_blue += (green << 16) | green;
green             807 3rdparty/libwebp/dsp/lossless.c   const uint32_t green = argb >> 8;
green             813 3rdparty/libwebp/dsp/lossless.c     new_red += ColorTransformDelta(m->green_to_red_, green);
green             815 3rdparty/libwebp/dsp/lossless.c     new_blue += ColorTransformDelta(m->green_to_blue_, green);
green             819 3rdparty/libwebp/dsp/lossless.c     new_red -= ColorTransformDelta(m->green_to_red_, green);
green             821 3rdparty/libwebp/dsp/lossless.c     new_blue -= ColorTransformDelta(m->green_to_blue_, green);
green             830 3rdparty/libwebp/dsp/lossless.c   const uint32_t green = argb >> 8;
green             832 3rdparty/libwebp/dsp/lossless.c   new_red -= ColorTransformDelta(green_to_red, green);
green             839 3rdparty/libwebp/dsp/lossless.c   const uint32_t green = argb >> 8;
green             842 3rdparty/libwebp/dsp/lossless.c   new_blue -= ColorTransformDelta(green_to_blue, green);
green             661 3rdparty/libwebp/enc/vp8l.c       const int green = (c >> 8) & 0xff;
green             662 3rdparty/libwebp/enc/vp8l.c       ++histo->red_[((c >> 16) - green) & 0xff];
green             663 3rdparty/libwebp/enc/vp8l.c       ++histo->blue_[((c >> 0) - green) & 0xff];
green             394 3rdparty/openexr/IlmImf/ImfAcesFile.cpp     fileChr.green == acesChr.green &&
green              49 3rdparty/openexr/IlmImf/ImfChromaticities.cpp                 const Imath::V2f &green,
green              54 3rdparty/openexr/IlmImf/ImfChromaticities.cpp     green (green),
green              84 3rdparty/openexr/IlmImf/ImfChromaticities.cpp     float d = chroma.red.x   * (chroma.blue.y  - chroma.green.y) +
green              85 3rdparty/openexr/IlmImf/ImfChromaticities.cpp           chroma.blue.x  * (chroma.green.y - chroma.red.y) +
green              86 3rdparty/openexr/IlmImf/ImfChromaticities.cpp           chroma.green.x * (chroma.red.y   - chroma.blue.y);
green              88 3rdparty/openexr/IlmImf/ImfChromaticities.cpp     float Sr = (X * (chroma.blue.y - chroma.green.y) -
green              89 3rdparty/openexr/IlmImf/ImfChromaticities.cpp             chroma.green.x * (Y * (chroma.blue.y - 1) +
green              91 3rdparty/openexr/IlmImf/ImfChromaticities.cpp         chroma.blue.x  * (Y * (chroma.green.y - 1) +
green              92 3rdparty/openexr/IlmImf/ImfChromaticities.cpp         chroma.green.y * (X + Z))) / d;
green             100 3rdparty/openexr/IlmImf/ImfChromaticities.cpp     float Sb = (X * (chroma.green.y - chroma.red.y) -
green             101 3rdparty/openexr/IlmImf/ImfChromaticities.cpp         chroma.red.x   * (Y * (chroma.green.y - 1) +
green             102 3rdparty/openexr/IlmImf/ImfChromaticities.cpp         chroma.green.y * (X + Z)) +
green             103 3rdparty/openexr/IlmImf/ImfChromaticities.cpp         chroma.green.x * (Y * (chroma.red.y - 1) +
green             116 3rdparty/openexr/IlmImf/ImfChromaticities.cpp     M[1][0] = Sg * chroma.green.x;
green             117 3rdparty/openexr/IlmImf/ImfChromaticities.cpp     M[1][1] = Sg * chroma.green.y;
green             118 3rdparty/openexr/IlmImf/ImfChromaticities.cpp     M[1][2] = Sg * (1 - chroma.green.x - chroma.green.y);
green              60 3rdparty/openexr/IlmImf/ImfChromaticities.h     Imath::V2f	green;
green              70 3rdparty/openexr/IlmImf/ImfChromaticities.h             const Imath::V2f &green = Imath::V2f (0.3000f, 0.6000f),
green              62 3rdparty/openexr/IlmImf/ImfChromaticitiesAttribute.cpp     Xdr::write <StreamIO> (os, _value.green.x);
green              63 3rdparty/openexr/IlmImf/ImfChromaticitiesAttribute.cpp     Xdr::write <StreamIO> (os, _value.green.y);
green              77 3rdparty/openexr/IlmImf/ImfChromaticitiesAttribute.cpp     Xdr::read <StreamIO> (is, _value.green.x);
green              78 3rdparty/openexr/IlmImf/ImfChromaticitiesAttribute.cpp     Xdr::read <StreamIO> (is, _value.green.y);
green             867 modules/core/src/gl_core_3_1.cpp     static void CODEGEN_FUNCPTR Switch_ClearColor(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha)
green             870 modules/core/src/gl_core_3_1.cpp         ClearColor(red, green, blue, alpha);
green             891 modules/core/src/gl_core_3_1.cpp     static void CODEGEN_FUNCPTR Switch_ColorMask(GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha)
green             894 modules/core/src/gl_core_3_1.cpp         ColorMask(red, green, blue, alpha);
green            1163 modules/core/src/gl_core_3_1.cpp     static void CODEGEN_FUNCPTR Switch_BlendColor(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha)
green            1166 modules/core/src/gl_core_3_1.cpp         BlendColor(red, green, blue, alpha);
green            2443 modules/core/src/gl_core_3_1.cpp     static void CODEGEN_FUNCPTR Switch_Color3d(GLdouble red, GLdouble green, GLdouble blue)
green            2446 modules/core/src/gl_core_3_1.cpp         Color3d(red, green, blue);
green            1084 modules/core/src/gl_core_3_1.hpp     extern void (CODEGEN_FUNCPTR *ClearColor)(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
green            1088 modules/core/src/gl_core_3_1.hpp     extern void (CODEGEN_FUNCPTR *ColorMask)(GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha);
green            1135 modules/core/src/gl_core_3_1.hpp     extern void (CODEGEN_FUNCPTR *BlendColor)(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
green            1370 modules/core/src/gl_core_3_1.hpp     extern void (CODEGEN_FUNCPTR *Color3d)(GLdouble red, GLdouble green, GLdouble blue);
green            3001 modules/highgui/src/window_QT.cpp                 painter->setPen(QPen(Qt::green, 1));
green             484 modules/imgcodecs/src/grfmt_exr.cpp             Y = (Y - b * m_chroma.blue[1] - r * m_chroma.red[1]) / m_chroma.green[1];
green             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];
green             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]);
green             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]);
green             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));
green             110 modules/imgcodecs/src/rgbe.cpp float2rgbe(unsigned char rgbe[4], float red, float green, float blue)
green             116 modules/imgcodecs/src/rgbe.cpp   if (green > v) v = green;
green             124 modules/imgcodecs/src/rgbe.cpp     rgbe[1] = (unsigned char) (green * v);
green             134 modules/imgcodecs/src/rgbe.cpp rgbe2float(float *red, float *green, float *blue, unsigned char rgbe[4])
green             141 modules/imgcodecs/src/rgbe.cpp     *green = rgbe[1] * f;
green             145 modules/imgcodecs/src/rgbe.cpp     *red = *green = *blue = 0.0;
green             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));
green             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));
green             125 modules/photo/src/seamless_cloning.cpp     float green = g;
green             140 modules/photo/src/seamless_cloning.cpp     obj.localColorChange(src,cs_mask,gray,blend,red,green,blue);
green              68 modules/viz/include/opencv2/viz/types.hpp             Color(double blue, double green, double red);
green              76 modules/viz/include/opencv2/viz/types.hpp             static Color green();
green              29 modules/viz/test/test_tutorial3.cpp     viz::WCloud cloud_widget(dragon_cloud, viz::Color::green());
green              59 modules/viz/test/tests_simple.cpp     viz.showWidget("text2d", WText("Bluberry cloud", Point(20, 20), 20, Color::green()));
green              76 modules/viz/test/tests_simple.cpp     viz.showWidget("text2d", WText("Random color cloud", Point(20, 20), 20, Color::green()));
green              94 modules/viz/test/tests_simple.cpp     viz.showWidget("text2d", WText("Nan masked cloud", Point(20, 20), 20, Color::green()));
green             112 modules/viz/test/tests_simple.cpp     viz.showWidget("text2d", WText("Cloud collection", Point(20, 20), 20, Color::green()));
green             127 modules/viz/test/tests_simple.cpp     viz.showWidget("text2d", WText("Painted clouds", Point(20, 20), 20, Color::green()));
green             140 modules/viz/test/tests_simple.cpp     viz.showWidget("text2d", WText("Just mesh", Point(20, 20), 20, Color::green()));
green             155 modules/viz/test/tests_simple.cpp     viz.showWidget("text2d", WText("Random color mesh", Point(20, 20), 20, Color::green()));
green             176 modules/viz/test/tests_simple.cpp     viz.showWidget("text2d", WText("Widget merger", Point(20, 20), 20, Color::green()));
green             213 modules/viz/test/tests_simple.cpp     viz.showWidget("text2d", WText("Textured mesh", Point(20, 20), 20, Color::green()));
green             219 modules/viz/test/tests_simple.cpp     const Color palette[] = { Color::red(), Color::green(), Color::blue(), Color::gold(), Color::raspberry(), Color::bluberry(), Color::lime() };
green             232 modules/viz/test/tests_simple.cpp     viz.showWidget("text2d", WText("Polyline", Point(20, 20), 20, Color::green()));
green             245 modules/viz/test/tests_simple.cpp     viz.showWidget("normals", WCloudNormals(mesh.cloud, mesh.normals, 30, 0.1f, Color::green()), pose);
green             247 modules/viz/test/tests_simple.cpp     viz.showWidget("text2d", WText("Cloud or mesh normals", Point(20, 20), 20, Color::green()));
green             263 modules/viz/test/tests_simple.cpp     viz.showWidget("text2d", WText("Cloud shaded by normals", Point(20, 20), 20, Color::green()));
green             285 modules/viz/test/tests_simple.cpp     viz.showWidget("sub3", WTrajectory(sub3, WTrajectory::BOTH, 0.2, Color::green()));
green             288 modules/viz/test/tests_simple.cpp     viz.showWidget("text2d", WText("Different kinds of supported trajectories", Point(20, 20), 20, Color::green()));
green             309 modules/viz/test/tests_simple.cpp     viz.showWidget("text2d", WText("Trajectory resposition to origin", Point(20, 20), 20, Color::green()));
green             330 modules/viz/test/tests_simple.cpp     viz.showWidget("pos2", WCameraPosition(Vec2d(0.78, 0.78), lena, 2.2, Color::green()), poses[0]);
green             333 modules/viz/test/tests_simple.cpp     viz.showWidget("text2d", WText("Camera positions with images", Point(20, 20), 20, Color::green()));
green             354 modules/viz/test/tests_simple.cpp     viz.showWidget("text2d", WText("Overlay images", Point(20, 20), 20, Color::green()));
green             365 modules/viz/test/tests_simple.cpp     viz.showWidget("text2d", WText("Overlay images (stopped)", Point(20, 20), 20, Color::green()));
green             399 modules/viz/test/tests_simple.cpp     viz.showWidget("text2d", WText("Images in 3D", Point(20, 20), 20, Color::green()));
green             407 modules/viz/test/tests_simple.cpp     viz.showWidget("text2d", WText("Images in 3D (stopped)", Point(20, 20), 20, Color::green()));
green             427 modules/viz/test/tests_simple.cpp     viz.showWidget("text2d", WText("Different simple widgets", Point(20, 20), 20, Color::green()));
green             428 modules/viz/test/tests_simple.cpp     viz.showWidget("text3d", WText3D("Simple 3D text", Point3d( 0.5,  0.5, 0.5), 0.125, false, Color::green()));
green             447 modules/viz/test/tests_simple.cpp     viz.showWidget("t3d_2", WText3D("Simple 3D follower", Point3d(-0.5, -0.5, 0.5), 0.125, true,  Color::green()));
green             448 modules/viz/test/tests_simple.cpp     viz.showWidget("text2d", WText("Follower: text always facing camera", Point(20, 20), 20, Color::green()));
green              66 samples/cpp/cloning_gui.cpp float red, green, blue;
green             151 samples/cpp/cloning_gui.cpp             colorChange(img0,res1,blend,red,green,blue);
green             363 samples/cpp/cloning_gui.cpp         cin >> green;
green             527 samples/cpp/cloning_gui.cpp             colorChange(img0,res1,blend,red,green,blue);
green             134 samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/Utils.cpp   cv::Scalar green(0,255,0);
green             145 samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/Utils.cpp   drawArrow(image, origin, pointZ, green, 9, 2);
green              42 samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/main_detection.cpp Scalar green(0,255,0);
green             286 samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/main_detection.cpp       drawObjectMesh(frame_vis, &mesh, &pnp_detection, green);  // draw current pose
green             328 samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/main_detection.cpp     drawText(frame_vis, text, green);
green              46 samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/main_registration.cpp Scalar green(0,255,0);
green             147 samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/main_registration.cpp       drawQuestion(img_vis, current_poin3d, green);
green             153 samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/main_registration.cpp       drawText(img_vis, "END REGISTRATION", green);
green             154 samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/main_registration.cpp       drawCounter(img_vis, registration.getNumRegist(), registration.getNumMax(), green);
green             178 samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/main_registration.cpp     draw2DPoints(img_vis, list_points2d_mesh, green);
green             231 samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/main_registration.cpp   drawText(img_vis, text, green);
green             242 samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/main_registration.cpp   draw2DPoints(img_vis, list_points_in, green);
green              40 samples/cpp/tutorial_code/ml/introduction_to_svm/introduction_to_svm.cpp     Vec3b green(0,255,0), blue (255,0,0);
green              48 samples/cpp/tutorial_code/ml/introduction_to_svm/introduction_to_svm.cpp                 image.at<Vec3b>(i,j)  = green;
green              94 samples/cpp/tutorial_code/ml/non_linear_svms/non_linear_svms.cpp     Vec3b green(0,100,0), blue (100,0,0);
green             101 samples/cpp/tutorial_code/ml/non_linear_svms/non_linear_svms.cpp             if      (response == 1)    I.at<Vec3b>(j, i)  = green;
green              65 samples/cpp/tutorial_code/photo/seamless_cloning/cloning_gui.cpp float red, green, blue;
green             150 samples/cpp/tutorial_code/photo/seamless_cloning/cloning_gui.cpp             colorChange(img0,res1,blend,red,green,blue);
green             362 samples/cpp/tutorial_code/photo/seamless_cloning/cloning_gui.cpp         cin >> green;
green             526 samples/cpp/tutorial_code/photo/seamless_cloning/cloning_gui.cpp             colorChange(img0,res1,blend,red,green,blue);
green              85 samples/cpp/tutorial_code/viz/transformations.cpp     viz::WCloud cloud_widget(bunny_cloud, viz::Color::green());