#include <RHomomorphicOp.hpp>
Inheritance diagram for RHomomorphicOp:
Purpose: Computation best illumination image. Papers: "A Comparision of the Multiscale Retinex with other Image Enhancement Techniques.", Z. Rahman, G. Woodell, D. J. Jobson, NASA Langley Research Center 1997. "A Variational Framework for Retinex.", Ron Kimmel & all, SPIE San Jose 2002, vol 4672.
@ Copyrights: Bernard De Cuyper & Eddy Fraiha 2004, Eggs & Pictures. MIT/Open BSD copyright model.
Public Methods | |
RHomomorphicOp (double asigma=10.0, OutHRetinex atype=Reflectance, double agamma=1.0) | |
virtual | ~RHomomorphicOp () |
void | setSigma (double val) |
virtual RImage * | filter (RImage *src, RImage *dest=0) |
Local full image filtering. | |
virtual void | report (FILE *file) |
Private Attributes | |
OutHRetinex | type |
double | sigma |
double | gamma |
|
Local full image filtering.
Implements AbsRImageFilter. |