Skip to content

Algorithms for edge preserving smoothing based on the Mumford-Shah model

Notifications You must be signed in to change notification settings

mstorath/MumfordShah2D

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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