SimpleITK  1.0.1
Classes | Namespaces | Functions
sitkDerivativeImageFilter.h File Reference
#include <memory>
#include "sitkBasicFilters.h"
#include "sitkImageFilter.h"
+ Include dependency graph for sitkDerivativeImageFilter.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  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. More...
 

Namespaces

 itk
 
 itk::simple
 

Functions

Image itk::simple::Derivative (const Image &image1, unsigned int direction=0u, unsigned int order=1u, bool useImageSpacing=true)
 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. More...