#include <memory>
#include "sitkBasicFilters.h"
#include "sitkImageFilter.h"
Go to the source code of this file.
|
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...
|
|
|
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...
|
|