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...
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. | |
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.