Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要一些在 C++ 或 Matlab 中实现 CRF 的代码,用于分割问题的图像。哪个代码库更合适?如果它支持更高阶的能量项,那就太好了
提前致谢。
我在 Justin Domke 的JGMT上取得了巨大的成功。它是用 C++ 编写的,可以从 Matlab 中使用。我建议你先看看这个库。
还有很多其他选择:CRFSuite,它是用 C++ 编写的,但很容易从 Python 和其他东西中访问。
还有CRF++,它是用 C++ 编写的,并且有 Python 和 Ruby 的绑定。