Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 1.13 KB

README.md

File metadata and controls

33 lines (20 loc) · 1.13 KB

Edge preserving image restoration based on the Mumford-Shah model

This repository contains algorithms for edge preserving image restoration based on the Mumford-Shah model. This is an implementation of the methods described in the paper

K. Hohm, M. Storath, A. Weinmann, An algorithmic framework for Mumford–Shah regularization of inverse problems in imaging, Inverse Problems 31 (11), 115011, Download

Applications examples

Edge preserving smoothing of vector-valued images

  • Supports smoothing of vector-valued images (e.g. multispectral images, feature images)
  • Linear complexity in number of color channels
  • No discretization of color space required

Denoising

Regularization for deconvolution

Deconvolution

Inpainting

Deconvolution

Quickstart:

  • Run the script "setPath.m", it should set all necessary paths
  • For best performance, increase Java heap space in the Matlab preferences (MATLAB - General - Java heap memory)
  • Run a demo from the Demos folder