removed Ptr typedef from Viz3d. It is deprecated since Viz3d itseez is a shared pointer
This commit is contained in:
@@ -64,7 +64,6 @@ namespace cv
|
|||||||
class CV_EXPORTS Viz3d
|
class CV_EXPORTS Viz3d
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
typedef cv::Ptr<Viz3d> Ptr;
|
|
||||||
typedef void (*KeyboardCallback)(const KeyboardEvent&, void*);
|
typedef void (*KeyboardCallback)(const KeyboardEvent&, void*);
|
||||||
typedef void (*MouseCallback)(const MouseEvent&, void*);
|
typedef void (*MouseCallback)(const MouseEvent&, void*);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user