#include <CSmoothShockFlow.hpp>
Inheritance diagram for CSmoothShockFlow:
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 | |
CSmoothShockFlow (double atheta=0.001, double ax=2.0, double rlambda=1.0) | |
virtual | ~CSmoothShockFlow () |
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 |
double | rlambda |
RComplex | lambda |
|
Local cell flow value in an image.
Implements AbsCImageFlow. |