Package org.itk.simple
Class PowImageFilter
java.lang.Object
org.itk.simple.ProcessObject
org.itk.simple.ImageFilter
org.itk.simple.PowImageFilter
Computes the powers of 2 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.
The output of the pow function will be cast to the pixel type of the
output image.
The total operation over one pixel will be
The pow function can be applied to two images with the following:
Additionally, this filter can be used to raise every pixel of an image
to a power of a constant by using
See:
itk::simple::Pow for the procedural interface
itk::PowImageFilter for the Doxygen on the original ITK class.
C++ includes: sitkPowImageFilter.h
-
Field Summary
Fields inherited from class org.itk.simple.ProcessObject
swigCMemOwn
-
Constructor Summary
ConstructorsModifierConstructorDescriptionitk::simple::PowImageFilter::PowImageFilter() Default Constructor that takes no arguments and initializes default parametersprotected
PowImageFilter
(long cPtr, boolean cMemoryOwn) -
Method Summary
Modifier and TypeMethodDescriptionvoid
delete()
virtual itk::simple::PowImageFilter::~PowImageFilter() DestructorImage itk::simple::PowImageFilter::Execute(Image &&image1, double constant)Image itk::simple::PowImageFilter::Execute(Image &&image1, double constant)Image itk::simple::PowImageFilter::Execute(Image &&image1, double constant)protected void
finalize()
protected static long
getCPtr
(PowImageFilter obj) getName()
std::string itk::simple::PowImageFilter::GetName() const Name of this classprotected static long
toString()
std::string itk::simple::PowImageFilter::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
-
PowImageFilter
protected PowImageFilter(long cPtr, boolean cMemoryOwn) -
PowImageFilter
public PowImageFilter()itk::simple::PowImageFilter::PowImageFilter() 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::PowImageFilter::~PowImageFilter() Destructor- Overrides:
delete
in classImageFilter
-
getName
std::string itk::simple::PowImageFilter::GetName() const Name of this class- Overrides:
getName
in classProcessObject
-
toString
std::string itk::simple::PowImageFilter::ToString() const Print ourselves out- Overrides:
toString
in classProcessObject
-
execute
Image itk::simple::PowImageFilter::Execute(Image &&image1, double constant) -
execute
Image itk::simple::PowImageFilter::Execute(Image &&image1, double constant) -
execute
Image itk::simple::PowImageFilter::Execute(Image &&image1, double constant)
-