OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bluberry
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/modules/viz/include/opencv2/viz/
types.hpp
105
static Color
bluberry
();
304
inline cv::viz::Color cv::viz::Color::
bluberry
() { return Color(247, 134, 79); }
function in class:cv::viz::Color
/external/opencv3/modules/viz/test/
tests_simple.cpp
57
viz.showWidget("dragon", WCloud(dragon_cloud, Color::
bluberry
()), pose);
59
viz.showWidget("text2d", WText("
Bluberry
cloud", Point(20, 20), 20, Color::green()));
219
const Color palette[] = { Color::red(), Color::green(), Color::blue(), Color::gold(), Color::raspberry(), Color::
bluberry
(), Color::lime() };
420
viz.showWidget("cir1", WCircle(0.5, 0.01, Color::
bluberry
()));
Completed in 62 milliseconds