removed Ptr typedef from Viz3d. It is deprecated since Viz3d itseez is a shared pointer
This commit is contained in:
parent
d368bf5210
commit
b560cc35d9
@ -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*);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user