Skip to content
Snippets Groups Projects
Commit e0fcb320 authored by Jonathan Guinet's avatar Jonathan Guinet
Browse files

ENH: generic tags in appli documention are available.

parent cfc466a3
Branches
Tags
No related merge requests found
......@@ -24,6 +24,7 @@
#include "itkObjectFactory.h"
#include "otbWrapperTypes.h"
#include "otbWrapperTags.h"
#include "otbWrapperParameterGroup.h"
#include "itkLogger.h"
......
/*=========================================================================
Program: ORFEO Toolbox
Language: C++
Date: $Date$
Version: $Revision$
Copyright (c) Centre National d'Etudes Spatiales. All rights reserved.
See OTBCopyright.txt for details.
This software is distributed WITHOUT ANY WARRANTY; without even
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE. See the above copyright notices for more information.
=========================================================================*/
#ifndef __otbWrapperTags_h
#define __otbWrapperTags_h
namespace otb
{
namespace Tags
{
static const std::string Calibration="Calibration";
static const std::string ChangeDetection="Change Detection";
static const std::string Classification="Classification";
static const std::string DimensionReduction="Dimensionnality Reduction";
static const std::string FeatureExtraction="Feature Extraction";
static const std::string Filter="Image Filtering";
static const std::string HyperSpectral="Hyper Spectral";
static const std::string Learning="Learning";
static const std::string Manip="Image Manipulation";
static const std::string Projection="Projection";
static const std::string RadiometricIndices="Radiometric Indices";
static const std::string Raster="Raster";
static const std::string Segmentation="Segmentation";
static const std::string Vector="Vector";
} // end namespace Tags
} // end namespace otb
#endif // __otbWrapperTags_h_
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment