|
Medical Imaging Interaction Toolkit
2025.08.00
Medical Imaging Interaction Toolkit
|
Computes a masked statistic on N images and produces vectors of those statistic results. More...
#include <itkMaskedNaryStatisticsImageFilter.h>


Public Types | |
| typedef MaskedNaryStatisticsImageFilter | Self |
| typedef ImageToImageFilter< TInputImage, TInputImage > | Superclass |
| typedef SmartPointer< Self > | Pointer |
| typedef SmartPointer< const Self > | ConstPointer |
| typedef TInputImage | InputImageType |
| typedef InputImageType::Pointer | InputImagePointer |
| typedef InputImageType::RegionType | InputImageRegionType |
| typedef InputImageType::PixelType | InputImagePixelType |
| typedef NumericTraits< InputImagePixelType >::RealType | RealType |
| typedef std::vector< InputImagePixelType > | PixelVectorType |
| typedef std::vector< RealType > | RealVectorType |
| typedef TMaskImage | MaskImageType |
| typedef MaskImageType::Pointer | MaskImagePointer |
| typedef MaskImageType::ConstPointer | MaskImageConstPointer |
| typedef MaskImageType::RegionType | MaskImageRegionType |
Public Member Functions | |
| virtual const char * | GetClassName () const |
| virtual void | SetMask (const MaskImageType *_arg) |
| virtual const MaskImageType * | GetMask () |
| virtual const RealVectorType & | GetMean () |
| virtual const RealVectorType & | GetSigma () |
| virtual const RealVectorType & | GetVariance () |
| virtual const RealVectorType & | GetSum () |
| virtual const PixelVectorType & | GetMinimum () |
| virtual const PixelVectorType & | GetMaximum () |
| itkStaticConstMacro (InputImageDimension, unsigned int, TInputImage::ImageDimension) | |
Static Public Member Functions | |
| static Pointer | New () |
Protected Member Functions | |
| MaskedNaryStatisticsImageFilter () | |
| ~MaskedNaryStatisticsImageFilter () override | |
| void | GenerateData () override |
Computes a masked statistic on N images and produces vectors of those statistic results.
All the input images must be of the same type.
Definition at line 32 of file itkMaskedNaryStatisticsImageFilter.h.
| typedef SmartPointer< const Self > itk::MaskedNaryStatisticsImageFilter< TInputImage, TMaskImage >::ConstPointer |
Definition at line 41 of file itkMaskedNaryStatisticsImageFilter.h.
| typedef InputImageType::PixelType itk::MaskedNaryStatisticsImageFilter< TInputImage, TMaskImage >::InputImagePixelType |
Definition at line 52 of file itkMaskedNaryStatisticsImageFilter.h.
| typedef InputImageType::Pointer itk::MaskedNaryStatisticsImageFilter< TInputImage, TMaskImage >::InputImagePointer |
Definition at line 50 of file itkMaskedNaryStatisticsImageFilter.h.
| typedef InputImageType::RegionType itk::MaskedNaryStatisticsImageFilter< TInputImage, TMaskImage >::InputImageRegionType |
Definition at line 51 of file itkMaskedNaryStatisticsImageFilter.h.
| typedef TInputImage itk::MaskedNaryStatisticsImageFilter< TInputImage, TMaskImage >::InputImageType |
Some typedefs.
Definition at line 46 of file itkMaskedNaryStatisticsImageFilter.h.
| typedef MaskImageType::ConstPointer itk::MaskedNaryStatisticsImageFilter< TInputImage, TMaskImage >::MaskImageConstPointer |
Definition at line 60 of file itkMaskedNaryStatisticsImageFilter.h.
| typedef MaskImageType::Pointer itk::MaskedNaryStatisticsImageFilter< TInputImage, TMaskImage >::MaskImagePointer |
Definition at line 59 of file itkMaskedNaryStatisticsImageFilter.h.
| typedef MaskImageType::RegionType itk::MaskedNaryStatisticsImageFilter< TInputImage, TMaskImage >::MaskImageRegionType |
Definition at line 61 of file itkMaskedNaryStatisticsImageFilter.h.
| typedef TMaskImage itk::MaskedNaryStatisticsImageFilter< TInputImage, TMaskImage >::MaskImageType |
Definition at line 58 of file itkMaskedNaryStatisticsImageFilter.h.
| typedef std::vector<InputImagePixelType> itk::MaskedNaryStatisticsImageFilter< TInputImage, TMaskImage >::PixelVectorType |
Definition at line 55 of file itkMaskedNaryStatisticsImageFilter.h.
| typedef SmartPointer< Self > itk::MaskedNaryStatisticsImageFilter< TInputImage, TMaskImage >::Pointer |
Definition at line 40 of file itkMaskedNaryStatisticsImageFilter.h.
| typedef NumericTraits< InputImagePixelType >::RealType itk::MaskedNaryStatisticsImageFilter< TInputImage, TMaskImage >::RealType |
Definition at line 53 of file itkMaskedNaryStatisticsImageFilter.h.
| typedef std::vector<RealType> itk::MaskedNaryStatisticsImageFilter< TInputImage, TMaskImage >::RealVectorType |
Definition at line 56 of file itkMaskedNaryStatisticsImageFilter.h.
| typedef MaskedNaryStatisticsImageFilter itk::MaskedNaryStatisticsImageFilter< TInputImage, TMaskImage >::Self |
Standard class typedefs.
Definition at line 38 of file itkMaskedNaryStatisticsImageFilter.h.
| typedef ImageToImageFilter< TInputImage, TInputImage > itk::MaskedNaryStatisticsImageFilter< TInputImage, TMaskImage >::Superclass |
Definition at line 39 of file itkMaskedNaryStatisticsImageFilter.h.
|
protected |
|
inlineoverrideprotected |
Definition at line 87 of file itkMaskedNaryStatisticsImageFilter.h.
|
overrideprotected |
|
virtual |
Run-time type information (and related methods).
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
| itk::MaskedNaryStatisticsImageFilter< TInputImage, TMaskImage >::itkStaticConstMacro | ( | InputImageDimension | , |
| unsigned int | , | ||
| TInputImage::ImageDimension | |||
| ) |
ImageDimension constants
|
static |
Method for creation through the object factory.
|
virtual |