A series of well-known filtering algorithms for images, linear and non-linear. More...
#include "Algorithm.h"#include "../raster/Raster.h"#include <boost/numeric/ublas/io.hpp>#include <boost/numeric/ublas/matrix.hpp>#include <vector>Go to the source code of this file.
Classes | |
| class | te::rp::Filter | 
| A series of well-known filtering algorithms for images, linear and non-linear..  More... | |
| class | te::rp::Filter::InputParameters | 
| Filter input parameters.  More... | |
| class | te::rp::Filter::OutputParameters | 
| Filter output parameters.  More... | |
Namespaces | |
| te | |
| URI C++ Library.  | |
| te::rp | |
| Namespace for Raster Processing module of TerraLib.  | |
A series of well-known filtering algorithms for images, linear and non-linear.
Definition in file Filter.h.