Package org.itk.simple
Class MaximumImageFilter
java.lang.Object
org.itk.simple.ProcessObject
org.itk.simple.ImageFilter
org.itk.simple.MaximumImageFilter
Implements a pixel-wise operator Max(a,b) between two images.
The pixel values of the output image are the maximum between the
corresponding pixels of the two input images.
This class is templated over the types of the two input images and the
type of the output image. Numeric conversions (castings) are done by
the C++ defaults.
See:
itk::simple::Maximum for the procedural interface
itk::MaximumImageFilter for the Doxygen on the original ITK class.
C++ includes: sitkMaximumImageFilter.h
-
Field Summary
Fields inherited from class org.itk.simple.ProcessObject
swigCMemOwn
-
Constructor Summary
ConstructorsModifierConstructorDescriptionitk::simple::MaximumImageFilter::MaximumImageFilter() Default Constructor that takes no arguments and initializes default parametersprotected
MaximumImageFilter
(long cPtr, boolean cMemoryOwn) -
Method Summary
Modifier and TypeMethodDescriptionvoid
delete()
virtual itk::simple::MaximumImageFilter::~MaximumImageFilter() DestructorImage itk::simple::MaximumImageFilter::Execute(Image &&image1, double constant)Image itk::simple::MaximumImageFilter::Execute(Image &&image1, double constant)Image itk::simple::MaximumImageFilter::Execute(Image &&image1, double constant)protected void
finalize()
protected static long
getName()
std::string itk::simple::MaximumImageFilter::GetName() const Name of this classprotected static long
toString()
std::string itk::simple::MaximumImageFilter::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
-
MaximumImageFilter
protected MaximumImageFilter(long cPtr, boolean cMemoryOwn) -
MaximumImageFilter
public MaximumImageFilter()itk::simple::MaximumImageFilter::MaximumImageFilter() 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::MaximumImageFilter::~MaximumImageFilter() Destructor- Overrides:
delete
in classImageFilter
-
getName
std::string itk::simple::MaximumImageFilter::GetName() const Name of this class- Overrides:
getName
in classProcessObject
-
toString
std::string itk::simple::MaximumImageFilter::ToString() const Print ourselves out- Overrides:
toString
in classProcessObject
-
execute
Image itk::simple::MaximumImageFilter::Execute(Image &&image1, double constant) -
execute
Image itk::simple::MaximumImageFilter::Execute(Image &&image1, double constant) -
execute
Image itk::simple::MaximumImageFilter::Execute(Image &&image1, double constant)
-