Code for implementing CRF in C ++ or Matlab for images

I need code to implement CRF in C ++ or Matlab for images for a segmentation problem. What is a more suitable code library? It will be great if he supports higher energy terms

Thanks in advance.

0
source share
1 answer

I had great success with Justin Domke JGMT . It is written in C ++ and can be used from Matlab. I would recommend you take a look at this library first.

There are many other options: CRFSuite , which is written in C ++, but easily accessible from Python, etc.

CRF ++, ++ Python Ruby.

+2

All Articles