Class BinaryThresholdProjectionImageFilter

java.lang.Object
org.itk.simple.ProcessObject
org.itk.simple.ImageFilter
org.itk.simple.BinaryThresholdProjectionImageFilter

public class BinaryThresholdProjectionImageFilter extends ImageFilter
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
  • 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

      protected static long getCPtr(BinaryThresholdProjectionImageFilter obj)
    • swigRelease

      protected static long swigRelease(BinaryThresholdProjectionImageFilter obj)
    • finalize

      protected void finalize()
      Overrides:
      finalize in class ImageFilter
    • delete

      public void delete()
      virtual itk::simple::BinaryThresholdProjectionImageFilter::~BinaryThresholdProjectionImageFilter() Destructor
      Overrides:
      delete in class ImageFilter
    • 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

      public String getName()
      std::string itk::simple::BinaryThresholdProjectionImageFilter::GetName() const Name of this class
      Overrides:
      getName in class ProcessObject
    • toString

      public String toString()
      std::string itk::simple::BinaryThresholdProjectionImageFilter::ToString() const Print ourselves out
      Overrides:
      toString in class ProcessObject
    • execute

      public Image execute(Image image1)
      Image itk::simple::BinaryThresholdProjectionImageFilter::Execute(const Image &image1) Execute the filter on the input image