BandIteratorWindow.h File Reference

It implements and iterator to "navigate" over a single band, optimized by a window structure (e.g. 3x3, 5x5, etc). Examples include filters, moving windows, morphology, etc. More...

#include "../common/STLUtils.h"
#include "Band.h"
#include "BandProperty.h"

Go to the source code of this file.

Classes

class  te::rst::BandIteratorWindow< T >
 It implements and iterator to "navigate" over a single band, optimized by a window structure (e.g. 3x3, 5x5, etc). Examples include filters, moving windows, morphology, etc. More...
 

Namespaces

 te
 URI C++ Library.
 
 te::rst
 Namespace for the Raster module of TerraLib.
 

Detailed Description

It implements and iterator to "navigate" over a single band, optimized by a window structure (e.g. 3x3, 5x5, etc). Examples include filters, moving windows, morphology, etc.

Definition in file BandIteratorWindow.h.