#include <irtkNoise.h>


This class defines an abstract filter for adding noise to images.
Definition at line 26 of file irtkNoise.h.
Public Member Functions | |
| irtkNoise (double amplitude=1) | |
| Constructor. | |
| ~irtkNoise () | |
| Destructor (empty). | |
| SetMacro (Amplitude, double) | |
| Set amplitude. | |
| GetMacro (Amplitude, double) | |
| Get amplitude. | |
Protected Member Functions | |
| virtual Bool | RequiresBuffering () |
| Returns whether the filter requires buffering. | |
| virtual const char * | NameOfClass () |
| Returns the name of the class. | |
Protected Attributes | |
| long int | _Init |
| Initialization for the noise filter. | |
| double | _Amplitude |
| Amplitude for the noise filter. | |