#include <TVBeltramiFlow.hpp>
Inheritance diagram for TVBeltramiFlow:
Purpose: TV constrains the flow around the orignal image // (using the variance of the flow) // the factor lambda must be computed globaly for each channel Paper: "Image processing via beltrami operator.", Ron Kimmel, R. Malladi & all, report 1998 , UCLA/Technion.
@ Copyrights: Bernard De Cuyper & Eddy Fraiha 2002, Eggs & Pictures. MIT/Open BSD copyright model.
Public Methods | |
TVBeltramiFlow (RImage *startImage, double alambda=0.0) | |
virtual | ~TVBeltramiFlow () |
virtual void | set (RImage *originImage) |
virtual void | setLamdba (double value) |
virtual double | flow (RImage &image, int x, int y) |
Local cell flow value in an image. | |
virtual void | report (FILE *file) |
Private Attributes | |
RImage * | I0 |
double | lambda |
|
Local cell flow value in an image.
Reimplemented from BeltramiFlow. |