ITK
6.0.0
Insight Toolkit
|
#include <itkPatchBasedDenoisingBaseImageFilter.h>
Contains all enum classes used by the PatchBasedDenoisingBaseImageFilter class.
Definition at line 39 of file itkPatchBasedDenoisingBaseImageFilter.h.
Public Types | |
enum class | ComponentSpace : uint8_t { EUCLIDEAN = 0 , RIEMANNIAN = 1 } |
enum class | FilterState : uint8_t { UNINITIALIZED = 0 , INITIALIZED = 1 } |
enum class | NoiseModel : uint8_t { NOMODEL = 0 , GAUSSIAN = 1 , RICIAN = 2 , POISSON = 3 } |
|
strong |
Enumerator | |
---|---|
EUCLIDEAN | |
RIEMANNIAN |
Definition at line 60 of file itkPatchBasedDenoisingBaseImageFilter.h.
|
strong |
Enumerator | |
---|---|
UNINITIALIZED | |
INITIALIZED |
Definition at line 70 of file itkPatchBasedDenoisingBaseImageFilter.h.
|
strong |
Enumerator | |
---|---|
NOMODEL | |
GAUSSIAN | |
RICIAN | |
POISSON |
Definition at line 46 of file itkPatchBasedDenoisingBaseImageFilter.h.