Package org.itk.simple
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 Summary
Fields inherited from class org.itk.simple.ProcessObject
swigCMemOwn
-
Constructor Summary
ConstructorsModifierConstructorDescriptionitk::simple::NaryMaximumImageFilter::NaryMaximumImageFilter() Default Constructor that takes no arguments and initializes default parametersprotected
NaryMaximumImageFilter
(long cPtr, boolean cMemoryOwn) -
Method Summary
Modifier and TypeMethodDescriptionvoid
delete()
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 void
finalize()
protected static long
getName()
std::string itk::simple::NaryMaximumImageFilter::GetName() const Name of this classprotected static long
toString()
std::string itk::simple::NaryMaximumImageFilter::ToString() const Print ourselves outMethods inherited from class org.itk.simple.ImageFilter
getCPtr, swigRelease
Methods inherited from class org.itk.simple.ProcessObject
abort, 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
-
NaryMaximumImageFilter
protected NaryMaximumImageFilter(long cPtr, boolean cMemoryOwn) -
NaryMaximumImageFilter
public NaryMaximumImageFilter()itk::simple::NaryMaximumImageFilter::NaryMaximumImageFilter() Default Constructor that takes no arguments and initializes default parameters
-
-
Method Details
-
getCPtr
-
swigRelease
-
finalize
protected void finalize()- Overrides:
finalize
in classImageFilter
-
delete
public void delete()virtual itk::simple::NaryMaximumImageFilter::~NaryMaximumImageFilter() Destructor- Overrides:
delete
in classImageFilter
-
getName
std::string itk::simple::NaryMaximumImageFilter::GetName() const Name of this class- Overrides:
getName
in classProcessObject
-
toString
std::string itk::simple::NaryMaximumImageFilter::ToString() const Print ourselves out- Overrides:
toString
in classProcessObject
-
execute
Image itk::simple::NaryMaximumImageFilter::Execute(const std::vector< Image > &images) Execute the filter on the input images -
execute
Image itk::simple::NaryMaximumImageFilter::Execute(const std::vector< Image > &images) Execute the filter on the input images -
execute
Image itk::simple::NaryMaximumImageFilter::Execute(const std::vector< Image > &images) Execute the filter on the input images -
execute
Image itk::simple::NaryMaximumImageFilter::Execute(const std::vector< Image > &images) Execute the filter on the input images -
execute
Image itk::simple::NaryMaximumImageFilter::Execute(const std::vector< Image > &images) Execute the filter on the input images -
execute
Image itk::simple::NaryMaximumImageFilter::Execute(const std::vector< Image > &images) Execute the filter on the input images
-