delete common.h, viz_types.hpp, rendering properties are public, setcolor in creating_widgets tutorial

This commit is contained in:
Ozan Tonkal
2013-09-07 13:20:13 +02:00
parent 9a91a12fb2
commit fdbf20c172
9 changed files with 43 additions and 174 deletions

View File

@@ -76,6 +76,13 @@
#undef __DEPRECATED_DISABLED__
#endif
namespace cv
{
namespace viz
{
typedef std::map<std::string, vtkSmartPointer<vtkProp> > WidgetActorMap;
}
}
#include "viz3d_impl.hpp"
#include <opencv2/core.hpp>