#include <GPeronaMalikFlow.hpp>
Inheritance diagram for GPeronaMalikFlow:
Purpose: Rudin/Osher/Fatemi like flow produce smooth images in noisy situations 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 | |
GPeronaMalikFlow (double beta=0.0001) | |
virtual | ~GPeronaMalikFlow () |
virtual double | flow (RImage &image, int x, int y) |
Local cell flow value in an image. | |
virtual void | report (FILE *file) |
Private Attributes | |
double | beta2 |
|
Local cell flow value in an image.
Implements AbsRImageFlow. |