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