Home
last modified time | relevance | path

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

/external/opencv3/modules/viz/include/opencv2/viz/
Dwidgets.hpp246 class CV_EXPORTS WPlane : public Widget3D class
254 WPlane(const Size2d& size = Size2d(1.0, 1.0), const Color &color = Color::white());
264 WPlane(const Point3d& center, const Vec3d& normal, const Vec3d& new_yaxis,
811 template<> CV_EXPORTS WPlane Widget::cast<WPlane>();
/external/opencv3/modules/viz/src/
Dshapes.cpp109 cv::viz::WPlane::WPlane(const Size2d& size, const Color &color) in WPlane() function in cv::viz::WPlane
130 cv::viz::WPlane::WPlane(const Point3d& center, const Vec3d& normal, const Vec3d& new_yaxis, const S… in WPlane() function in cv::viz::WPlane
136 WPlane plane(size, color); in WPlane()
141 template<> cv::viz::WPlane cv::viz::Widget::cast<cv::viz::WPlane>() in cast()
144 return static_cast<WPlane&>(widget); in cast()
/external/opencv3/modules/viz/test/
Dtests_simple.cpp430 viz.showWidget("plane1", WPlane(Size2d(0.25, 0.75))); in TEST()
431 …viz.showWidget("plane2", WPlane(Vec3d(0.5, -0.5, -0.5), Vec3d(0.0, 1.0, 1.0), Vec3d(1.0, 1.0, 0.0)… in TEST()