Package org.itk.simple
Class NoiseImageFilter
java.lang.Object
org.itk.simple.ProcessObject
org.itk.simple.ImageFilter
org.itk.simple.NoiseImageFilter
Calculate the local noise in an image.
Computes an image where a given pixel is the standard deviation of the
pixels in a neighborhood about the corresponding input pixel. This
serves as an estimate of the local noise (or texture) in an image.
Currently, this noise estimate assume a piecewise constant image. This
filter should be extended to fitting a (hyper) plane to the
neighborhood and calculating the standard deviation of the residuals
to this (hyper) plane.
See:
Image
Neighborhood
NeighborhoodOperator
NeighborhoodIterator
itk::simple::Noise for the procedural interface
itk::NoiseImageFilter for the Doxygen on the original ITK class.
C++ includes: sitkNoiseImageFilter.h
-
Field Summary
Fields inherited from class org.itk.simple.ProcessObject
swigCMemOwn
-
Constructor Summary
ConstructorsModifierConstructorDescriptionitk::simple::NoiseImageFilter::NoiseImageFilter() Default Constructor that takes no arguments and initializes default parametersprotected
NoiseImageFilter
(long cPtr, boolean cMemoryOwn) -
Method Summary
Modifier and TypeMethodDescriptionvoid
delete()
virtual itk::simple::NoiseImageFilter::~NoiseImageFilter() DestructorImage itk::simple::NoiseImageFilter::Execute(const Image &image1) Execute the filter on the input imageprotected void
finalize()
protected static long
getCPtr
(NoiseImageFilter obj) getName()
std::string itk::simple::NoiseImageFilter::GetName() const Name of this classstd::vector<unsigned int> itk::simple::NoiseImageFilter::GetRadius() constvoid
setRadius
(long value) Self& itk::simple::NoiseImageFilter::SetRadius(unsigned int value) Set the values of the Radius vector all to valuevoid
setRadius
(VectorUInt32 Radius) Self& itk::simple::NoiseImageFilter::SetRadius(unsigned int value) Set the values of the Radius vector all to valueprotected static long
toString()
std::string itk::simple::NoiseImageFilter::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
-
NoiseImageFilter
protected NoiseImageFilter(long cPtr, boolean cMemoryOwn) -
NoiseImageFilter
public NoiseImageFilter()itk::simple::NoiseImageFilter::NoiseImageFilter() 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::NoiseImageFilter::~NoiseImageFilter() Destructor- Overrides:
delete
in classImageFilter
-
setRadius
Self& itk::simple::NoiseImageFilter::SetRadius(unsigned int value) Set the values of the Radius vector all to value -
setRadius
public void setRadius(long value) Self& itk::simple::NoiseImageFilter::SetRadius(unsigned int value) Set the values of the Radius vector all to value -
getRadius
std::vector<unsigned int> itk::simple::NoiseImageFilter::GetRadius() const -
getName
std::string itk::simple::NoiseImageFilter::GetName() const Name of this class- Overrides:
getName
in classProcessObject
-
toString
std::string itk::simple::NoiseImageFilter::ToString() const Print ourselves out- Overrides:
toString
in classProcessObject
-
execute
Image itk::simple::NoiseImageFilter::Execute(const Image &image1) Execute the filter on the input image
-