Is there a way to use the Matlab Image Processing Toolbox in F #?

I came across this article that allows F # to use R. Does anyone know of a similar way to use the Matlab libraries in F #? as well as free

I could dig this , which is on github here .

But it seems that this is not yet, I specifically want to use the Matlab image processing toolbar. I would appreciate if there are any other alternatives for using the Matlab Image Processing library in the .NET environment, as I have several packages written in Matlab that I would like to port to .NET.

+6
source share
1 answer

How about calling MATLAB as an engine? Here is information about MATLAB Engine . Basically, with MATLAB installed, you can invoke other MATLABs from other programming languages. In MATLAB help you can find examples of this.

Another alternative is to use the Image Processing Toolbox from Octave . Here is a bit more in another stack overflow

+1
source

Source: https://habr.com/ru/post/954808/


All Articles