naresh850
Joined: 09 Jun 2006 Posts: 147 Helped: 1
|
21 Aug 2008 8:59 MATLAB interfacing C function and MATLAB. |
|
|
|
Hello
I am interfacing C functions with matlab.
I passed image to C functions on matlab and return the integer value. It works fine.I got the result in matlab.
but now I want to return modified image to matlab also.
My image is a grayscale image. how can i return the grayscale image from c function in matlab.
As matlab return the double from C function. I want to return the uint8 image.
Please help me.
Regards,
Naresh
|
|