Brought matlab module into cv namespace

This commit is contained in:
hbristow
2013-08-30 12:39:01 +10:00
parent bc93edac34
commit 8f62a52b9b
5 changed files with 146 additions and 130 deletions

View File

@@ -15,6 +15,8 @@
#include <opencv2/matlab/bridge.hpp>
#include <opencv2/core.hpp>
using namespace cv;
using namespace matlab;
using namespace bridge;
namespace {