mstorath / MumfordShah2D

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:MATLAB 81.4%Language:Mathematica 16.1%Language:M 2.5%