Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations waross on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. agaz1985

    Load and Save in Embedded Matlab Function

    I need to invoke Matlab functions "load" and "save" in an embedded Matlab function, I try this code : eml.extrinsic('load'); eml.extrinsic('save'); load('initial.mat','pos'); . .. ...code... .. . save('initial.mat','pos'); but it doesn't work ! Any suggest ? Thanks.
  2. agaz1985

    Matlab MEX Compiler Problem

    Sorry, but I'm newbie about MEX-File so I tried to compile the cvdpstereocorrisp.ccp directly :S Reading the documentation about mex files I have solved the problem writing a C file containing the mexFuction(...) instead of main(...),calling cvdpstereocorrisp function in MEX-File and...
  3. agaz1985

    Matlab MEX Compiler Problem

    I'm developing a MatLab toolbox about stereopsis, In order to compute the disparity map given two stereo images I need to use the Birchfield-Tomasi algorithm included in the OpenCV libraries. I have created a folder with all header files needed to compile the cvdpstereo.cpp file, but when I try...

Part and Inventory Search

Back
Top