#include <RMinMaxBinaryFlow.hpp>
Inheritance diagram for RMinMaxBinaryFlow:
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 | |
RMinMaxBinaryFlow (int n, double ralpha, double athreshold=0.0, int stencil=0) | |
virtual | ~RMinMaxBinaryFlow () |
virtual RImage * | filter (RImage *src, RImage *dest=0) |
Local full image filtering. | |
virtual RImage * | selectedFilter (AnImage *mask, RImage *src, RImage *dest=0) |
Local filtering in a mask area. | |
virtual void | report (FILE *file) |
Protected Methods | |
virtual double | average (RImage &im, int x, int y) |
virtual double | operation (RImage &image, int x, int y) |
virtual void | operations (RImage &result, RImage &image) |
virtual void | operations (AnImage &mask, RImage &result, RImage &image) |
Protected Attributes | |
int | niterations |
double | alpha |
double | threshold |
int | widthStencil |
|
Local full image filtering.
Implements AbsRImageFilter. |
|
Local filtering in a mask area.
Reimplemented from AbsRImageFilter. |