ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <itkNaryMaximumImageFilter.h>
Additional Inherited Members | |
Static Public Attributes inherited from itk::NaryFunctorImageFilter< TInputImage, TOutputImage, Functor::Maximum1< TInputImage::PixelType, TInputImage::PixelType > > | |
static const unsigned int | InputImageDimension |
static const unsigned int | OutputImageDimension |
Static Public Attributes inherited from itk::InPlaceImageFilter< TInputImage, TOutputImage > | |
Static Public Attributes inherited from itk::ImageToImageFilter< TInputImage, TOutputImage > | |
Static Public Attributes inherited from itk::ImageSource< TOutputImage > |
Computes the pixel-wise maximum of several images.
This class is templated over the types of the input images and the type of the output image. Numeric conversions (castings) are done by the C++ defaults.
The pixel type of the output images must have a valid definition of the operator<. This condition is required because internally this filter will perform an operation similar to:
(where current_maximum is also of type OutputPixelType)
for each of the n input images.
For example, this filter could be used directly to find a "maximum projection" of a series of images, often used in preliminary analysis of time-series data.
This filter was contributed by Zachary Pincus from the Department of Biochemistry and Program in Biomedical Informatics at Stanford University School of Medicine
Definition at line 104 of file itkNaryMaximumImageFilter.h.
typedef SmartPointer< const Self > itk::NaryMaximumImageFilter< TInputImage, TOutputImage >::ConstPointer |
Reimplemented from itk::NaryFunctorImageFilter< TInputImage, TOutputImage, Functor::Maximum1< TInputImage::PixelType, TInputImage::PixelType > >.
Definition at line 119 of file itkNaryMaximumImageFilter.h.
typedef SmartPointer< Self > itk::NaryMaximumImageFilter< TInputImage, TOutputImage >::Pointer |
Reimplemented from itk::NaryFunctorImageFilter< TInputImage, TOutputImage, Functor::Maximum1< TInputImage::PixelType, TInputImage::PixelType > >.
Definition at line 118 of file itkNaryMaximumImageFilter.h.
typedef NaryMaximumImageFilter itk::NaryMaximumImageFilter< TInputImage, TOutputImage >::Self |
Standard class typedefs.
Reimplemented from itk::NaryFunctorImageFilter< TInputImage, TOutputImage, Functor::Maximum1< TInputImage::PixelType, TInputImage::PixelType > >.
Definition at line 112 of file itkNaryMaximumImageFilter.h.
typedef NaryFunctorImageFilter< TInputImage, TOutputImage, Functor::Maximum1< typename TInputImage::PixelType, typename TInputImage::PixelType > > itk::NaryMaximumImageFilter< TInputImage, TOutputImage >::Superclass |
Reimplemented from itk::NaryFunctorImageFilter< TInputImage, TOutputImage, Functor::Maximum1< TInputImage::PixelType, TInputImage::PixelType > >.
Definition at line 116 of file itkNaryMaximumImageFilter.h.
|
inlineprotected |
End concept checking
Definition at line 141 of file itkNaryMaximumImageFilter.h.
|
inlineprotectedvirtual |
End concept checking
Definition at line 142 of file itkNaryMaximumImageFilter.h.
|
private |
End concept checking
|
virtual |
Create an object from an instance, potentially deferring to a factory. This method allows you to create an instance of an object that is exactly the same type as the referring object. This is useful in cases where an object has been cast back to a base class.
Reimplemented from itk::NaryFunctorImageFilter< TInputImage, TOutputImage, Functor::Maximum1< TInputImage::PixelType, TInputImage::PixelType > >.
|
virtual |
Runtime information support.
Reimplemented from itk::NaryFunctorImageFilter< TInputImage, TOutputImage, Functor::Maximum1< TInputImage::PixelType, TInputImage::PixelType > >.
|
static |
Method for creation through the object factory.
Reimplemented from itk::NaryFunctorImageFilter< TInputImage, TOutputImage, Functor::Maximum1< TInputImage::PixelType, TInputImage::PixelType > >.
|
private |
End concept checking
Reimplemented from itk::NaryFunctorImageFilter< TInputImage, TOutputImage, Functor::Maximum1< TInputImage::PixelType, TInputImage::PixelType > >.
itk::NaryMaximumImageFilter< TInputImage, TOutputImage >::typedef | ( | Concept::Convertible< typename TInputImage::PixelType, typename TOutputImage::PixelType > | ) |
Begin concept checking This class requires InputConvertibleToOutputCheck in the form of ( Concept::Convertible< typename TInputImage::PixelType, typename TOutputImage::PixelType > )
itk::NaryMaximumImageFilter< TInputImage, TOutputImage >::typedef | ( | Concept::LessThanComparable< typename TInputImage::PixelType > | ) |
This class requires InputLessThanComparableCheck in the form of ( Concept::LessThanComparable< typename TInputImage::PixelType > )
itk::NaryMaximumImageFilter< TInputImage, TOutputImage >::typedef | ( | Concept::HasNumericTraits< typename TInputImage::PixelType > | ) |
This class requires InputHasNumericTraitsCheck in the form of ( Concept::HasNumericTraits< typename TInputImage::PixelType > )