HomeSort by relevance Sort by last modified time
    Searched refs:WText3D (Results 1 - 3 of 3) sorted by null

  /external/opencv3/modules/viz/include/opencv2/viz/
widgets.hpp 428 class CV_EXPORTS WText3D : public Widget3D
431 /** @brief Constructs a WText3D.
439 WText3D(const String &text, const Point3d &position, double text_scale = 1., bool face_camera = true, const Color &color = Color::white());
821 template<> CV_EXPORTS WText3D Widget::cast<WText3D>();
    [all...]
  /external/opencv3/modules/viz/test/
tests_simple.cpp 428 viz.showWidget("text3d", WText3D("Simple 3D text", Point3d( 0.5, 0.5, 0.5), 0.125, false, Color::green()));
437 viz.getWidget("text3d").cast<WText3D>().setText("Updated text 3D");
447 viz.showWidget("t3d_2", WText3D("Simple 3D follower", Point3d(-0.5, -0.5, 0.5), 0.125, true, Color::green()));
451 viz.getWidget("t3d_2").cast<WText3D>().setText("Updated follower 3D");
  /external/opencv3/modules/viz/src/
shapes.cpp 484 cv::viz::WText3D::WText3D(const String &text, const Point3d &position, double text_scale, bool face_camera, const Color &color)
514 void cv::viz::WText3D::setText(const String &text)
529 cv::String cv::viz::WText3D::getText() const
541 template<> cv::viz::WText3D cv::viz::Widget::cast<cv::viz::WText3D>()
544 return static_cast<WText3D&>(widget);
    [all...]

Completed in 274 milliseconds