hide VizMap and VizPair from public interface

This commit is contained in:
Ozan Tonkal
2013-09-11 13:23:57 +02:00
parent 9895093524
commit 620d92824c
3 changed files with 36 additions and 15 deletions

View File

@@ -134,6 +134,16 @@ namespace cv
}
#include "viz3d_impl.hpp"
namespace cv
{
namespace viz
{
typedef std::map<std::string, Viz3d> VizMap;
typedef std::pair<std::string, Viz3d> VizPair;
}
}
#include <opencv2/core.hpp>
#include <opencv2/viz.hpp>
#include <opencv2/viz/types.hpp>