#include <CAMSmoothShockFlow.hpp>
Inheritance diagram for CAMSmoothShockFlow:
Purpose: Use smooth 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 | |
CAMSmoothShockFlow (double atheta=0.001, double ax=2.0, double rlambda=1.0, double lambdaTg=1.0) | |
virtual | ~CAMSmoothShockFlow () |
virtual RComplex | flow (CImage &image, int x, int y) |
Local cell flow value in an image. | |
virtual RComplex | flow (CImage &image0, CImage &imSmooth, int x, int y) |
virtual void | report (FILE *file) |
Protected Attributes | |
double | PIinverse |
double | a |
double | theta |
double | thetaInv |
RComplex | lambda |
double | lambdaT |
|
Local cell flow value in an image.
Implements AbsCImageFlow. |