How to use oppen cv library in Matlab

1 view (last 30 days)
Hi friends,
I want to use the open cv library in Matlab. When i try to run the mex-setup it shows me this error
Usage: MEX [option1 ... optionN] sourcefile1 [... sourcefileN] [objectfile1 ... objectfileN] [libraryfile1 ... libraryfileN]
Use the -help option for more information, or consult the MATLAB API Guide.
C:\PROGRA~1\MATLAB\R2013A\BIN\MEX.PL: Error: No file names given.
Undefined function or variable 'setup'.
please help,
All Suggestion are warmly welcomed.

Accepted Answer

Walter Roberson
Walter Roberson on 29 Aug 2013
The command is
mex -setup
not
mex-setup

More Answers (1)

learningnew
learningnew on 29 Aug 2013
Thankyou Walter. It helped me.

Categories

Find more on Migrate GUIDE Apps in Help Center and File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!