Home
last modified time | relevance | path

Searched refs:sphere_resolution (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/viz/include/opencv2/viz/
Dwidgets.hpp280 …WSphere(const cv::Point3d &center, double radius, int sphere_resolution = 10, const Color &color =…
/external/opencv3/modules/viz/src/
Dshapes.cpp78 cv::viz::WSphere::WSphere(const Point3d &center, double radius, int sphere_resolution, const Color … in WSphere() argument
83 sphere->SetPhiResolution(sphere_resolution); in WSphere()
84 sphere->SetThetaResolution(sphere_resolution); in WSphere()