Searched defs:WSphere (Results 1 - 2 of 2) sorted by relevance

/external/opencv3/modules/viz/include/opencv2/viz/
H A Dwidgets.hpp160 viz::WSphere sw(Point3f(0.0f,0.0f,0.0f), 0.5f);
270 class CV_EXPORTS WSphere : public Widget3D class in namespace:cv::viz
273 /** @brief Constructs a WSphere.
280 WSphere(const cv::Point3d &center, double radius, int sphere_resolution = 10, const Color &color = Color::white());
812 template<> CV_EXPORTS WSphere Widget::cast<WSphere>();
/external/opencv3/modules/viz/src/
H A Dshapes.cpp78 cv::viz::WSphere::WSphere(const Point3d &center, double radius, int sphere_resolution, const Color &color) function in class:cv::viz::WSphere
100 template<> cv::viz::WSphere cv::viz::Widget::cast<cv::viz::WSphere>()
103 return static_cast<WSphere&>(widget);

Completed in 76 milliseconds