DSPRelated.com
Forums

Using MATLAB in C++

Started by Vikram Rana June 7, 2007
Hi all,
I am working on image processing in C++.And I am suppose
to access the array made by imread command of MATLAB

i.e. if I=imread('filename'); this gives I array the values

so i am to read the image in Matlab and then process in C++
and then save back the file using MATLAB.

so my main processing in a way is in C++ for optmising.

Now i want to kno the steps i can do that because since
I am running short of time it is not feasible for me to
go through many help manuals.

And I really need some tips.So hope to see some contribution
Thanks a lot in advance.

Vicks