Searched refs:WTrajectorySpheres (Results 1 – 3 of 3) sorted by relevance
649 class CV_EXPORTS WTrajectorySpheres: public Widget3D class660 WTrajectorySpheres(InputArray path, double line_length = 0.05, double radius = 0.007,828 template<> CV_EXPORTS WTrajectorySpheres Widget::cast<WTrajectorySpheres>();
1026 cv::viz::WTrajectorySpheres::WTrajectorySpheres(InputArray _path, double line_length, double radius… in WTrajectorySpheres() function in cv::viz::WTrajectorySpheres1085 template<> cv::viz::WTrajectorySpheres cv::viz::Widget::cast<cv::viz::WTrajectorySpheres>() in cast()1088 return static_cast<WTrajectorySpheres&>(widget); in cast()
282 viz.showWidget("sub0", WTrajectorySpheres(sub0, 0.25, 0.07)); in TEST()