#include <RMinMaxGreyFlow.hpp>
Inheritance diagram for RMinMaxGreyFlow:
Purpose: Speckle noise denoiser Paper: "Level Set methods for curvature flow, Image enhancement and shape recovery in medical imaging.", R. Malladi & J.A. Sethian, proceeding berlin 1995 , UCLA.
@ Copyrights: Bernard De Cuyper & Eddy Fraiha 2002, Eggs & Pictures. MIT/Open BSD copyright model.
Public Methods | |
RMinMaxGreyFlow (VariantMinMaxFlow type=Sethian, int n=50, double ralpha=0.2, double gthreshold=5.0, int stencil=1) | |
virtual | ~RMinMaxGreyFlow () |
virtual void | report (FILE *file) |
Protected Methods | |
virtual void | flowThreshold (RImage &im, int x, int y) |
virtual double | operation (RImage &image, int x, int y) |
Protected Attributes | |
VariantMinMaxFlow | variant |
double | gradientThreshold |