Searched refs:WText3D (Results 1 – 3 of 3) sorted by relevance
/external/opencv3/modules/viz/include/opencv2/viz/ |
D | widgets.hpp | 428 class CV_EXPORTS WText3D : public Widget3D class 439 …WText3D(const String &text, const Point3d &position, double text_scale = 1., bool face_camera = tr… 821 template<> CV_EXPORTS WText3D Widget::cast<WText3D>();
|
/external/opencv3/modules/viz/test/ |
D | tests_simple.cpp | 428 …viz.showWidget("text3d", WText3D("Simple 3D text", Point3d( 0.5, 0.5, 0.5), 0.125, false, Color::… in TEST() 437 viz.getWidget("text3d").cast<WText3D>().setText("Updated text 3D"); in TEST() 447 …viz.showWidget("t3d_2", WText3D("Simple 3D follower", Point3d(-0.5, -0.5, 0.5), 0.125, true, Colo… in TEST() 451 viz.getWidget("t3d_2").cast<WText3D>().setText("Updated follower 3D"); in TEST()
|
/external/opencv3/modules/viz/src/ |
D | shapes.cpp | 484 cv::viz::WText3D::WText3D(const String &text, const Point3d &position, double text_scale, bool face… in WText3D() function in cv::viz::WText3D 514 void cv::viz::WText3D::setText(const String &text) in setText() 529 cv::String cv::viz::WText3D::getText() const in getText() 541 template<> cv::viz::WText3D cv::viz::Widget::cast<cv::viz::WText3D>() in cast() 544 return static_cast<WText3D&>(widget); in cast()
|