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

  /external/opencv3/modules/viz/test/
test_viz3d.cpp 52 viz.showWidget("coo", cv::viz::WCoordinateSystem(1));
tests_simple.cpp 56 viz.showWidget("coosys", WCoordinateSystem());
74 viz.showWidget("coosys", WCoordinateSystem());
92 viz.showWidget("coosys", WCoordinateSystem());
110 viz.showWidget("coosys", WCoordinateSystem());
122 viz.showWidget("coosys", WCoordinateSystem());
138 viz.showWidget("coosys", WCoordinateSystem());
152 viz.showWidget("coosys", WCoordinateSystem());
174 viz.showWidget("coo", WCoordinateSystem());
210 viz.showWidget("coosys", WCoordinateSystem());
231 viz.showWidget("coosys", WCoordinateSystem());
    [all...]
test_tutorial2.cpp 12 myWindow.showWidget("Coordinate Widget", viz::WCoordinateSystem());
test_tutorial3.cpp 15 myWindow.showWidget("Coordinate Widget", viz::WCoordinateSystem());
  /external/opencv3/samples/cpp/tutorial_code/viz/
widget_pose.cpp 40 myWindow.showWidget("Coordinate Widget", viz::WCoordinateSystem());
transformations.cpp 71 myWindow.showWidget("Coordinate Widget", viz::WCoordinateSystem());
  /external/opencv3/modules/viz/include/opencv2/viz/
widgets.hpp 504 class CV_EXPORTS WCoordinateSystem : public Widget3D
507 /** @brief Constructs a WCoordinateSystem.
511 WCoordinateSystem(double scale = 1.0);
818 template<> CV_EXPORTS WCoordinateSystem Widget::cast<WCoordinateSystem>();
    [all...]
  /external/opencv3/modules/viz/src/
shapes.cpp 350 cv::viz::WCoordinateSystem::WCoordinateSystem(double scale)
385 template<> cv::viz::WCoordinateSystem cv::viz::Widget::cast<cv::viz::WCoordinateSystem>()
388 return static_cast<WCoordinateSystem&>(widget);
793 VtkUtils::SetInputData(mapper, getPolyData(WCoordinateSystem(scale)));
    [all...]

Completed in 1258 milliseconds