#include <RTVInpainter_S2.hpp>
Inheritance diagram for RTVInpainter_S2:


Purpose: TV Inpainting.
Diffusion in inpainting
Paper: "Processing of Flat and non-flat image information on arbitrary
manifolds using Partial Differential Equations.",
Marcelo Bertalmio, Thesis March 2001, University of Minnesota.
@ Copyrights: Bernard De Cuyper & Eddy Fraiha 2003, Eggs & Pictures. MIT/Open BSD copyright model.
Public Methods | |
| RTVInpainter_S2 (int iter=1500, double deltaT=0.2, double lambda=1.0, bool optimal=false) | |
| virtual | ~RTVInpainter_S2 () |
| virtual RImage * | filter (RImage *src, RImage *dest=0) |
| Local full image filtering. | |
| virtual RImage * | selectedFilter (AnImage *mask, RImage *src, RImage *dest=0) |
| Local filtering in a mask area. | |
| virtual void | report (FILE *file) |
Protected Methods | |
| double | operation (int x, int y) |
| double | fastOperation (int x, int y) |
Private Attributes | |
| int | niterations |
| double | dt |
| RImage * | I0 |
| RImage * | I |
| double | lambda |
| bool | optimized |
|
||||||||||||
|
Local full image filtering.
Implements AbsRImageFilter. |
|
||||||||||||||||
|
Local filtering in a mask area.
Reimplemented from AbsRImageFilter. |
![]() |
