Class DerivativeImageFilter
java.lang.Object
org.itk.simple.ProcessObject
org.itk.simple.ImageFilter
org.itk.simple.DerivativeImageFilter
Computes the directional derivative of an image. The directional
derivative at each pixel location is computed by convolution with a
derivative operator of user-specified order.
SetOrder specifies the order of the derivative.
SetDirection specifies the direction of the derivative with respect to
the coordinate axes of the image.
See:
 Image
 Neighborhood
 NeighborhoodOperator
 NeighborhoodIterator
 itk::simple::Derivative for the procedural interface
 itk::DerivativeImageFilter for the Doxygen on the original ITK class.
C++ includes: sitkDerivativeImageFilter.h
- 
Field SummaryFields inherited from class org.itk.simple.ProcessObjectswigCMemOwn
- 
Constructor SummaryConstructorsModifierConstructorDescriptionitk::simple::DerivativeImageFilter::DerivativeImageFilter() Default Constructor that takes no arguments and initializes default parametersprotectedDerivativeImageFilter(long cPtr, boolean cMemoryOwn) 
- 
Method SummaryModifier and TypeMethodDescriptionvoiddelete()virtual itk::simple::DerivativeImageFilter::~DerivativeImageFilter() DestructorImage itk::simple::DerivativeImageFilter::Execute(const Image &image1) Execute the filter on the input imageprotected voidfinalize()protected static longlongunsigned int itk::simple::DerivativeImageFilter::GetDirection() const The output pixel type must be signed.getName()std::string itk::simple::DerivativeImageFilter::GetName() const Name of this classlonggetOrder()unsigned int itk::simple::DerivativeImageFilter::GetOrder() const The output pixel type must be signed.booleanbool itk::simple::DerivativeImageFilter::GetUseImageSpacing() const Set/Get whether or not the filter will use the spacing of the input image in its calculations.voidsetDirection(long Direction) Self& itk::simple::DerivativeImageFilter::SetDirection(unsigned int Direction) The output pixel type must be signed.voidsetOrder(long Order) Self& itk::simple::DerivativeImageFilter::SetOrder(unsigned int Order) The output pixel type must be signed.voidsetUseImageSpacing(boolean UseImageSpacing) Self& itk::simple::DerivativeImageFilter::SetUseImageSpacing(bool UseImageSpacing) Set/Get whether or not the filter will use the spacing of the input image in its calculations.protected static longtoString()std::string itk::simple::DerivativeImageFilter::ToString() const Print ourselves outvoidSelf& itk::simple::DerivativeImageFilter::UseImageSpacingOff()voidSelf& itk::simple::DerivativeImageFilter::UseImageSpacingOn() Set the value of UseImageSpacing to true or false respectfully.Methods 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- 
DerivativeImageFilterprotected DerivativeImageFilter(long cPtr, boolean cMemoryOwn) 
- 
DerivativeImageFilterpublic DerivativeImageFilter()itk::simple::DerivativeImageFilter::DerivativeImageFilter() 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::DerivativeImageFilter::~DerivativeImageFilter() Destructor- Overrides:
- deletein class- ImageFilter
 
- 
setDirectionpublic void setDirection(long Direction) Self& itk::simple::DerivativeImageFilter::SetDirection(unsigned int Direction) The output pixel type must be signed. Standard get/set macros for filter parameters.
- 
getDirectionpublic long getDirection()unsigned int itk::simple::DerivativeImageFilter::GetDirection() const The output pixel type must be signed. Standard get/set macros for filter parameters.
- 
setOrderpublic void setOrder(long Order) Self& itk::simple::DerivativeImageFilter::SetOrder(unsigned int Order) The output pixel type must be signed. Standard get/set macros for filter parameters.
- 
getOrderpublic long getOrder()unsigned int itk::simple::DerivativeImageFilter::GetOrder() const The output pixel type must be signed. Standard get/set macros for filter parameters.
- 
setUseImageSpacingpublic void setUseImageSpacing(boolean UseImageSpacing) Self& itk::simple::DerivativeImageFilter::SetUseImageSpacing(bool UseImageSpacing) Set/Get whether or not the filter will use the spacing of the input image in its calculations. Use On to compute the derivatives in physical space; use Off to ignore the image spacing and to compute the derivatives in isotropic voxel space. Default is On.
- 
useImageSpacingOnpublic void useImageSpacingOn()Self& itk::simple::DerivativeImageFilter::UseImageSpacingOn() Set the value of UseImageSpacing to true or false respectfully.
- 
useImageSpacingOffpublic void useImageSpacingOff()Self& itk::simple::DerivativeImageFilter::UseImageSpacingOff()
- 
getUseImageSpacingpublic boolean getUseImageSpacing()bool itk::simple::DerivativeImageFilter::GetUseImageSpacing() const Set/Get whether or not the filter will use the spacing of the input image in its calculations. Use On to compute the derivatives in physical space; use Off to ignore the image spacing and to compute the derivatives in isotropic voxel space. Default is On.
- 
getNamestd::string itk::simple::DerivativeImageFilter::GetName() const Name of this class- Overrides:
- getNamein class- ProcessObject
 
- 
toStringstd::string itk::simple::DerivativeImageFilter::ToString() const Print ourselves out- Overrides:
- toStringin class- ProcessObject
 
- 
execute
 
-