Package org.itk.simple
Class LaplacianRecursiveGaussianImageFilter
java.lang.Object
org.itk.simple.ProcessObject
org.itk.simple.ImageFilter
org.itk.simple.LaplacianRecursiveGaussianImageFilter
Computes the Laplacian of Gaussian (LoG) of an image.
Computes the Laplacian of Gaussian (LoG) of an image by convolution
with the second derivative of a Gaussian. This filter is implemented
using the recursive gaussian filters.
See:
itk::simple::LaplacianRecursiveGaussian for the procedural interface
itk::LaplacianRecursiveGaussianImageFilter for the Doxygen on the original ITK class.
C++ includes: sitkLaplacianRecursiveGaussianImageFilter.h
-
Field Summary
Fields inherited from class org.itk.simple.ProcessObject
swigCMemOwn
-
Constructor Summary
ConstructorsModifierConstructorDescriptionitk::simple::LaplacianRecursiveGaussianImageFilter::LaplacianRecursiveGaussianImageFilter() Default Constructor that takes no arguments and initializes default parametersprotected
LaplacianRecursiveGaussianImageFilter
(long cPtr, boolean cMemoryOwn) -
Method Summary
Modifier and TypeMethodDescriptionvoid
delete()
virtual itk::simple::LaplacianRecursiveGaussianImageFilter::~LaplacianRecursiveGaussianImageFilter() DestructorImage itk::simple::LaplacianRecursiveGaussianImageFilter::Execute(const Image &image1) Execute the filter on the input imageprotected void
finalize()
protected static long
getName()
std::string itk::simple::LaplacianRecursiveGaussianImageFilter::GetName() const Name of this classboolean
bool itk::simple::LaplacianRecursiveGaussianImageFilter::GetNormalizeAcrossScale() const Define which normalization factor will be used for the Gaussian See: RecursiveGaussianImageFilter::SetNormalizeAcrossScaledouble
getSigma()
double itk::simple::LaplacianRecursiveGaussianImageFilter::GetSigma() const Set/Get Sigma value.void
Self& itk::simple::LaplacianRecursiveGaussianImageFilter::NormalizeAcrossScaleOff()void
Self& itk::simple::LaplacianRecursiveGaussianImageFilter::NormalizeAcrossScaleOn() Set the value of NormalizeAcrossScale to true or false respectfully.void
setNormalizeAcrossScale
(boolean NormalizeAcrossScale) Self& itk::simple::LaplacianRecursiveGaussianImageFilter::SetNormalizeAcrossScale(bool NormalizeAcrossScale) Define which normalization factor will be used for the Gaussian See: RecursiveGaussianImageFilter::SetNormalizeAcrossScalevoid
setSigma
(double Sigma) Self& itk::simple::LaplacianRecursiveGaussianImageFilter::SetSigma(double Sigma) Set/Get Sigma value.protected static long
toString()
std::string itk::simple::LaplacianRecursiveGaussianImageFilter::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
-
LaplacianRecursiveGaussianImageFilter
protected LaplacianRecursiveGaussianImageFilter(long cPtr, boolean cMemoryOwn) -
LaplacianRecursiveGaussianImageFilter
public LaplacianRecursiveGaussianImageFilter()itk::simple::LaplacianRecursiveGaussianImageFilter::LaplacianRecursiveGaussianImageFilter() 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::LaplacianRecursiveGaussianImageFilter::~LaplacianRecursiveGaussianImageFilter() Destructor- Overrides:
delete
in classImageFilter
-
setSigma
public void setSigma(double Sigma) Self& itk::simple::LaplacianRecursiveGaussianImageFilter::SetSigma(double Sigma) Set/Get Sigma value. Sigma is measured in the units of image spacing. -
getSigma
public double getSigma()double itk::simple::LaplacianRecursiveGaussianImageFilter::GetSigma() const Set/Get Sigma value. Sigma is measured in the units of image spacing. -
setNormalizeAcrossScale
public void setNormalizeAcrossScale(boolean NormalizeAcrossScale) Self& itk::simple::LaplacianRecursiveGaussianImageFilter::SetNormalizeAcrossScale(bool NormalizeAcrossScale) Define which normalization factor will be used for the Gaussian See: RecursiveGaussianImageFilter::SetNormalizeAcrossScale -
normalizeAcrossScaleOn
public void normalizeAcrossScaleOn()Self& itk::simple::LaplacianRecursiveGaussianImageFilter::NormalizeAcrossScaleOn() Set the value of NormalizeAcrossScale to true or false respectfully. -
normalizeAcrossScaleOff
public void normalizeAcrossScaleOff()Self& itk::simple::LaplacianRecursiveGaussianImageFilter::NormalizeAcrossScaleOff() -
getNormalizeAcrossScale
public boolean getNormalizeAcrossScale()bool itk::simple::LaplacianRecursiveGaussianImageFilter::GetNormalizeAcrossScale() const Define which normalization factor will be used for the Gaussian See: RecursiveGaussianImageFilter::SetNormalizeAcrossScale -
getName
std::string itk::simple::LaplacianRecursiveGaussianImageFilter::GetName() const Name of this class- Overrides:
getName
in classProcessObject
-
toString
std::string itk::simple::LaplacianRecursiveGaussianImageFilter::ToString() const Print ourselves out- Overrides:
toString
in classProcessObject
-
execute
Image itk::simple::LaplacianRecursiveGaussianImageFilter::Execute(const Image &image1) Execute the filter on the input image
-