WPlane 254 modules/viz/include/opencv2/viz/widgets.hpp WPlane(const Size2d& size = Size2d(1.0, 1.0), const Color &color = Color::white()); WPlane 264 modules/viz/include/opencv2/viz/widgets.hpp WPlane(const Point3d& center, const Vec3d& normal, const Vec3d& new_yaxis, WPlane 811 modules/viz/include/opencv2/viz/widgets.hpp template<> CV_EXPORTS WPlane Widget::cast<WPlane>(); WPlane 109 modules/viz/src/shapes.cpp cv::viz::WPlane::WPlane(const Size2d& size, const Color &color) WPlane 130 modules/viz/src/shapes.cpp cv::viz::WPlane::WPlane(const Point3d& center, const Vec3d& normal, const Vec3d& new_yaxis, const Size2d& size, const Color &color) WPlane 136 modules/viz/src/shapes.cpp WPlane plane(size, color); WPlane 141 modules/viz/src/shapes.cpp template<> cv::viz::WPlane cv::viz::Widget::cast<cv::viz::WPlane>() WPlane 144 modules/viz/src/shapes.cpp return static_cast<WPlane&>(widget); WPlane 430 modules/viz/test/tests_simple.cpp viz.showWidget("plane1", WPlane(Size2d(0.25, 0.75))); WPlane 431 modules/viz/test/tests_simple.cpp 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), Size2d(1.0, 0.5), Color::gold()));