Reputation: 289
I came across this article which lets F# use R. Is anyone aware of a similar way of consuming Matlab libraries in F#? paid as well as free
I could dig up this which is at github here.
But it seems this isn't there yet, I specifically want to use Matlab Image Processing toolbox. I would appreciate if there are any other alternatives for using Matlab Image Processing library in .NET environment as I have some packages written in Matlab that I would like to port to .NET.
Upvotes: 6
Views: 350
Reputation: 178
What about calling MATLAB as an engine? Here is information on the MATLAB Engine. Basically, with an installation of MATLAB, you can call other MATLAB from other probramming languages. In the MATLAB help you can find examples of doing this.
Another alternative is to use the Image Processing Toolbox from Octave. Here is a little more in another Stack Overflow Post
Upvotes: 1