merge with Itseez/opencv
This commit is contained in:
@@ -125,11 +125,14 @@
|
||||
#undef __DEPRECATED_DISABLED__
|
||||
#endif
|
||||
|
||||
#include <opencv2/ts.hpp>
|
||||
#include <opencv2/core.hpp>
|
||||
|
||||
namespace cv
|
||||
{
|
||||
namespace viz
|
||||
{
|
||||
typedef std::map<std::string, vtkSmartPointer<vtkProp> > WidgetActorMap;
|
||||
typedef std::map<String, vtkSmartPointer<vtkProp> > WidgetActorMap;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -139,12 +142,11 @@ namespace cv
|
||||
{
|
||||
namespace viz
|
||||
{
|
||||
typedef std::map<std::string, Viz3d> VizMap;
|
||||
typedef std::pair<std::string, Viz3d> VizPair;
|
||||
typedef std::map<String, Viz3d> VizMap;
|
||||
typedef std::pair<String, Viz3d> VizPair;
|
||||
}
|
||||
}
|
||||
|
||||
#include <opencv2/core.hpp>
|
||||
#include <opencv2/viz.hpp>
|
||||
#include <opencv2/viz/types.hpp>
|
||||
#include "opencv2/viz/widget_accessor.hpp"
|
||||
|
||||
Reference in New Issue
Block a user