A series of well-known filtering algorithms for images, linear and non-linear. More...
#include "Filter.h"#include "Macros.h"#include "Functions.h"#include "../statistics/core/SummaryFunctions.h"#include "../raster/RasterFactory.h"#include "../raster/BandProperty.h"#include "../raster/Grid.h"#include "../raster/Band.h"#include "../raster/BandIterator.h"#include "../raster/BandIteratorWindow.h"#include "../common/progress/TaskProgress.h"#include <memory>#include <cmath>Go to the source code of this file.
| 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.cpp.