Class BinaryProjectionImageFilter


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

      protected static long getCPtr(BinaryProjectionImageFilter obj)
    • swigRelease

      protected static long swigRelease(BinaryProjectionImageFilter obj)
    • finalize

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

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

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

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

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