Loading...
Searching...
No Matches
rp_fw.h
Go to the documentation of this file.
1/* Copyright (C) 2008 National Institute For Space Research (INPE) - Brazil.
2
3 This file is part of the TerraLib - a Framework for building GIS enabled applications.
4
5 TerraLib is free software: you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published by
7 the Free Software Foundation, either version 3 of the License,
8 or (at your option) any later version.
9
10 TerraLib is distributed in the hope that it will be useful,
11 but WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 GNU General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with TerraLib. See COPYING. If not, write to
17 TerraLib Team at <terralib-team@terralib.org>.
18 */
19
20/*!
21 \file terralib/rp_fw.h
22
23 \brief This file contains forward declarations for the TerraLib Raster Processing module.
24*/
25
26#ifndef __TERRALIB_FW_INTERNAL_RP_FW_H
27#define __TERRALIB_FW_INTERNAL_RP_FW_H
29
30namespace te
31{
32 namespace rp
33 {
34 class AbstractFeeder;
35 class Algorithm;
39 class Blender;
40 class Classifier;
51 class Contrast;
56 class Filter;
57 class GeoMosaic;
58 class IHSFusion;
59 template< typename TemplateElementType > class Matrix;
60 class MixtureModel;
65 class Module;
66 class PCAFusion;
67 class RasterAttributes;
68 class RasterHandler;
69 class Register;
70 class Restoration;
71 class Segmenter;
76 class SegmenterRegionGrowingStrategy;
81 class SequenceMosaic;
82 class Skeleton;
84 struct Texture;
85 class TiePointsLocator;
90 class TiePointsMosaic;
91 class WisperFusion;
92
93 namespace radar
94 {
95
96
97 }
98 }
99}
100
101#endif // __TERRALIB_FW_INTERNAL_RP_FW_H
Radar Raster Processing functions.
Abstract objects feeder.
Raster Processing algorithm input parameters base interface.
Raster Processing algorithm output parameters base interface.
Raster Processing algorithm base interface.
Definition Algorithm.h:42
Performs arithmetic operation over raster data.
Blended pixel value calculation for two overlaped rasters.
Definition Blender.h:61
Dummy strategy (just for testing purposes).
EM strategy for pixel-based classification. This is an unsupervised and pixel-based classification al...
ISOSeg strategy for OBIA classification. The algorithm orders regions by area (larger first),...
KMeans strategy for image classification. Step-by-step:
Maximum a posteriori probability strategy.
A maximum likelihood estimation strategy for classification (a.k.a. MaxVer in portuguese).
Spectral Angle Mapper classification strategy.
Raster classifier strategy factory base class.
Raster classifier strategy base class.
Raster classification.
Definition Classifier.h:69
Contrast enhancement.
Definition Contrast.h:58
A feeder from an input directory name.
A feeder from a input rasters vector;.
Feeder from a input rasters.
A series of well-known filtering algorithms for images, linear and non-linear..
Definition Filter.h:48
Create a mosaic from a set of geo-referenced rasters.
Definition GeoMosaic.h:54
Fusion of a low-resolution multi-band image with a high resolution image using the IHS method.
Definition IHSFusion.h:60
A generic template matrix.
Definition Matrix.h:55
Raster Mixture model strategy factory base class.
Raster mixture model strategy base class.
Raster decomposition using mixture model.
This singleton defines the TerraLib Raster Processing module entry.
Definition Module.h:49
Fusion of a low-resolution multi-band image with a high resolution image using the PCA (Principal com...
Definition PCAFusion.h:54
Extraction of attributes from Raster, Bands, and Polygons.
Performs raster data registering into a SRS using a set of tie points.
Definition Register.h:49
This class implements the combining interpolation and restoration operation.
Definition Restoration.h:48
Dummy strategy (just for testing purposes).
Segmenter segments IDs manager.
Segmenter segments block description class.
Raster segmenter strategy factory base class.
Raster segmenter strategy base class.
Raster segmentation.
Definition Segmenter.h:74
Create mosaics from a sequence of overlapped rasters using an automatic tie-points detection method.
Creation of skeleton images.
Definition Skeleton.h:71
Raster strategy parameters base class.
Tie points locator.
Create a mosaic from a set of rasters using tie-points.
Fusion of a low-resolution multi-band image with a high resolution image using the WiSpeR method.
Namespace for Radar Raster Processing.
Definition rp.h:144
Namespace for Raster Processing module of TerraLib.
TerraLib.
A structure to hold the set of GLCM metrics.
Definition Texture.h:45