Upadated include tree to match the rest of opencv. Added install configuration for custom mex compiler

This commit is contained in:
hbristow
2013-08-28 17:06:19 +10:00
parent 52dc51a62c
commit 78dc2c5423
7 changed files with 37 additions and 24 deletions

View File

@@ -8,12 +8,11 @@
* See LICENCE for full modification and redistribution details.
* Copyright {{time.strftime("%Y", time.localtime())}} The OpenCV Foundation
*/
#include "mex.h"
#include "bridge.hpp"
#include <string>
#include <vector>
#include <cassert>
#include <exception>
#include <opencv2/matlab/bridge.hpp>
#include <opencv2/{{includes}}.hpp>
using namespace cv;