Package org.itk.simple
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://www.insight-journal.org/browse/publication/71
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 Summary
Fields inherited from class org.itk.simple.ProcessObject
swigCMemOwn
-
Constructor Summary
ConstructorsModifierConstructorDescriptionitk::simple::BinaryThresholdProjectionImageFilter::BinaryThresholdProjectionImageFilter() Default Constructor that takes no arguments and initializes default parametersprotected
BinaryThresholdProjectionImageFilter
(long cPtr, boolean cMemoryOwn) -
Method Summary
Modifier and TypeMethodDescriptionvoid
delete()
virtual itk::simple::BinaryThresholdProjectionImageFilter::~BinaryThresholdProjectionImageFilter() DestructorImage itk::simple::BinaryThresholdProjectionImageFilter::Execute(const Image &image1) Execute the filter on the input imageprotected void
finalize()
short
uint8_t itk::simple::BinaryThresholdProjectionImageFilter::GetBackgroundValue() const Set/Get the output value used as "background".protected static long
short
uint8_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 classlong
unsigned int itk::simple::BinaryThresholdProjectionImageFilter::GetProjectionDimension() constdouble
double itk::simple::BinaryThresholdProjectionImageFilter::GetThresholdValue() const Set/Get the input value consider as "threshold".void
setBackgroundValue
(short BackgroundValue) Self& itk::simple::BinaryThresholdProjectionImageFilter::SetBackgroundValue(uint8_t BackgroundValue) Set/Get the output value used as "background".void
setForegroundValue
(short ForegroundValue) Self& itk::simple::BinaryThresholdProjectionImageFilter::SetForegroundValue(uint8_t ForegroundValue) Set/Get the output value used as "foreground".void
setProjectionDimension
(long ProjectionDimension) Self& itk::simple::BinaryThresholdProjectionImageFilter::SetProjectionDimension(unsigned int ProjectionDimension)void
setThresholdValue
(double ThresholdValue) Self& itk::simple::BinaryThresholdProjectionImageFilter::SetThresholdValue(double ThresholdValue) Set/Get the input value consider as "threshold".protected static long
toString()
std::string itk::simple::BinaryThresholdProjectionImageFilter::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
-
BinaryThresholdProjectionImageFilter
protected BinaryThresholdProjectionImageFilter(long cPtr, boolean cMemoryOwn) -
BinaryThresholdProjectionImageFilter
public BinaryThresholdProjectionImageFilter()itk::simple::BinaryThresholdProjectionImageFilter::BinaryThresholdProjectionImageFilter() 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::BinaryThresholdProjectionImageFilter::~BinaryThresholdProjectionImageFilter() Destructor- Overrides:
delete
in classImageFilter
-
setProjectionDimension
public void setProjectionDimension(long ProjectionDimension) Self& itk::simple::BinaryThresholdProjectionImageFilter::SetProjectionDimension(unsigned int ProjectionDimension) -
getProjectionDimension
public long getProjectionDimension()unsigned int itk::simple::BinaryThresholdProjectionImageFilter::GetProjectionDimension() const -
setThresholdValue
public void setThresholdValue(double ThresholdValue) Self& itk::simple::BinaryThresholdProjectionImageFilter::SetThresholdValue(double ThresholdValue) Set/Get the input value consider as "threshold". Defaults to NumericTraits<InputPixelType>::max() -
getThresholdValue
public double getThresholdValue()double itk::simple::BinaryThresholdProjectionImageFilter::GetThresholdValue() const Set/Get the input value consider as "threshold". Defaults to NumericTraits<InputPixelType>::max() -
setForegroundValue
public 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. -
getForegroundValue
public short getForegroundValue()uint8_t itk::simple::BinaryThresholdProjectionImageFilter::GetForegroundValue() const Set/Get the output value used as "foreground". Defaults to maximum value of PixelType. -
setBackgroundValue
public 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() . -
getBackgroundValue
public short getBackgroundValue()uint8_t itk::simple::BinaryThresholdProjectionImageFilter::GetBackgroundValue() const Set/Get the output value used as "background". Defaults to NumericTraits<PixelType>::NonpositiveMin() . -
getName
std::string itk::simple::BinaryThresholdProjectionImageFilter::GetName() const Name of this class- Overrides:
getName
in classProcessObject
-
toString
std::string itk::simple::BinaryThresholdProjectionImageFilter::ToString() const Print ourselves out- Overrides:
toString
in classProcessObject
-
execute
Image itk::simple::BinaryThresholdProjectionImageFilter::Execute(const Image &image1) Execute the filter on the input image
-