removed Ptr typedef from Viz3d. It is deprecated since Viz3d itseez is a shared pointer

This commit is contained in:
Anatoly Baksheev 2013-11-18 14:38:12 +04:00
parent d368bf5210
commit b560cc35d9

View File

@ -64,7 +64,6 @@ namespace cv
class CV_EXPORTS Viz3d
{
public:
typedef cv::Ptr<Viz3d> Ptr;
typedef void (*KeyboardCallback)(const KeyboardEvent&, void*);
typedef void (*MouseCallback)(const MouseEvent&, void*);