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 SummaryFields inherited from class org.itk.simple.ProcessObjectswigCMemOwn
- 
Constructor SummaryConstructorsModifierConstructorDescriptionitk::simple::LaplacianRecursiveGaussianImageFilter::LaplacianRecursiveGaussianImageFilter() Default Constructor that takes no arguments and initializes default parametersprotectedLaplacianRecursiveGaussianImageFilter(long cPtr, boolean cMemoryOwn) 
- 
Method SummaryModifier and TypeMethodDescriptionvoiddelete()virtual itk::simple::LaplacianRecursiveGaussianImageFilter::~LaplacianRecursiveGaussianImageFilter() DestructorImage itk::simple::LaplacianRecursiveGaussianImageFilter::Execute(const Image &image1) Execute the filter on the input imageprotected voidfinalize()protected static longgetName()std::string itk::simple::LaplacianRecursiveGaussianImageFilter::GetName() const Name of this classbooleanbool itk::simple::LaplacianRecursiveGaussianImageFilter::GetNormalizeAcrossScale() const Define which normalization factor will be used for the Gaussian See: RecursiveGaussianImageFilter::SetNormalizeAcrossScaledoublegetSigma()double itk::simple::LaplacianRecursiveGaussianImageFilter::GetSigma() const Set/Get Sigma value.voidSelf& itk::simple::LaplacianRecursiveGaussianImageFilter::NormalizeAcrossScaleOff()voidSelf& itk::simple::LaplacianRecursiveGaussianImageFilter::NormalizeAcrossScaleOn() Set the value of NormalizeAcrossScale to true or false respectfully.voidsetNormalizeAcrossScale(boolean NormalizeAcrossScale) Self& itk::simple::LaplacianRecursiveGaussianImageFilter::SetNormalizeAcrossScale(bool NormalizeAcrossScale) Define which normalization factor will be used for the Gaussian See: RecursiveGaussianImageFilter::SetNormalizeAcrossScalevoidsetSigma(double Sigma) Self& itk::simple::LaplacianRecursiveGaussianImageFilter::SetSigma(double Sigma) Set/Get Sigma value.protected static longtoString()std::string itk::simple::LaplacianRecursiveGaussianImageFilter::ToString() const Print ourselves outMethods inherited from class org.itk.simple.ImageFiltergetCPtr, swigReleaseMethods inherited from class org.itk.simple.ProcessObjectabort, 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- 
LaplacianRecursiveGaussianImageFilterprotected LaplacianRecursiveGaussianImageFilter(long cPtr, boolean cMemoryOwn) 
- 
LaplacianRecursiveGaussianImageFilterpublic LaplacianRecursiveGaussianImageFilter()itk::simple::LaplacianRecursiveGaussianImageFilter::LaplacianRecursiveGaussianImageFilter() Default Constructor that takes no arguments and initializes default parameters
 
- 
- 
Method Details- 
getCPtr
- 
swigRelease
- 
finalizeprotected void finalize()- Overrides:
- finalizein class- ImageFilter
 
- 
deletepublic void delete()virtual itk::simple::LaplacianRecursiveGaussianImageFilter::~LaplacianRecursiveGaussianImageFilter() Destructor- Overrides:
- deletein class- ImageFilter
 
- 
setSigmapublic void setSigma(double Sigma) Self& itk::simple::LaplacianRecursiveGaussianImageFilter::SetSigma(double Sigma) Set/Get Sigma value. Sigma is measured in the units of image spacing.
- 
getSigmapublic double getSigma()double itk::simple::LaplacianRecursiveGaussianImageFilter::GetSigma() const Set/Get Sigma value. Sigma is measured in the units of image spacing.
- 
setNormalizeAcrossScalepublic void setNormalizeAcrossScale(boolean NormalizeAcrossScale) Self& itk::simple::LaplacianRecursiveGaussianImageFilter::SetNormalizeAcrossScale(bool NormalizeAcrossScale) Define which normalization factor will be used for the Gaussian See: RecursiveGaussianImageFilter::SetNormalizeAcrossScale
- 
normalizeAcrossScaleOnpublic void normalizeAcrossScaleOn()Self& itk::simple::LaplacianRecursiveGaussianImageFilter::NormalizeAcrossScaleOn() Set the value of NormalizeAcrossScale to true or false respectfully.
- 
normalizeAcrossScaleOffpublic void normalizeAcrossScaleOff()Self& itk::simple::LaplacianRecursiveGaussianImageFilter::NormalizeAcrossScaleOff()
- 
getNormalizeAcrossScalepublic boolean getNormalizeAcrossScale()bool itk::simple::LaplacianRecursiveGaussianImageFilter::GetNormalizeAcrossScale() const Define which normalization factor will be used for the Gaussian See: RecursiveGaussianImageFilter::SetNormalizeAcrossScale
- 
getNamestd::string itk::simple::LaplacianRecursiveGaussianImageFilter::GetName() const Name of this class- Overrides:
- getNamein class- ProcessObject
 
- 
toStringstd::string itk::simple::LaplacianRecursiveGaussianImageFilter::ToString() const Print ourselves out- Overrides:
- toStringin class- ProcessObject
 
- 
execute
 
-