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

The Implementation of the filter computing the Laplacian of the input data using Forward-backward-differences. More...

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

Go to the source code of this file.

Data Structures

class  atb::LaplacianFilter< DataT, Dim >
 The LaplacianFilter class implements the Filter interface and provides laplacian computation using forward-backward differences. More...
 

Namespaces

 atb
 

Detailed Description

The Implementation of the filter computing the Laplacian of the input data using Forward-backward-differences.

Definition in file LaplacianFilter.hh.