WSphere           280 modules/viz/include/opencv2/viz/widgets.hpp             WSphere(const cv::Point3d &center, double radius, int sphere_resolution = 10, const Color &color = Color::white());
WSphere           812 modules/viz/include/opencv2/viz/widgets.hpp         template<> CV_EXPORTS WSphere Widget::cast<WSphere>();
WSphere            78 modules/viz/src/shapes.cpp cv::viz::WSphere::WSphere(const Point3d &center, double radius, int sphere_resolution, const Color &color)
WSphere           100 modules/viz/src/shapes.cpp template<> cv::viz::WSphere cv::viz::Widget::cast<cv::viz::WSphere>()
WSphere           103 modules/viz/src/shapes.cpp     return static_cast<WSphere&>(widget);
WSphere           169 modules/viz/test/tests_simple.cpp         merger.addWidget(WSphere(Vec3d(c)*(1.0/255.0), 7.0/255.0, 10, Color(c[2], c[1], c[0])));
WSphere           327 modules/viz/test/tests_simple.cpp     viz.showWidget("sphe", WSphere(Point3d(0,0,0), 1.0, 10, Color::orange_red()));