iRoCS Toolbox  1.1.0
Data Structures | Namespaces
CentralGradientFilter.hh File Reference

The Implementation of the filter computing the gradient of the input data using central differences. More...

#include <config.hh>
#include "SeparableFilter.hh"
#include "CentralGradientFilter.icc"
Include dependency graph for CentralGradientFilter.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  atb::CentralGradientFilter< DataT, Dim >
 The CentralGradientFilter class implements the SeparableFilter interface and provides gradient computation using central differences. More...
 

Namespaces

 atb
 

Detailed Description

The Implementation of the filter computing the gradient of the input data using central differences.

Definition in file CentralGradientFilter.hh.