/denseCRF_matlab

A lightweight MATLAB wrapper to Philipp Krähenbühl's dense (fully connected) CRFs with gaussian edge potentials.

Primary LanguageC++

This is a MATLAB wrapper for Philipp Krähenbühl's Fully-Connected CRFs.

If you use this code for your reasearch, please cite:

Efficient Inference in Fully Connected CRFs with Gaussian Edge Potentials
Philipp Krähenbühl and Vladlen Koltun
NIPS 2011

and provide a link to this repository as a footnote or a citation.

Usage

In the first stage, run compile.m

A demo.m file is provided along with a binary of trained textonboost unary.

Learning

Please feel free to contact xjsjtu88@gmail.com for any questions or bug reports.