|
open_iA 2024.9
|
Calculates the pixelwise entropy out of a collection of input images. More...
#include <iAEntropyImageFilter.h>
Public Types | |
| typedef itk::SmartPointer< const Self > | ConstPointer |
| typedef InputImageType::ConstPointer | InputImagePointer |
| typedef TInputImage | InputImageType |
| Image typedef support. | |
| typedef TInputImage::PixelType | InputPixelType |
| typedef unsigned long | LabelCountType |
| typedef OutputImageType::Pointer | OutputImagePointer |
| typedef Superclass::OutputImageRegionType | OutputImageRegionType |
| Superclass typedefs. | |
| typedef TOutputImage | OutputImageType |
| typedef TOutputImage::PixelType | OutputPixelType |
| Extract some information from the image types. | |
| typedef itk::SmartPointer< Self > | Pointer |
| typedef iAEntropyImageFilter | Self |
| Standard class typedefs. | |
| typedef itk::ImageToImageFilter< TInputImage, TOutputImage > | Superclass |
Public Member Functions | |
| bool | GetNormalize () const |
| itkNewMacro (Self) | |
| Method for creation through the object factory. | |
| itkStaticConstMacro (ImageDimension, int, TOutputImage::ImageDimension) | |
| itkStaticConstMacro (InputImageDimension, int, TInputImage::ImageDimension) | |
| Extract some information from the image types. | |
| itkTypeMacro (iAEntropyImageFilter, ImageToImageFilter) | |
| Run-time type information (and related methods) | |
| void | SetNormalize (bool on) |
Protected Member Functions | |
| iAEntropyImageFilter () | |
| virtual | ~iAEntropyImageFilter () |
| void | BeforeThreadedGenerateData () override |
| Determine maximum label value in all input images and initialize global data. | |
| void | PrintSelf (std::ostream &, itk::Indent) const override |
| void | ThreadedGenerateData (const OutputImageRegionType &outputRegionForThread, itk::ThreadIdType threadId) override |
Calculates the pixelwise entropy out of a collection of input images.
| itk::SmartPointer< const Self > iAEntropyImageFilter< TInputImage, TOutputImage >::ConstPointer |
| InputImageType::ConstPointer iAEntropyImageFilter< TInputImage, TOutputImage >::InputImagePointer |
| TInputImage iAEntropyImageFilter< TInputImage, TOutputImage >::InputImageType |
Image typedef support.
| TInputImage::PixelType iAEntropyImageFilter< TInputImage, TOutputImage >::InputPixelType |
| unsigned long iAEntropyImageFilter< TInputImage, TOutputImage >::LabelCountType |
| OutputImageType::Pointer iAEntropyImageFilter< TInputImage, TOutputImage >::OutputImagePointer |
| Superclass::OutputImageRegionType iAEntropyImageFilter< TInputImage, TOutputImage >::OutputImageRegionType |
Superclass typedefs.
| TOutputImage iAEntropyImageFilter< TInputImage, TOutputImage >::OutputImageType |
| TOutputImage::PixelType iAEntropyImageFilter< TInputImage, TOutputImage >::OutputPixelType |
Extract some information from the image types.
Dimensionality of the two images is assumed to be the same.
| itk::SmartPointer< Self > iAEntropyImageFilter< TInputImage, TOutputImage >::Pointer |
| iAEntropyImageFilter iAEntropyImageFilter< TInputImage, TOutputImage >::Self |
Standard class typedefs.
| itk::ImageToImageFilter< TInputImage, TOutputImage > iAEntropyImageFilter< TInputImage, TOutputImage >::Superclass |
|
protected |
|
inlineprotectedvirtual |
|
overrideprotected |
Determine maximum label value in all input images and initialize global data.
|
inline |
| iAEntropyImageFilter< TInputImage, TOutputImage >::itkNewMacro | ( | Self | ) |
Method for creation through the object factory.
| iAEntropyImageFilter< TInputImage, TOutputImage >::itkStaticConstMacro | ( | ImageDimension | , |
| int | , | ||
| TOutputImage::ImageDimension | ) |
| iAEntropyImageFilter< TInputImage, TOutputImage >::itkStaticConstMacro | ( | InputImageDimension | , |
| int | , | ||
| TInputImage::ImageDimension | ) |
Extract some information from the image types.
Dimensionality of the two images is assumed to be the same.
| iAEntropyImageFilter< TInputImage, TOutputImage >::itkTypeMacro | ( | iAEntropyImageFilter< TInputImage, TOutputImage > | , |
| ImageToImageFilter | ) |
Run-time type information (and related methods)
|
overrideprotected |
|
inline |
|
overrideprotected |