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

/external/opencv3/modules/viz/include/opencv2/viz/
H A Dviz3d.hpp65 /** @brief The Viz3d class represents a 3D visualizer window. This class is implicitly shared. :
67 class CV_EXPORTS Viz3d class in namespace:cv::viz
78 Viz3d(const String& window_name = String());
79 Viz3d(const Viz3d&);
80 Viz3d& operator=(const Viz3d&);
81 ~Viz3d();
112 @param window_size Size of Viz3d window. Default value means no change.
/external/opencv3/modules/viz/src/
H A Dviz3d.cpp48 cv::viz::Viz3d::Viz3d(const String& window_name) : impl_(0) { create(window_name); } function in class:cv::viz::Viz3d
50 cv::viz::Viz3d::Viz3d(const Viz3d& other) : impl_(other.impl_) function in class:cv::viz::Viz3d
56 cv::viz::Viz3d& cv::viz::Viz3d::operator=(const Viz3d& other)
68 cv::viz::Viz3d::~Viz3d() { releas
[all...]

Completed in 29 milliseconds