Reputation: 885
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.
Upvotes: 0
Views: 2537
Reputation: 12132
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.
Upvotes: 2