raspberry 106 modules/viz/include/opencv2/viz/types.hpp static Color raspberry(); raspberry 126 modules/viz/test/tests_simple.cpp viz.showWidget("arrow", WArrow(Vec3d(0.0, 1.0, -1.0), Vec3d(0.0, 1.0, 1.0), 0.009, Color::raspberry())); raspberry 219 modules/viz/test/tests_simple.cpp const Color palette[] = { Color::red(), Color::green(), Color::blue(), Color::gold(), Color::raspberry(), Color::bluberry(), Color::lime() }; raspberry 392 modules/viz/test/tests_simple.cpp viz.showWidget("arr0", WArrow(Vec3d(0.5, 0.0, 0.0), Vec3d(1.5, 0.0, 0.0), 0.009, Color::raspberry())); raspberry 394 modules/viz/test/tests_simple.cpp viz.showWidget("arr1", WArrow(Vec3d(-0.5, -0.5, 0.0), Vec3d(0.2, 0.2, 0.0), 0.009, Color::raspberry())); raspberry 397 modules/viz/test/tests_simple.cpp viz.showWidget("arr3", WArrow(Vec3d::all(-0.5), Vec3d::all(0.5), 0.009, Color::raspberry())); raspberry 419 modules/viz/test/tests_simple.cpp viz.showWidget("arro", WArrow(Vec3d::all(-0.5), Vec3d::all(0.5), 0.009, Color::raspberry()));