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

Implementation of the local sum filter. More...

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

Go to the source code of this file.

Data Structures

class  atb::LocalSumFilter< DataT, Dim >
 The LocalSumFilter class is a box filter with a filter kernel containing only ones. More...
 

Namespaces

 atb
 

Detailed Description

Implementation of the local sum filter.

At each position the local sum in a specified box-shaped neighborhood is computed and returned.

Definition in file LocalSumFilter.hh.