Creation of skeleton imagems. More...
#include "Algorithm.h"
#include "Matrix.h"
#include "../raster/Raster.h"
#include "../raster/Interpolator.h"
#include "../raster/RasterSynchronizer.h"
#include <vector>
#include <string>
#include <map>
#include <limits>
#include <memory>
Go to the source code of this file.
Classes | |
class | te::rp::IHSFusion |
Fusion of a low-resolution multi-band image with a high resolution image using the IHS method. More... | |
class | te::rp::IHSFusion::InputParameters |
IHSFusion input parameters. More... | |
struct | te::rp::IHSFusion::LoadUpsampledIHSDataThreadParameters |
class | te::rp::IHSFusion::OutputParameters |
IHSFusion output parameters. More... | |
struct | te::rp::IHSFusion::SaveRGBDataThreadParameters |
struct | te::rp::IHSFusion::SwapIntensityThreadParameters |
Namespaces | |
te | |
TerraLib. | |
te::rp | |
Namespace for Raster Processing module of TerraLib. | |
Creation of skeleton imagems.
Definition in file IHSFusion.h.