Class GreaterImageFilter
java.lang.Object
org.itk.simple.ProcessObject
org.itk.simple.ImageFilter
org.itk.simple.GreaterImageFilter
Implements pixel-wise generic operation of two images, or of an image
and a constant.
This class is parameterized over the types of the two input images and
the type of the output image. It is also parameterized by the
operation to be applied. A Functor style is used.
The constant must be of the same type than the pixel type of the
corresponding image. It is wrapped in a SimpleDataObjectDecorator so it can be updated through the pipeline. The SetConstant() and
GetConstant() methods are provided as shortcuts to set or get the
constant value without manipulating the decorator.
See:
 BinaryGeneratorImagFilter
 UnaryFunctorImageFilter TernaryFunctorImageFilter
 itk::simple::Greater for the procedural interface
 itk::BinaryFunctorImageFilter for the Doxygen on the original ITK class.
C++ includes: sitkGreaterImageFilter.h
- 
Field SummaryFields inherited from class org.itk.simple.ProcessObjectswigCMemOwn
- 
Constructor SummaryConstructorsModifierConstructorDescriptionitk::simple::GreaterImageFilter::GreaterImageFilter() Default Constructor that takes no arguments and initializes default parametersprotectedGreaterImageFilter(long cPtr, boolean cMemoryOwn) 
- 
Method SummaryModifier and TypeMethodDescriptionvoiddelete()virtual itk::simple::GreaterImageFilter::~GreaterImageFilter() DestructorImage itk::simple::GreaterImageFilter::Execute(Image &&image1, double constant)Image itk::simple::GreaterImageFilter::Execute(Image &&image1, double constant)Image itk::simple::GreaterImageFilter::Execute(Image &&image1, double constant)Image itk::simple::GreaterImageFilter::Execute(Image &&image1, double constant)Image itk::simple::GreaterImageFilter::Execute(Image &&image1, double constant)protected voidfinalize()shortuint8_t itk::simple::GreaterImageFilter::GetBackgroundValue() const Set/Get the value used to mark the false pixels of the operator.protected static longshortuint8_t itk::simple::GreaterImageFilter::GetForegroundValue() const Set/Get the value used to mark the true pixels of the operator.getName()std::string itk::simple::GreaterImageFilter::GetName() const Name of this classvoidsetBackgroundValue(short BackgroundValue) Self& itk::simple::GreaterImageFilter::SetBackgroundValue(uint8_t BackgroundValue) Set/Get the value used to mark the false pixels of the operator.voidsetForegroundValue(short ForegroundValue) Self& itk::simple::GreaterImageFilter::SetForegroundValue(uint8_t ForegroundValue) Set/Get the value used to mark the true pixels of the operator.protected static longtoString()std::string itk::simple::GreaterImageFilter::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- 
GreaterImageFilterprotected GreaterImageFilter(long cPtr, boolean cMemoryOwn) 
- 
GreaterImageFilterpublic GreaterImageFilter()itk::simple::GreaterImageFilter::GreaterImageFilter() 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::GreaterImageFilter::~GreaterImageFilter() Destructor- Overrides:
- deletein class- ImageFilter
 
- 
setBackgroundValuepublic void setBackgroundValue(short BackgroundValue) Self& itk::simple::GreaterImageFilter::SetBackgroundValue(uint8_t BackgroundValue) Set/Get the value used to mark the false pixels of the operator.
- 
getBackgroundValuepublic short getBackgroundValue()uint8_t itk::simple::GreaterImageFilter::GetBackgroundValue() const Set/Get the value used to mark the false pixels of the operator.
- 
setForegroundValuepublic void setForegroundValue(short ForegroundValue) Self& itk::simple::GreaterImageFilter::SetForegroundValue(uint8_t ForegroundValue) Set/Get the value used to mark the true pixels of the operator.
- 
getForegroundValuepublic short getForegroundValue()uint8_t itk::simple::GreaterImageFilter::GetForegroundValue() const Set/Get the value used to mark the true pixels of the operator.
- 
getNamestd::string itk::simple::GreaterImageFilter::GetName() const Name of this class- Overrides:
- getNamein class- ProcessObject
 
- 
toStringstd::string itk::simple::GreaterImageFilter::ToString() const Print ourselves out- Overrides:
- toStringin class- ProcessObject
 
- 
execute
- 
execute
- 
execute
- 
execute
- 
execute
 
-