Package org.itk.simple
Class BinaryProjectionImageFilter
java.lang.Object
org.itk.simple.ProcessObject
org.itk.simple.ImageFilter
org.itk.simple.BinaryProjectionImageFilter
Binary 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::BinaryProjection for the procedural interface
itk::BinaryProjectionImageFilter for the Doxygen on the original ITK class.
C++ includes: sitkBinaryProjectionImageFilter.h
-
Field Summary
Fields inherited from class org.itk.simple.ProcessObject
swigCMemOwn
-
Constructor Summary
ConstructorsModifierConstructorDescriptionitk::simple::BinaryProjectionImageFilter::BinaryProjectionImageFilter() Default Constructor that takes no arguments and initializes default parametersprotected
BinaryProjectionImageFilter
(long cPtr, boolean cMemoryOwn) -
Method Summary
Modifier and TypeMethodDescriptionvoid
delete()
virtual itk::simple::BinaryProjectionImageFilter::~BinaryProjectionImageFilter() DestructorImage itk::simple::BinaryProjectionImageFilter::Execute(const Image &image1) Execute the filter on the input imageprotected void
finalize()
double
double itk::simple::BinaryProjectionImageFilter::GetBackgroundValue() const Get the value used as "background".protected static long
double
double itk::simple::BinaryProjectionImageFilter::GetForegroundValue() const Get the value in the image considered as "foreground".getName()
std::string itk::simple::BinaryProjectionImageFilter::GetName() const Name of this classlong
unsigned int itk::simple::BinaryProjectionImageFilter::GetProjectionDimension() constvoid
setBackgroundValue
(double BackgroundValue) Self& itk::simple::BinaryProjectionImageFilter::SetBackgroundValue(double BackgroundValue) Set the value used as "background".void
setForegroundValue
(double ForegroundValue) Self& itk::simple::BinaryProjectionImageFilter::SetForegroundValue(double ForegroundValue) Set the value in the image to consider as "foreground".void
setProjectionDimension
(long ProjectionDimension) Self& itk::simple::BinaryProjectionImageFilter::SetProjectionDimension(unsigned int ProjectionDimension)protected static long
toString()
std::string itk::simple::BinaryProjectionImageFilter::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
-
BinaryProjectionImageFilter
protected BinaryProjectionImageFilter(long cPtr, boolean cMemoryOwn) -
BinaryProjectionImageFilter
public BinaryProjectionImageFilter()itk::simple::BinaryProjectionImageFilter::BinaryProjectionImageFilter() 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::BinaryProjectionImageFilter::~BinaryProjectionImageFilter() Destructor- Overrides:
delete
in classImageFilter
-
setProjectionDimension
public void setProjectionDimension(long ProjectionDimension) Self& itk::simple::BinaryProjectionImageFilter::SetProjectionDimension(unsigned int ProjectionDimension) -
getProjectionDimension
public long getProjectionDimension()unsigned int itk::simple::BinaryProjectionImageFilter::GetProjectionDimension() const -
setForegroundValue
public void setForegroundValue(double ForegroundValue) Self& itk::simple::BinaryProjectionImageFilter::SetForegroundValue(double ForegroundValue) Set the value in the image to consider as "foreground". Defaults to maximum value of PixelType. Subclasses may alias this to DilateValue or ErodeValue. -
getForegroundValue
public double getForegroundValue()double itk::simple::BinaryProjectionImageFilter::GetForegroundValue() const Get the value in the image considered as "foreground". Defaults to maximum value of PixelType. -
setBackgroundValue
public void setBackgroundValue(double BackgroundValue) Self& itk::simple::BinaryProjectionImageFilter::SetBackgroundValue(double BackgroundValue) Set the value used as "background". Any pixel value which is not DilateValue is considered background. BackgroundValue is used for defining boundary conditions. Defaults to NumericTraits<PixelType>::NonpositiveMin() . -
getBackgroundValue
public double getBackgroundValue()double itk::simple::BinaryProjectionImageFilter::GetBackgroundValue() const Get the value used as "background". Any pixel value which is not DilateValue is considered background. BackgroundValue is used for defining boundary conditions. Defaults to NumericTraits<PixelType>::NonpositiveMin() . -
getName
std::string itk::simple::BinaryProjectionImageFilter::GetName() const Name of this class- Overrides:
getName
in classProcessObject
-
toString
std::string itk::simple::BinaryProjectionImageFilter::ToString() const Print ourselves out- Overrides:
toString
in classProcessObject
-
execute
Image itk::simple::BinaryProjectionImageFilter::Execute(const Image &image1) Execute the filter on the input image
-