I need in my program to load an image data like what matlab does when it loads images and store it in a matrix, and then I will do some operations on this matrix and view it after that. so I need some help, how can i use matlab functions with loading images and displaying them from visual studio 2010
Thanks a lot
Similar to the answer I posed here, there are two ways to call Matlab inside visual-studio:
Distribute MATLAB into independent shared library: check out my blog-post on how to do this (with detail steps and example).
Call MATLAB Engine directly: Refer to another blog of mine for more info.