Class MeanProjectionImageFilter


public class MeanProjectionImageFilter extends ImageFilter
Mean 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 MinimumProjectionImageFilter StandardDeviationProjectionImageFilter SumProjectionImageFilter BinaryProjectionImageFilter MaximumProjectionImageFilter itk::simple::MeanProjection for the procedural interface itk::MeanProjectionImageFilter for the Doxygen on the original ITK class. C++ includes: sitkMeanProjectionImageFilter.h
  • Constructor Details

    • MeanProjectionImageFilter

      protected MeanProjectionImageFilter(long cPtr, boolean cMemoryOwn)
    • MeanProjectionImageFilter

      public MeanProjectionImageFilter()
      itk::simple::MeanProjectionImageFilter::MeanProjectionImageFilter() Default Constructor that takes no arguments and initializes default parameters
  • Method Details

    • getCPtr

      protected static long getCPtr(MeanProjectionImageFilter obj)
    • swigRelease

      protected static long swigRelease(MeanProjectionImageFilter obj)
    • finalize

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

      public void delete()
      virtual itk::simple::MeanProjectionImageFilter::~MeanProjectionImageFilter() Destructor
      Overrides:
      delete in class ImageFilter
    • setProjectionDimension

      public void setProjectionDimension(long ProjectionDimension)
      Self& itk::simple::MeanProjectionImageFilter::SetProjectionDimension(unsigned int ProjectionDimension)
    • getProjectionDimension

      public long getProjectionDimension()
      unsigned int itk::simple::MeanProjectionImageFilter::GetProjectionDimension() const
    • getName

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

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

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