code for CRF implementation in C++ or Matlab for images

六月ゝ 毕业季﹏ 提交于 2019-12-12 02:36:20

问题


I need some code for CRF implementation in C++ or Matlab for images for segmentation problem. Which is the more appropriate code library? It will be great if it supports higher order energy terms

Thanks in advance.


回答1:


I've had great success with Justin Domke's JGMT. It is written in C++ and can be used from 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.

There is also CRF++ which is written in C++ and does have bindings for Python and Ruby.



来源:https://stackoverflow.com/questions/13211690/code-for-crf-implementation-in-c-or-matlab-for-images

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!