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


Purpose: Use simple shock enhancement filter with tangent diffusion
Paper: "Constrained and unconstrained PDE's for vector image restoration.",
D. Tchumperlé & Rachid Deriche, Inria 2001.
"Regularized Shock Filters and Complex Diffusion",
Guy Gilboa, Zeevi, Sochen, ECCV 2002, Israel Institut of Technology.
"Experiments in Minimizing Numerical Diffusion across a Material Boundary",
Cristian Aalburg, Report 1996, University of Michigan.
@ Copyrights: Bernard De Cuyper & Eddy Fraiha 2003, Eggs & Pictures. MIT/Open BSD copyright model.
Public Methods | |
| AlvarezMShockFlow (double alambda=1.0) | |
| virtual | ~AlvarezMShockFlow () |
| virtual double | flow (RImage &image, int x, int y) |
| Local cell flow value in an image. | |
| virtual double | flow (RImage &image0, RImage &imSmooth, int x, int y) |
| virtual void | report (FILE *file) |
Protected Attributes | |
| double | lambda |
|
||||||||||||||||
|
Local cell flow value in an image.
Implements AbsRImageFlow. |
![]() |
