简体   繁体   English

有没有办法在F#中使用Matlab图像处理工具箱?

[英]Is there a way of using Matlab Image Processing Toolbox in F#?

I came across this article which lets F# use R. Is anyone aware of a similar way of consuming Matlab libraries in F#? 我发现这篇文章让F#使用R.是否有人知道在F#中使用Matlab库的类似方法? paid as well as free 付费以及免费

I could dig up this which is at github here . 我可以挖这个是在github上这里

But it seems this isn't there yet, I specifically want to use Matlab Image Processing toolbox. 但似乎这还没有,我特别想使用Matlab图像处理工具箱。 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. 如果在.NET环境中使用Matlab图像处理库还有其他选择,我会很感激,因为我有一些用Matlab编写的软件包,我希望移植到.NET。

What about calling MATLAB as an engine? 把MATLAB称为引擎怎么样? Here is information on the MATLAB Engine . 这是关于MATLAB引擎的信息 Basically, with an installation of MATLAB, you can call other MATLAB from other probramming languages. 基本上,通过安装MATLAB,您可以从其他问题语言中调用其他MATLAB。 In the MATLAB help you can find examples of doing this. 在MATLAB帮助中,您可以找到执行此操作的示例。

Another alternative is to use the Image Processing Toolbox from Octave . 另一种方法是使用Octave图像处理工具箱 Here is a little more in another Stack Overflow Post 这是另一个Stack Overflow Post中的更多内容

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM