Home
last modified time | relevance | path

Searched refs:WText (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/modules/viz/test/
Dtests_simple.cpp59 viz.showWidget("text2d", WText("Bluberry cloud", Point(20, 20), 20, Color::green())); in TEST()
76 viz.showWidget("text2d", WText("Random color cloud", Point(20, 20), 20, Color::green())); in TEST()
94 viz.showWidget("text2d", WText("Nan masked cloud", Point(20, 20), 20, Color::green())); in TEST()
112 viz.showWidget("text2d", WText("Cloud collection", Point(20, 20), 20, Color::green())); in TEST()
127 viz.showWidget("text2d", WText("Painted clouds", Point(20, 20), 20, Color::green())); in TEST()
140 viz.showWidget("text2d", WText("Just mesh", Point(20, 20), 20, Color::green())); in TEST()
155 viz.showWidget("text2d", WText("Random color mesh", Point(20, 20), 20, Color::green())); in TEST()
176 viz.showWidget("text2d", WText("Widget merger", Point(20, 20), 20, Color::green())); in TEST()
213 viz.showWidget("text2d", WText("Textured mesh", Point(20, 20), 20, Color::green())); in TEST()
232 viz.showWidget("text2d", WText("Polyline", Point(20, 20), 20, Color::green())); in TEST()
[all …]
/external/opencv3/modules/viz/include/opencv2/viz/
Dwidgets.hpp404 class CV_EXPORTS WText : public Widget2D class
414WText(const String &text, const Point &pos, int font_size = 20, const Color &color = Color::white(…
822 template<> CV_EXPORTS WText Widget::cast<WText>();
/external/opencv3/modules/viz/src/
Dshapes.cpp550 cv::viz::WText::WText(const String &text, const Point &pos, int font_size, const Color &color) in WText() function in cv::viz::WText
570 template<> cv::viz::WText cv::viz::Widget::cast<cv::viz::WText>() in cast()
573 return static_cast<WText&>(widget); in cast()
576 void cv::viz::WText::setText(const String &text) in setText()
583 cv::String cv::viz::WText::getText() const in getText()