Skip to content

matlab and python wrap of crf and dense crf, both 2d and 3d are supported

Notifications You must be signed in to change notification settings

satrajitgithub/crf_wrap

 
 

Repository files navigation

CRF_wrap

Matlab and Python wrap of conditional random field (CRF) and fully connected (dense) CRF for 2D and 3D image segmentation, according to the following papers:

[1] Yuri Boykov and Vladimir Kolmogorov, "An experimental comparison of min-cut/max-flow algorithms for energy minimization in vision", in IEEE TPAMI, 2004.

Pushmeet Kohli and Philip H.S. Torr. "Efficiently solving dynamic markov random fields using graph cuts", ICCV, 2005

[2] Philipp Krähenbühl and Vladlen Koltun, "Efficient inference in fully connected crfs with gaussian edge potentials", in NIPS, 2011.

[3] Kamnitsas et al. "Multi-scale 3D convolutional neural networks for lesion segmentation in brain MRI", in Proceeding of ISLES challenge, MICCAI, 2015.

crf_2d

Dependency

This repository depends on the following packages:

About

matlab and python wrap of crf and dense crf, both 2d and 3d are supported

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 98.1%
  • C 1.5%
  • Other 0.4%