Class NaryMaximumImageFilter
java.lang.Object
org.itk.simple.ProcessObject
org.itk.simple.ImageFilter
org.itk.simple.NaryMaximumImageFilter
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.
Zachary Pincus
 This filter was contributed by Zachary Pincus from the Department of
Biochemistry and Program in Biomedical Informatics at Stanford
University School of Medicine
See:
 itk::simple::NaryMaximum for the procedural interface
C++ includes: sitkNaryMaximumImageFilter.h
- 
Field SummaryFields inherited from class org.itk.simple.ProcessObjectswigCMemOwn
- 
Constructor SummaryConstructorsModifierConstructorDescriptionitk::simple::NaryMaximumImageFilter::NaryMaximumImageFilter() Default Constructor that takes no arguments and initializes default parametersprotectedNaryMaximumImageFilter(long cPtr, boolean cMemoryOwn) 
- 
Method SummaryModifier and TypeMethodDescriptionvoiddelete()virtual itk::simple::NaryMaximumImageFilter::~NaryMaximumImageFilter() DestructorImage itk::simple::NaryMaximumImageFilter::Execute(const std::vector< Image > &images) Execute the filter on the input imagesImage itk::simple::NaryMaximumImageFilter::Execute(const std::vector< Image > &images) Execute the filter on the input imagesImage itk::simple::NaryMaximumImageFilter::Execute(const std::vector< Image > &images) Execute the filter on the input imagesImage itk::simple::NaryMaximumImageFilter::Execute(const std::vector< Image > &images) Execute the filter on the input imagesImage itk::simple::NaryMaximumImageFilter::Execute(const std::vector< Image > &images) Execute the filter on the input imagesexecute(VectorOfImage images) Image itk::simple::NaryMaximumImageFilter::Execute(const std::vector< Image > &images) Execute the filter on the input imagesprotected voidfinalize()protected static longgetName()std::string itk::simple::NaryMaximumImageFilter::GetName() const Name of this classprotected static longtoString()std::string itk::simple::NaryMaximumImageFilter::ToString() const Print ourselves outMethods inherited from class org.itk.simple.ImageFiltergetCPtr, swigReleaseMethods inherited from class org.itk.simple.ProcessObjectabort, addCommand, debugOff, debugOn, getCPtr, getDebug, getGlobalDefaultCoordinateTolerance, getGlobalDefaultDebug, getGlobalDefaultDirectionTolerance, getGlobalDefaultNumberOfThreads, getGlobalDefaultThreader, getGlobalWarningDisplay, getNumberOfThreads, getNumberOfWorkUnits, getProgress, globalDefaultDebugOff, globalDefaultDebugOn, globalWarningDisplayOff, globalWarningDisplayOn, hasCommand, removeAllCommands, setDebug, setGlobalDefaultCoordinateTolerance, setGlobalDefaultDebug, setGlobalDefaultDirectionTolerance, setGlobalDefaultNumberOfThreads, setGlobalDefaultThreader, setGlobalWarningDisplay, setNumberOfThreads, setNumberOfWorkUnits, swigRelease
- 
Constructor Details- 
NaryMaximumImageFilterprotected NaryMaximumImageFilter(long cPtr, boolean cMemoryOwn) 
- 
NaryMaximumImageFilterpublic NaryMaximumImageFilter()itk::simple::NaryMaximumImageFilter::NaryMaximumImageFilter() Default Constructor that takes no arguments and initializes default parameters
 
- 
- 
Method Details- 
getCPtr
- 
swigRelease
- 
finalizeprotected void finalize()- Overrides:
- finalizein class- ImageFilter
 
- 
deletepublic void delete()virtual itk::simple::NaryMaximumImageFilter::~NaryMaximumImageFilter() Destructor- Overrides:
- deletein class- ImageFilter
 
- 
getNamestd::string itk::simple::NaryMaximumImageFilter::GetName() const Name of this class- Overrides:
- getNamein class- ProcessObject
 
- 
toStringstd::string itk::simple::NaryMaximumImageFilter::ToString() const Print ourselves out- Overrides:
- toStringin class- ProcessObject
 
- 
executeImage itk::simple::NaryMaximumImageFilter::Execute(const std::vector< Image > &images) Execute the filter on the input images
- 
execute
- 
execute
- 
execute
- 
execute
- 
execute
 
-