Skip to content
This repository has been archived by the owner on Nov 9, 2019. It is now read-only.

Latest commit

 

History

History
11 lines (8 loc) · 673 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 673 Bytes

2DMeanField

Variational Mean Field Inference for image segmentation.

Overview

This repository contains an implementation of the Variational Mean Field Inference algorithm for image segmentation. This implementation is utilising the contributions of the paper entitled "Efficient Inference in Fully Connected CRFs with Gaussian Edge Potentials" by Philipp Krahenbuhl et al.

Included is a CPU and GPU implementation of the algorithm utilising direct filtering for the message passing phase.

Notice

The code in this repository is distributed under a BSD license, except either where indicated otherwise or where the source does not contain a BSD license header.