VTK off by default
This commit is contained in:
@@ -43,8 +43,8 @@
|
||||
//
|
||||
//M*/
|
||||
|
||||
#ifndef __OPENCV_VIZ_HPP__
|
||||
#define __OPENCV_VIZ_HPP__
|
||||
#ifndef __OPENCV_VIZCORE_HPP__
|
||||
#define __OPENCV_VIZCORE_HPP__
|
||||
|
||||
#include <opencv2/viz/types.hpp>
|
||||
#include <opencv2/viz/widgets.hpp>
|
||||
@@ -124,4 +124,4 @@ namespace cv
|
||||
} /* namespace viz */
|
||||
} /* namespace cv */
|
||||
|
||||
#endif /* __OPENCV_VIZ_HPP__ */
|
||||
#endif /* __OPENCV_VIZCORE_HPP__ */
|
||||
|
@@ -55,7 +55,7 @@ public:
|
||||
int ref_counter;
|
||||
|
||||
VizImpl(const String &name);
|
||||
virtual ~VizImpl() {};
|
||||
virtual ~VizImpl() {}
|
||||
|
||||
bool wasStopped() const;
|
||||
void close();
|
||||
|
Reference in New Issue
Block a user