Package org.itk.simple
Class BoxSigmaImageFilter
java.lang.Object
org.itk.simple.ProcessObject
org.itk.simple.ImageFilter
org.itk.simple.BoxSigmaImageFilter
Implements a fast rectangular sigma filter using the accumulator
approach.
This code was contributed in the Insight Journal paper: "Efficient
implementation of kernel filtering" by Beare R., Lehmann G https://www.insight-journal.org/browse/publication/160
Gaetan Lehmann
See:
itk::simple::BoxSigma for the procedural interface
itk::BoxSigmaImageFilter for the Doxygen on the original ITK class.
C++ includes: sitkBoxSigmaImageFilter.h
-
Field Summary
Fields inherited from class org.itk.simple.ProcessObject
swigCMemOwn
-
Constructor Summary
ConstructorsModifierConstructorDescriptionitk::simple::BoxSigmaImageFilter::BoxSigmaImageFilter() Default Constructor that takes no arguments and initializes default parametersprotected
BoxSigmaImageFilter
(long cPtr, boolean cMemoryOwn) -
Method Summary
Modifier and TypeMethodDescriptionvoid
delete()
virtual itk::simple::BoxSigmaImageFilter::~BoxSigmaImageFilter() DestructorImage itk::simple::BoxSigmaImageFilter::Execute(const Image &image1) Execute the filter on the input imageprotected void
finalize()
protected static long
getName()
std::string itk::simple::BoxSigmaImageFilter::GetName() const Name of this classstd::vector<unsigned int> itk::simple::BoxSigmaImageFilter::GetRadius() constvoid
setRadius
(long value) Self& itk::simple::BoxSigmaImageFilter::SetRadius(unsigned int value) Set the values of the Radius vector all to valuevoid
setRadius
(VectorUInt32 Radius) Self& itk::simple::BoxSigmaImageFilter::SetRadius(unsigned int value) Set the values of the Radius vector all to valueprotected static long
toString()
std::string itk::simple::BoxSigmaImageFilter::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
-
BoxSigmaImageFilter
protected BoxSigmaImageFilter(long cPtr, boolean cMemoryOwn) -
BoxSigmaImageFilter
public BoxSigmaImageFilter()itk::simple::BoxSigmaImageFilter::BoxSigmaImageFilter() 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::BoxSigmaImageFilter::~BoxSigmaImageFilter() Destructor- Overrides:
delete
in classImageFilter
-
setRadius
Self& itk::simple::BoxSigmaImageFilter::SetRadius(unsigned int value) Set the values of the Radius vector all to value -
setRadius
public void setRadius(long value) Self& itk::simple::BoxSigmaImageFilter::SetRadius(unsigned int value) Set the values of the Radius vector all to value -
getRadius
std::vector<unsigned int> itk::simple::BoxSigmaImageFilter::GetRadius() const -
getName
std::string itk::simple::BoxSigmaImageFilter::GetName() const Name of this class- Overrides:
getName
in classProcessObject
-
toString
std::string itk::simple::BoxSigmaImageFilter::ToString() const Print ourselves out- Overrides:
toString
in classProcessObject
-
execute
Image itk::simple::BoxSigmaImageFilter::Execute(const Image &image1) Execute the filter on the input image
-