white             127 3rdparty/openexr/IlmImf/ImfAcesFile.cpp     addAdoptedNeutral (newHeader, acesChromaticities().white);
white             150 3rdparty/openexr/IlmImf/ImfAcesFile.cpp     addAdoptedNeutral (newHeader, acesChromaticities().white);
white             186 3rdparty/openexr/IlmImf/ImfAcesFile.cpp     addAdoptedNeutral (newHeader, acesChromaticities().white);
white             222 3rdparty/openexr/IlmImf/ImfAcesFile.cpp     addAdoptedNeutral (newHeader, acesChromaticities().white);
white             384 3rdparty/openexr/IlmImf/ImfAcesFile.cpp     V2f fileNeutral = fileChr.white;
white             391 3rdparty/openexr/IlmImf/ImfAcesFile.cpp     V2f acesNeutral = acesChr.white;
white             396 3rdparty/openexr/IlmImf/ImfAcesFile.cpp     fileChr.white == acesChr.white &&
white              51 3rdparty/openexr/IlmImf/ImfChromaticities.cpp                 const Imath::V2f &white)
white              56 3rdparty/openexr/IlmImf/ImfChromaticities.cpp     white (white)
white              77 3rdparty/openexr/IlmImf/ImfChromaticities.cpp     float X = chroma.white.x * Y / chroma.white.y;
white              78 3rdparty/openexr/IlmImf/ImfChromaticities.cpp     float Z = (1 - chroma.white.x - chroma.white.y) * Y / chroma.white.y;
white              62 3rdparty/openexr/IlmImf/ImfChromaticities.h     Imath::V2f	white;
white              72 3rdparty/openexr/IlmImf/ImfChromaticities.h             const Imath::V2f &white = Imath::V2f (0.3127f, 0.3290f));
white              66 3rdparty/openexr/IlmImf/ImfChromaticitiesAttribute.cpp     Xdr::write <StreamIO> (os, _value.white.x);
white              67 3rdparty/openexr/IlmImf/ImfChromaticitiesAttribute.cpp     Xdr::write <StreamIO> (os, _value.white.y);
white              81 3rdparty/openexr/IlmImf/ImfChromaticitiesAttribute.cpp     Xdr::read <StreamIO> (is, _value.white.x);
white              82 3rdparty/openexr/IlmImf/ImfChromaticitiesAttribute.cpp     Xdr::read <StreamIO> (is, _value.white.y);
white             132 modules/calib3d/src/checkchessboard.cpp     IplImage* white = cvCloneImage(src);
white             135 modules/calib3d/src/checkchessboard.cpp     cvErode(white, white, NULL, erosion_count);
white             142 modules/calib3d/src/checkchessboard.cpp         cvThreshold(white, thresh, thresh_level + black_white_gap, 255, CV_THRESH_BINARY);
white             202 modules/calib3d/src/checkchessboard.cpp     cvReleaseImage(&white);
white            3063 modules/highgui/src/window_QT.cpp     painter->setPen(Qt::white);
white              82 modules/viz/include/opencv2/viz/types.hpp             static Color white();
white             241 modules/viz/include/opencv2/viz/widgets.hpp             WLine(const Point3d &pt1, const Point3d &pt2, const Color &color = Color::white());
white             254 modules/viz/include/opencv2/viz/widgets.hpp             WPlane(const Size2d& size = Size2d(1.0, 1.0), const Color &color = Color::white());
white             265 modules/viz/include/opencv2/viz/widgets.hpp                    const Size2d& size = Size2d(1.0, 1.0), const Color &color = Color::white());
white             280 modules/viz/include/opencv2/viz/widgets.hpp             WSphere(const cv::Point3d &center, double radius, int sphere_resolution = 10, const Color &color = Color::white());
white             298 modules/viz/include/opencv2/viz/widgets.hpp             WArrow(const Point3d& pt1, const Point3d& pt2, double thickness = 0.03, const Color &color = Color::white());
white             312 modules/viz/include/opencv2/viz/widgets.hpp             WCircle(double radius, double thickness = 0.01, const Color &color = Color::white());
white             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());
white             337 modules/viz/include/opencv2/viz/widgets.hpp             WCone(double length, double radius, int resolution = 6.0, const Color &color = Color::white());
white             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());
white             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());
white             382 modules/viz/include/opencv2/viz/widgets.hpp                   bool wire_frame = true, const Color &color = Color::white());
white             396 modules/viz/include/opencv2/viz/widgets.hpp             WPolyLine(InputArray points, const Color &color = Color::white());
white             414 modules/viz/include/opencv2/viz/widgets.hpp             WText(const String &text, const Point &pos, int font_size = 20, const Color &color = Color::white());
white             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());
white             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());
white             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());
white             551 modules/viz/include/opencv2/viz/widgets.hpp             WCameraPosition(const Matx33d &K, double scale = 1.0, const Color &color = Color::white());
white             561 modules/viz/include/opencv2/viz/widgets.hpp             WCameraPosition(const Vec2d &fov, double scale = 1.0, const Color &color = Color::white());
white             574 modules/viz/include/opencv2/viz/widgets.hpp             WCameraPosition(const Matx33d &K, InputArray image, double scale = 1.0, const Color &color = Color::white());
white             587 modules/viz/include/opencv2/viz/widgets.hpp             WCameraPosition(const Vec2d &fov, InputArray image, double scale = 1.0, const Color &color = Color::white());
white             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());
white             630 modules/viz/include/opencv2/viz/widgets.hpp             WTrajectoryFrustums(InputArray path, const Matx33d &K, double scale = 1., const Color &color = Color::white());
white             641 modules/viz/include/opencv2/viz/widgets.hpp             WTrajectoryFrustums(InputArray path, const Vec2d &fov, double scale = 1., const Color &color = Color::white());
white             661 modules/viz/include/opencv2/viz/widgets.hpp                                const Color &from = Color::red(), const Color &to = Color::white());
white             689 modules/viz/include/opencv2/viz/widgets.hpp             WCloud(InputArray cloud, const Color &color = Color::white());
white             745 modules/viz/include/opencv2/viz/widgets.hpp             void addCloud(InputArray cloud, const Color &color = Color::white(), const Affine3d &pose = Affine3d::Identity());
white             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());
white             103 modules/viz/test/tests_simple.cpp     ccol.addCloud(cloud, Color::white(), Affine3d().translate(Vec3d(0, 0, 0)).rotate(Vec3d(CV_PI/2, 0, 0)));
white             258 modules/viz/test/tests_simple.cpp     WCloud cloud(mesh.cloud, Color::white(), mesh.normals);
white              49 samples/cpp/contours2.cpp         const Scalar white = Scalar(255);
white              60 samples/cpp/contours2.cpp                     cvRound(dy+100-30*sin(angle))), white, 1, 8, 0);
white              64 samples/cpp/contours2.cpp         ellipse( img, Point(dx+150, dy+100), Size(100,70), 0, 0, 360, white, -1, 8, 0 );
white              67 samples/cpp/contours2.cpp         ellipse( img, Point(dx+115, dy+70), Size(15,15), 0, 0, 360, white, -1, 8, 0 );
white              68 samples/cpp/contours2.cpp         ellipse( img, Point(dx+185, dy+70), Size(15,15), 0, 0, 360, white, -1, 8, 0 );
white              73 samples/cpp/contours2.cpp         ellipse( img, Point(dx+27, dy+100), Size(20,35), 0, 0, 360, white, -1, 8, 0 );
white              74 samples/cpp/contours2.cpp         ellipse( img, Point(dx+273, dy+100), Size(20,35), 0, 0, 360, white, -1, 8, 0 );
white              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());