Search All of the Math Forum:
Views expressed in these public forums are not endorsed by
NCTM or The Math Forum.
|
|
Kadi
Posts:
5
Registered:
5/12/11
|
|
How to convert Bitmap image to MWarray
Posted:
Mar 8, 2013 2:20 PM
|
|
I have a function written in Matlab that takes an image and some parameters as input and outputs the modified image. The function works the way I wanted when I run it in Matlab. Using the .NET builder I converted this function into to dll which I am going to call from my C# project. When calling the matlab function from C# it is expecting a input paramter of type MWArray[]. I am having trouble figuring out how to convert the bitmap image to MWArray[]. Any suggestions? Thanks
|
|
|
|