简体   繁体   English

用于C ++的CRF实现代码或用于图像的Matlab代码

[英]code for CRF implementation in C++ or Matlab for images

I need some code for CRF implementation in C++ or Matlab for images for segmentation problem. 我需要一些用于C ++或Matlab中的CRF实现的代码,用于分割问题的图像。 Which is the more appropriate code library? 哪个更合适的代码库? It will be great if it supports higher order energy terms 如果它支持更高阶能量项将会很棒

Thanks in advance. 提前致谢。

I've had great success with Justin Domke's JGMT . Justin Domke的JGMT取得了巨大的成功。 It is written in C++ and can be used from Matlab. 它是用C ++编写的,可以在Matlab中使用。 I would recommend you look at this library first. 我建议你先看看这个图书馆。

There are plenty of other options: CRFSuite which is written in C++ but easily accesible from Python and stuff. 还有很多其他的选择: CRFSuite是用C ++编写的,但很容易从Python和东西中访问。

There is also CRF++ which is written in C++ and does have bindings for Python and Ruby. 还有CRF ++ ,它是用C ++编写的,并且具有Python和Ruby的绑定。

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

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