1 | initial version |
Try using mexopencv. It is very good, indeed.
http://www.cs.stonybrook.edu/~kyamagu/mexopencv/index.html
2 | No.2 Revision |
Try using mexopencv. It is very good, indeed.
http://www.cs.stonybrook.edu/~kyamagu/mexopencv/index.html
Anyway, first you have to set up mex with mex -setup
It should detect installed C++ compilers and create its internal .bat file calling one of them.
3 | No.3 Revision |
Try using mexopencv.
It is very good, indeed.
http://www.cs.stonybrook.edu/~kyamagu/mexopencv/index.html
Anyway, first First you have to set up mex with mex -setup
It should detect installed C++ compilers and create its internal .bat file calling one of them.
Then the command is basically the same, the paths should be changed to real paths.