Class BinaryThresholdProjectionImageFilter
java.lang.Object
org.itk.simple.ProcessObject
org.itk.simple.ImageFilter
org.itk.simple.BinaryThresholdProjectionImageFilter
BinaryThreshold projection.
This class was contributed to the Insight Journal by Gaetan Lehmann.
the original paper can be found at https://doi.org/10.54294/0pjyho
Gaetan Lehmann. Biologie du Developpement et de la Reproduction, INRA
de Jouy-en-Josas, France.
See:
 ProjectionImageFilter
 MedianProjectionImageFilter
 MeanProjectionImageFilter
 MeanProjectionImageFilter
 MaximumProjectionImageFilter
 MinimumProjectionImageFilter
 StandardDeviationProjectionImageFilter
 SumProjectionImageFilter
 itk::simple::BinaryThresholdProjection for the procedural interface
 itk::BinaryThresholdProjectionImageFilter for the Doxygen on the original ITK class.
C++ includes: sitkBinaryThresholdProjectionImageFilter.h
- 
Field SummaryFields inherited from class org.itk.simple.ProcessObjectswigCMemOwn
- 
Constructor SummaryConstructorsModifierConstructorDescriptionitk::simple::BinaryThresholdProjectionImageFilter::BinaryThresholdProjectionImageFilter() Default Constructor that takes no arguments and initializes default parametersprotectedBinaryThresholdProjectionImageFilter(long cPtr, boolean cMemoryOwn) 
- 
Method SummaryModifier and TypeMethodDescriptionvoiddelete()virtual itk::simple::BinaryThresholdProjectionImageFilter::~BinaryThresholdProjectionImageFilter() DestructorImage itk::simple::BinaryThresholdProjectionImageFilter::Execute(const Image &image1) Execute the filter on the input imageprotected voidfinalize()shortuint8_t itk::simple::BinaryThresholdProjectionImageFilter::GetBackgroundValue() const Set/Get the output value used as "background".protected static longshortuint8_t itk::simple::BinaryThresholdProjectionImageFilter::GetForegroundValue() const Set/Get the output value used as "foreground".getName()std::string itk::simple::BinaryThresholdProjectionImageFilter::GetName() const Name of this classlongunsigned int itk::simple::BinaryThresholdProjectionImageFilter::GetProjectionDimension() constdoubledouble itk::simple::BinaryThresholdProjectionImageFilter::GetThresholdValue() const Set/Get the input value consider as "threshold".voidsetBackgroundValue(short BackgroundValue) Self& itk::simple::BinaryThresholdProjectionImageFilter::SetBackgroundValue(uint8_t BackgroundValue) Set/Get the output value used as "background".voidsetForegroundValue(short ForegroundValue) Self& itk::simple::BinaryThresholdProjectionImageFilter::SetForegroundValue(uint8_t ForegroundValue) Set/Get the output value used as "foreground".voidsetProjectionDimension(long ProjectionDimension) Self& itk::simple::BinaryThresholdProjectionImageFilter::SetProjectionDimension(unsigned int ProjectionDimension)voidsetThresholdValue(double ThresholdValue) Self& itk::simple::BinaryThresholdProjectionImageFilter::SetThresholdValue(double ThresholdValue) Set/Get the input value consider as "threshold".protected static longtoString()std::string itk::simple::BinaryThresholdProjectionImageFilter::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- 
BinaryThresholdProjectionImageFilterprotected BinaryThresholdProjectionImageFilter(long cPtr, boolean cMemoryOwn) 
- 
BinaryThresholdProjectionImageFilterpublic BinaryThresholdProjectionImageFilter()itk::simple::BinaryThresholdProjectionImageFilter::BinaryThresholdProjectionImageFilter() 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::BinaryThresholdProjectionImageFilter::~BinaryThresholdProjectionImageFilter() Destructor- Overrides:
- deletein class- ImageFilter
 
- 
setProjectionDimensionpublic void setProjectionDimension(long ProjectionDimension) Self& itk::simple::BinaryThresholdProjectionImageFilter::SetProjectionDimension(unsigned int ProjectionDimension)
- 
getProjectionDimensionpublic long getProjectionDimension()unsigned int itk::simple::BinaryThresholdProjectionImageFilter::GetProjectionDimension() const
- 
setThresholdValuepublic void setThresholdValue(double ThresholdValue) Self& itk::simple::BinaryThresholdProjectionImageFilter::SetThresholdValue(double ThresholdValue) Set/Get the input value consider as "threshold". Defaults to NumericTraits<InputPixelType>::max()
- 
getThresholdValuepublic double getThresholdValue()double itk::simple::BinaryThresholdProjectionImageFilter::GetThresholdValue() const Set/Get the input value consider as "threshold". Defaults to NumericTraits<InputPixelType>::max()
- 
setForegroundValuepublic void setForegroundValue(short ForegroundValue) Self& itk::simple::BinaryThresholdProjectionImageFilter::SetForegroundValue(uint8_t ForegroundValue) Set/Get the output value used as "foreground". Defaults to maximum value of PixelType.
- 
getForegroundValuepublic short getForegroundValue()uint8_t itk::simple::BinaryThresholdProjectionImageFilter::GetForegroundValue() const Set/Get the output value used as "foreground". Defaults to maximum value of PixelType.
- 
setBackgroundValuepublic void setBackgroundValue(short BackgroundValue) Self& itk::simple::BinaryThresholdProjectionImageFilter::SetBackgroundValue(uint8_t BackgroundValue) Set/Get the output value used as "background". Defaults to NumericTraits<PixelType>::NonpositiveMin() .
- 
getBackgroundValuepublic short getBackgroundValue()uint8_t itk::simple::BinaryThresholdProjectionImageFilter::GetBackgroundValue() const Set/Get the output value used as "background". Defaults to NumericTraits<PixelType>::NonpositiveMin() .
- 
getNamestd::string itk::simple::BinaryThresholdProjectionImageFilter::GetName() const Name of this class- Overrides:
- getNamein class- ProcessObject
 
- 
toStringstd::string itk::simple::BinaryThresholdProjectionImageFilter::ToString() const Print ourselves out- Overrides:
- toStringin class- ProcessObject
 
- 
execute
 
-