Package org.itk.simple
Class MeanProjectionImageFilter
java.lang.Object
org.itk.simple.ProcessObject
org.itk.simple.ImageFilter
org.itk.simple.MeanProjectionImageFilter
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
-
Field Summary
Fields inherited from class org.itk.simple.ProcessObject
swigCMemOwn
-
Constructor Summary
ConstructorsModifierConstructorDescriptionitk::simple::MeanProjectionImageFilter::MeanProjectionImageFilter() Default Constructor that takes no arguments and initializes default parametersprotected
MeanProjectionImageFilter
(long cPtr, boolean cMemoryOwn) -
Method Summary
Modifier and TypeMethodDescriptionvoid
delete()
virtual itk::simple::MeanProjectionImageFilter::~MeanProjectionImageFilter() DestructorImage itk::simple::MeanProjectionImageFilter::Execute(const Image &image1) Execute the filter on the input imageprotected void
finalize()
protected static long
getName()
std::string itk::simple::MeanProjectionImageFilter::GetName() const Name of this classlong
unsigned int itk::simple::MeanProjectionImageFilter::GetProjectionDimension() constvoid
setProjectionDimension
(long ProjectionDimension) Self& itk::simple::MeanProjectionImageFilter::SetProjectionDimension(unsigned int ProjectionDimension)protected static long
toString()
std::string itk::simple::MeanProjectionImageFilter::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
-
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
-
swigRelease
-
finalize
protected void finalize()- Overrides:
finalize
in classImageFilter
-
delete
public void delete()virtual itk::simple::MeanProjectionImageFilter::~MeanProjectionImageFilter() Destructor- Overrides:
delete
in classImageFilter
-
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
std::string itk::simple::MeanProjectionImageFilter::GetName() const Name of this class- Overrides:
getName
in classProcessObject
-
toString
std::string itk::simple::MeanProjectionImageFilter::ToString() const Print ourselves out- Overrides:
toString
in classProcessObject
-
execute
Image itk::simple::MeanProjectionImageFilter::Execute(const Image &image1) Execute the filter on the input image
-