yellow             81 modules/viz/include/opencv2/viz/types.hpp             static Color yellow();
yellow            286 modules/viz/test/tests_simple.cpp     viz.showWidget("sub4", WTrajectoryFrustums(sub4, K, 0.3, Color::yellow()));
yellow             44 samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/main_detection.cpp Scalar yellow(0,255,255);
yellow            290 samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/main_detection.cpp       drawObjectMesh(frame_vis, &mesh, &pnp_detection_est, yellow); // draw estimated pose
yellow            312 samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/main_detection.cpp     drawFPS(frame_vis, fps, yellow); // frame ratio
yellow            314 samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/main_detection.cpp     drawConfidence(frame_vis, detection_ratio, yellow);
yellow             48 samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/main_registration.cpp Scalar yellow(0,255,255);