LTI-Lib latest version v1.9 - last update 10 Apr 2010

lti::susanDenoise::parameters Class Reference

the parameters for the class susanDenoise More...

#include <ltiSusanDenoise.h>

Inheritance diagram for lti::susanDenoise::parameters:
Inheritance graph
[legend]
Collaboration diagram for lti::susanDenoise::parameters:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 parameters ()
 parameters (const parameters &other)
 ~parameters ()
const char * getTypeName () const
parameterscopy (const parameters &other)
virtual functor::parametersclone () const
virtual bool write (ioHandler &handler, const bool complete=true) const
virtual bool read (ioHandler &handler, const bool complete=true)

Public Attributes

int kernelSize
double threshold

Detailed Description

the parameters for the class susanDenoise


Constructor & Destructor Documentation

lti::susanDenoise::parameters::parameters (  ) 

default constructor

Reimplemented from lti::modifier::parameters.

lti::susanDenoise::parameters::parameters ( const parameters other  ) 

copy constructor

Reimplemented from lti::modifier::parameters.

lti::susanDenoise::parameters::~parameters (  )  [virtual]

destructor

Reimplemented from lti::functor::parameters.


Member Function Documentation

virtual functor::parameters* lti::susanDenoise::parameters::clone (  )  const [virtual]

returns a pointer to a clone of the parameters

Reimplemented from lti::modifier::parameters.

parameters& lti::susanDenoise::parameters::copy ( const parameters other  ) 

copy member

Reimplemented from lti::modifier::parameters.

const char* lti::susanDenoise::parameters::getTypeName (  )  const [virtual]

returns name of this type

Reimplemented from lti::modifier::parameters.

virtual bool lti::susanDenoise::parameters::read ( ioHandler handler,
const bool  complete = true 
) [virtual]

write the parameters in the given ioHandler

Parameters:
handler the ioHandler to be used
complete if true (the default) the enclosing begin/end will be also written, otherwise only the data block will be written.
Returns:
true if write was successful

Reimplemented from lti::modifier::parameters.

virtual bool lti::susanDenoise::parameters::write ( ioHandler handler,
const bool  complete = true 
) const [virtual]

write the parameters in the given ioHandler

Parameters:
handler the ioHandler to be used
complete if true (the default) the enclosing begin/end will be also written, otherwise only the data block will be written.
Returns:
true if write was successful

Reimplemented from lti::modifier::parameters.


Member Data Documentation

the kernel size determines the quality of the noise reduction and the speed of the algorithm.

Use 9 for fast filtering (but not a very high quality) or 37 for better quality (about 10 slower). The default value is 37

Default value 9 a value of 9.0 seems to be a good value not to smooth the picture to much, but to eliminate all the noise of the picture.

This value has to be changed if a new image source is used. The noisier a picture is the larger this value must be.


The documentation for this class was generated from the following file:

Generated on Sat Apr 10 15:27:55 2010 for LTI-Lib by Doxygen 1.6.1