![]() |
OTB
6.7.0
Orfeo Toolbox
|
Functions | |
template<typename T > | |
void | assert_NaN (T val) |
template<typename T > | |
void | assert_quiet_NaN (T val) |
template<typename T > | |
void | assert_signaling_NaN (T val) |
template<typename InputType , typename OutputType > | |
OutputType | ComplexCast (const std::complex< InputType > &in, const OutputType &) |
template<typename InputType , typename OutputType > | |
std::complex< OutputType > | ComplexCast (const std::complex< InputType > &in, const std::complex< OutputType > &) |
QString OTBQtAdapters_EXPORT | GetExistingDirectory (QWidget *p=0, const QString &caption=QString(), const QString &dir=QString(), QFileDialog::Options options=QFileDialog::ShowDirsOnly) |
QString OTBQtAdapters_EXPORT | GetOpenFilename (QWidget *p=0, const QString &caption=QString(), const QString &dir=QString(), const QString &filter=QString(), QString *selectedFilter=0, QFileDialog::Options options=0) |
QStringList OTBQtAdapters_EXPORT | GetOpenFilenames (QWidget *p=0, const QString &caption=QString(), const QString &dir=QString(), const QString &filter=QString(), QString *selectedFilter=0, QFileDialog::Options options=0) |
QString OTBQtAdapters_EXPORT | GetSaveFilename (QWidget *p=0, const QString &caption=QString(), const QString &dir=QString(), const QString &filter=QString(), QString *selectedFilter=0, QFileDialog::Options options=0) |
QString OTBQtAdapters_EXPORT | GetWorkingDir () |
template<typename T > | |
T | InverseValue (const T &value) |
template<class T > | |
void | ListSampleToMat (const T *listSample, cv::Mat &output) |
template<typename T > | |
void | ListSampleToMat (typename T::Pointer listSample, cv::Mat &output) |
template<typename T > | |
void | ListSampleToMat (typename T::ConstPointer listSample, cv::Mat &output) |
template<typename T > | |
T::Pointer | MatToListSample (const cv::Mat &cvmat) |
template<typename Functor , typename TNameMap = void> | |
auto | NewFunctorFilter (Functor f, itk::Size< 2 > radius={{0, 0}}) |
template<typename Functor , typename TNameMap = void> | |
auto | NewFunctorFilter (Functor f, unsigned int numberOfOutputBands, itk::Size< 2 > radius) |
OTBCommon_EXPORT std::ostream & | operator<< (std::ostream &os, const otb::StringToHTML &str) |
OTBOSSIMAdapters_EXPORT std::ostream & | operator<< (std::ostream &os, const ImageKeywordlist &kwl) |
OTBVectorDataBase_EXPORT std::ostream & | operator<< (std::ostream &os, const VectorDataKeywordlist &kwl) |
template<class TType > | |
std::ostream & | operator<< (std::ostream &os, const RemoteSensingRegion< TType > ®ion) |
template<class T > | |
bool | PixelIsComplex (const std::complex< T > &) |
template<class T > | |
bool | PixelIsComplex (const T &) |
OTBOSSIMAdapters_EXPORT ImageKeywordlist | ReadGeometryFromGEOMFile (const std::string &filename) |
OTBOSSIMAdapters_EXPORT ImageKeywordlist | ReadGeometryFromImage (const std::string &filename, bool checkRpcTag=true) |
OTBOSSIMAdapters_EXPORT ImageKeywordlist | ReadGeometryFromRPCTag (const std::string &filename) |
bool OTBMetadata_EXPORT | ReadNoDataFlags (const itk::MetaDataDictionary &dict, std::vector< bool > &flags, std::vector< double > &values) |
template<class T > | |
void | SampleToMat (const T &sample, cv::Mat &output) |
bool OTBQtAdapters_EXPORT | SetWorkingDir (const QString &path) |
template<typename T > | |
T | SignOfValue (const T &value) |
template<typename T2 , unsigned int N, typename T1 > | |
itk::FixedArray< T2, N > | ToFixedArray (const itk::VariableLengthVector< T1 > &v) |
template<typename T2 , unsigned int N, typename T1 > | |
itk::FixedArray< T2, N > & | ToFixedArray (itk::FixedArray< T2, N > &a, const itk::VariableLengthVector< T1 > &v) |
template<typename T2 , typename T1 , unsigned int N> | |
itk::VariableLengthVector< T2 > | ToVariableLengthVector (const itk::FixedArray< T1, N > &a) |
template<typename T2 , typename T1 , unsigned int N> | |
itk::VariableLengthVector< T2 > & | ToVariableLengthVector (itk::FixedArray< T1, N > &a, const itk::VariableLengthVector< T1 > &v) |
template<typename T2 , typename T1 , unsigned int N> | |
itk::VariableLengthVector< T2 > & | ToVariableLengthVector (itk::VariableLengthVector< T2 > &v, const itk::FixedArray< T1, N > &a) |
template<class ImageType , class RemoteSensingRegionType > | |
ImageType::RegionType | TransformPhysicalRegionToIndexRegion (const RemoteSensingRegionType ®ion, const ImageType *image) |
template<typename T > | |
T | trapezoid_area (T x1, T x2, T y1, T y2) |
OTBOSSIMAdapters_EXPORT void | WriteGeometry (const ImageKeywordlist &otb_kwl, const std::string &filename) |
void OTBMetadata_EXPORT | WriteNoDataFlags (const std::vector< bool > &flags, const std::vector< double > &values, itk::MetaDataDictionary &dict) |
template<typename TRange > | |
std::ostream & | Join (std::ostream &os, TRange const &range, std::string const &separator) |
template<typename T2 , typename T1 > | |
itk::SmartPointer< T2 > | DynamicCast (const itk::SmartPointer< T1 > &p1) |
template<typename T2 , typename T1 > | |
itk::SmartPointer< const T2 > | ConstCast (const itk::SmartPointer< T1 > &p1) |
template<typename T2 , typename T1 > | |
itk::SmartPointer< T2 > | ConstCast (const itk::SmartPointer< const T1 > &p1) |
template<typename T > | |
bool | IsNoData (const T &pixel, const std::vector< bool > &flags, const std::vector< double > &values, bool nanIsNoData=false) |
template<typename T > | |
T | ChangeNoData (const T &pixel, const std::vector< bool > &flags, const std::vector< double > &values, const std::vector< double > &newValues, bool nanIsNoData=false) |
template<typename T > | |
bool | IsNoData (const itk::VariableLengthVector< T > &pixel, const std::vector< bool > &flags, const std::vector< double > &values, bool nanIsNoData=false) |
template<typename T > | |
itk::VariableLengthVector< T > | ChangeNoData (const itk::VariableLengthVector< T > &pixel, const std::vector< bool > &flags, const std::vector< double > &values, const std::vector< double > &newValues, bool nanIsNoData=false) |
template<typename TInput , typename TTarget > | |
bool | ReadDataFile (const std::string &infname, itk::SmartPointer< itk::Statistics::ListSample< TInput > > samples, itk::SmartPointer< itk::Statistics::ListSample< TTarget > > labels) |
template<typename TImage > | |
void | WriteMPI (TImage *img, const std::string &output, unsigned int availableRAM=0, bool writeVRTFile=true) |
Variables | |
constexpr double | CONST_180_PI = 180.0 / CONST_PI |
constexpr double | CONST_1_PI = 1.0 / CONST_PI |
constexpr double | CONST_2_PI = 2.0 / CONST_PI |
constexpr double | CONST_2_SQRTPI = 1.12837916709551257390 |
constexpr double | CONST_2PI = 2.0 * CONST_PI |
constexpr double | CONST_E = 2.7182818284590452354 |
constexpr double | CONST_EULER = 0.57721566490153286060 |
constexpr double | CONST_LN10 = 2.30258509299404568402 |
constexpr double | CONST_LN2 = 0.69314718055994530942 |
const double | CONST_LNPI = std::log(CONST_PI) |
constexpr double | CONST_LOG10E = 0.43429448190325182765 |
constexpr double | CONST_LOG2E = 1.4426950408889634074 |
constexpr double | CONST_PI = 3.14159265358979323846 |
constexpr double | CONST_PI_180 = CONST_PI / 180.0 |
constexpr double | CONST_PI_2 = CONST_PI / 2.0 |
constexpr double | CONST_PI_4 = CONST_PI / 4.0 |
constexpr double | CONST_PI_8 = CONST_PI / 8.0 |
constexpr double | CONST_SQRT1_2 = 0.70710678118654752440 |
constexpr double | CONST_SQRT2 = 1.41421356237309504880 |
constexpr double | CONST_SQRT3 = 1.73205080756887729353 |
const double | CONST_SQRTPI = std::sqrt(CONST_PI) |
const DataSpec | DataSpecP5B [2101] |
static const char | DerivedSubdatasetPrefix [] = "DERIVED_SUBDATASET:" |
static const vcl_size_t | DerivedSubdatasetPrefixLength = sizeof(DerivedSubdatasetPrefix) |
template class OTBImageBase_EXPORT_TEMPLATE | Image< char, 2 > |
template class OTBImageBase_EXPORT_TEMPLATE | Image< double, 2 > |
template class OTBImageBase_EXPORT_TEMPLATE | Image< float, 2 > |
template class OTBImageBase_EXPORT_TEMPLATE | Image< int, 2 > |
template class OTBImageBase_EXPORT_TEMPLATE | Image< short, 2 > |
template class OTBImageBase_EXPORT_TEMPLATE | Image< unsigned char, 2 > |
template class OTBImageBase_EXPORT_TEMPLATE | Image< unsigned int, 2 > |
template class OTBImageBase_EXPORT_TEMPLATE | Image< unsigned short, 2 > |
template class OTBImageIO_EXPORT_TEMPLATE | ImageFileReader< Image< char, 2 > > |
template class OTBImageIO_EXPORT_TEMPLATE | ImageFileReader< Image< double, 2 > > |
template class OTBImageIO_EXPORT_TEMPLATE | ImageFileReader< Image< float, 2 > > |
template class OTBImageIO_EXPORT_TEMPLATE | ImageFileReader< Image< int, 2 > > |
template class OTBImageIO_EXPORT_TEMPLATE | ImageFileReader< Image< short, 2 > > |
template class OTBImageIO_EXPORT_TEMPLATE | ImageFileReader< Image< unsigned char, 2 > > |
template class OTBImageIO_EXPORT_TEMPLATE | ImageFileReader< Image< unsigned int, 2 > > |
template class OTBImageIO_EXPORT_TEMPLATE | ImageFileReader< Image< unsigned short, 2 > > |
template class OTBImageIO_EXPORT_TEMPLATE | ImageFileReader< VectorImage< char, 2 > > |
template class OTBImageIO_EXPORT_TEMPLATE | ImageFileReader< VectorImage< double, 2 > > |
template class OTBImageIO_EXPORT_TEMPLATE | ImageFileReader< VectorImage< float, 2 > > |
template class OTBImageIO_EXPORT_TEMPLATE | ImageFileReader< VectorImage< int, 2 > > |
template class OTBImageIO_EXPORT_TEMPLATE | ImageFileReader< VectorImage< short, 2 > > |
template class OTBImageIO_EXPORT_TEMPLATE | ImageFileReader< VectorImage< unsigned char, 2 > > |
template class OTBImageIO_EXPORT_TEMPLATE | ImageFileReader< VectorImage< unsigned int, 2 > > |
template class OTBImageIO_EXPORT_TEMPLATE | ImageFileReader< VectorImage< unsigned short, 2 > > |
template class OTBImageIO_EXPORT_TEMPLATE | ImageFileWriter< Image< char, 2 > > |
template class OTBImageIO_EXPORT_TEMPLATE | ImageFileWriter< Image< double, 2 > > |
template class OTBImageIO_EXPORT_TEMPLATE | ImageFileWriter< Image< float, 2 > > |
template class OTBImageIO_EXPORT_TEMPLATE | ImageFileWriter< Image< int, 2 > > |
template class OTBImageIO_EXPORT_TEMPLATE | ImageFileWriter< Image< short, 2 > > |
template class OTBImageIO_EXPORT_TEMPLATE | ImageFileWriter< Image< unsigned char, 2 > > |
template class OTBImageIO_EXPORT_TEMPLATE | ImageFileWriter< Image< unsigned int, 2 > > |
template class OTBImageIO_EXPORT_TEMPLATE | ImageFileWriter< Image< unsigned short, 2 > > |
template class OTBImageIO_EXPORT_TEMPLATE | ImageFileWriter< VectorImage< char, 2 > > |
template class OTBImageIO_EXPORT_TEMPLATE | ImageFileWriter< VectorImage< double, 2 > > |
template class OTBImageIO_EXPORT_TEMPLATE | ImageFileWriter< VectorImage< float, 2 > > |
template class OTBImageIO_EXPORT_TEMPLATE | ImageFileWriter< VectorImage< int, 2 > > |
template class OTBImageIO_EXPORT_TEMPLATE | ImageFileWriter< VectorImage< short, 2 > > |
template class OTBImageIO_EXPORT_TEMPLATE | ImageFileWriter< VectorImage< unsigned char, 2 > > |
template class OTBImageIO_EXPORT_TEMPLATE | ImageFileWriter< VectorImage< unsigned int, 2 > > |
template class OTBImageIO_EXPORT_TEMPLATE | ImageFileWriter< VectorImage< unsigned short, 2 > > |
static QString | RecentDirectory |
template class OTBImageBase_EXPORT_TEMPLATE | VectorImage< char, 2 > |
template class OTBImageBase_EXPORT_TEMPLATE | VectorImage< double, 2 > |
template class OTBImageBase_EXPORT_TEMPLATE | VectorImage< float, 2 > |
template class OTBImageBase_EXPORT_TEMPLATE | VectorImage< int, 2 > |
template class OTBImageBase_EXPORT_TEMPLATE | VectorImage< short, 2 > |
template class OTBImageBase_EXPORT_TEMPLATE | VectorImage< unsigned char, 2 > |
template class OTBImageBase_EXPORT_TEMPLATE | VectorImage< unsigned int, 2 > |
template class OTBImageBase_EXPORT_TEMPLATE | VectorImage< unsigned short, 2 > |
The "otb" namespace contains all Orfeo Toolbox (OTB) classes.
otbMacro.h defines standard system-wide macros, constants, and other parameters. One of its most important functions is to define macros used to interface to instance variables in a standard fashion.
There are several nested namespaces within this one.
otbMath.h defines standard math macros, constants, and other parameters. All mathematics constans, functions (used in the OTB code) are the vcl version (vcl..., CONST_PI, ).
Definition at line 37 of file otbMapProjections.h.
Definition at line 36 of file otbMapProjections.h.
Definition at line 56 of file otbGDALOverviewsBuilder.h.
Definition at line 41 of file otbMapProjections.h.
Definition at line 40 of file otbMapProjections.h.
typedef Lambert3CartoSudProjection<TransformDirection::FORWARD> otb::Lambert3CartoSudForwardProjection |
Definition at line 43 of file otbMapProjections.h.
typedef Lambert3CartoSudProjection<TransformDirection::INVERSE> otb::Lambert3CartoSudInverseProjection |
Definition at line 42 of file otbMapProjections.h.
Definition at line 45 of file otbMapProjections.h.
Definition at line 44 of file otbMapProjections.h.
typedef LambertConformalConicMapProjection<TransformDirection::FORWARD> otb::LambertConformalConicForwardProjection |
Definition at line 39 of file otbMapProjections.h.
typedef LambertConformalConicMapProjection<TransformDirection::INVERSE> otb::LambertConformalConicInverseProjection |
Definition at line 38 of file otbMapProjections.h.
using otb::MLMSampleTraits = typedef MLMSampleTraitsImpl< TInput, typename itk::mpl::IsNumber<TInput>::Type > |
Simplified implementation of SampleTraits using MLMSampleTraitsImpl
Definition at line 65 of file otbMachineLearningModelTraits.h.
using otb::MLMTargetTraits = typedef MLMTargetTraitsImpl< TInput, typename itk::mpl::IsNumber<TInput>::Type > |
Simplified implementation of TargetTraits using MLMTargetTraitsImpl
Definition at line 99 of file otbMachineLearningModelTraits.h.
Definition at line 49 of file otbMapProjections.h.
Definition at line 48 of file otbMapProjections.h.
otb::ReciprocalCovarianceToReciprocalCoherencyImageFilter |
Applies ReciprocalCovarianceToReciprocalCoherencyFunctor.
Set inputs with:
Definition at line 109 of file otbReciprocalCovarianceToReciprocalCoherencyImageFilter.h.
using otb::RemoveCVRef = typedef typename std::remove_cv<typename std::remove_reference<T>::type>::type |
that has std::remove_cvref)
Definition at line 128 of file otbFunctorImageFilter.h.
Definition at line 51 of file otbMapProjections.h.
Definition at line 50 of file otbMapProjections.h.
using otb::SOM2DModelFactory = typedef SOMModelFactory<TInputValue, TTargetValue, 2> |
Definition at line 44 of file otbDimensionalityReductionModelFactory.hxx.
using otb::SOM3DModelFactory = typedef SOMModelFactory<TInputValue, TTargetValue, 3> |
Definition at line 47 of file otbDimensionalityReductionModelFactory.hxx.
using otb::SOM4DModelFactory = typedef SOMModelFactory<TInputValue, TTargetValue, 4> |
Definition at line 50 of file otbDimensionalityReductionModelFactory.hxx.
using otb::SOM5DModelFactory = typedef SOMModelFactory<TInputValue, TTargetValue, 5> |
Definition at line 53 of file otbDimensionalityReductionModelFactory.hxx.
Definition at line 47 of file otbMapProjections.h.
Definition at line 46 of file otbMapProjections.h.
Definition at line 53 of file otbMapProjections.h.
Definition at line 52 of file otbMapProjections.h.
Definition at line 55 of file otbMapProjections.h.
Definition at line 54 of file otbMapProjections.h.
This enumeration describes the different architectures we can find in polarimetry. HH_HV_VH_VV (0), HH_HV_VV (1), HH_VH_VV (2), HH_HV(3), VH_VV (4), HH_VV (5).
Enumerator | |
---|---|
HH_HV_VH_VV | |
HH_HV_VV | |
HH_VH_VV | |
HH_HV | |
VH_VV | |
HH_VV | |
UNKNOWN_ARCHITECTURE |
Definition at line 33 of file otbPolarimetricData.h.
enum otb::GDALCompression |
Enumerator | |
---|---|
GDAL_COMPRESSION_NONE | |
GDAL_COMPRESSION_JPEG | |
GDAL_COMPRESSION_LZW | |
GDAL_COMPRESSION_PACKBITS | |
GDAL_COMPRESSION_DEFLATE | |
GDAL_COMPRESSION_COUNT |
Definition at line 60 of file otbGDALOverviewsBuilder.h.
enum otb::GDALFormat |
Enumerator | |
---|---|
GDAL_FORMAT_ERDAS | |
GDAL_FORMAT_GEOTIFF | |
GDAL_FORMAT_COUNT |
Definition at line 75 of file otbGDALOverviewsBuilder.h.
enum otb::GDALResampling |
Enumerator | |
---|---|
GDAL_RESAMPLING_NONE | |
GDAL_RESAMPLING_NEAREST | |
GDAL_RESAMPLING_GAUSS | |
GDAL_RESAMPLING_CUBIC | |
GDAL_RESAMPLING_AVERAGE | |
GDAL_RESAMPLING_MODE | |
GDAL_RESAMPLING_AVERAGE_MAGPHASE | |
GDAL_RESAMPLING_COUNT |
Definition at line 40 of file otbGDALOverviewsBuilder.h.
enum otb::NodeType |
This enumeration describes the type of nodes used to represent a tree of vector data in the Orfeo ToolBox.
Enumerator | |
---|---|
ROOT | |
DOCUMENT | |
FOLDER | |
FEATURE_POINT | |
FEATURE_LINE | |
FEATURE_POLYGON | |
FEATURE_MULTIPOINT | |
FEATURE_MULTILINE | |
FEATURE_MULTIPOLYGON | |
FEATURE_COLLECTION |
Definition at line 39 of file otbDataNode.h.
enum otb::RCC8Value |
Enumerator | |
---|---|
OTB_RCC8_DC | |
OTB_RCC8_EC | |
OTB_RCC8_PO | |
OTB_RCC8_TPP | |
OTB_RCC8_TPPI | |
OTB_RCC8_NTPP | |
OTB_RCC8_NTPPI | |
OTB_RCC8_EQ |
Definition at line 27 of file otbRCC8Value.h.
enum otb::ShaderType |
Definition at line 32 of file otbStandardShader.h.
void otb::assert_NaN | ( | T | val | ) |
Definition at line 61 of file otbGlView.h.
References assert_quiet_NaN(), and assert_signaling_NaN().
Referenced by otb::GlView::ReprojectFromView().
void otb::assert_quiet_NaN | ( | T | val | ) |
Definition at line 39 of file otbGlView.h.
Referenced by assert_NaN().
void otb::assert_signaling_NaN | ( | T | val | ) |
Definition at line 50 of file otbGlView.h.
Referenced by assert_NaN().
T otb::ChangeNoData | ( | const T & | pixel, |
const std::vector< bool > & | flags, | ||
const std::vector< double > & | values, | ||
const std::vector< double > & | newValues, | ||
bool | nanIsNoData = false |
||
) |
Reads a pixel and change the no data value if it is found. No data value is changed either if the pixel value is NaN or if the pixel value equals the no data value and flag is true.
pixel | The pixel to process |
flags | A vector of size > 1 containing a flag per band to indicate if a no data value is available for this band |
values | A vector of size > 1 corresponding to the current no data value for each band. If flag is 0, the value will be ignored. |
newValues | A vector of size > 1 corresponding to the new no data value for each band. If flag is 0, the value will be ignored |
nanIsNoData | If true, NaN values will be considered as no-data and changed as well. |
Definition at line 84 of file otbNoDataHelper.h.
Referenced by otb::Functor::ChangeNoDataFunctor< TInputImage::PixelType, TOutputImage::PixelType >::operator()().
itk::VariableLengthVector<T> otb::ChangeNoData | ( | const itk::VariableLengthVector< T > & | pixel, |
const std::vector< bool > & | flags, | ||
const std::vector< double > & | values, | ||
const std::vector< double > & | newValues, | ||
bool | nanIsNoData = false |
||
) |
Specialization of ChangeNoData function to handle itk::VariableLengthVector
Definition at line 130 of file otbNoDataHelper.h.
References itk::VariableLengthVector< TValue >::Size().
OutputType otb::ComplexCast | ( | const std::complex< InputType > & | in, |
const OutputType & | |||
) |
Definition at line 85 of file otbConvertPixelBuffer.hxx.
Referenced by otb::ConvertPixelBuffer< InputPixelType, OutputPixelType, OutputConvertTraits >::ConvertComplexToGray(), and otb::ConvertPixelBuffer< InputPixelType, OutputPixelType, OutputConvertTraits >::ConvertComplexVectorImageToVectorImageComplex().
std::complex<OutputType> otb::ComplexCast | ( | const std::complex< InputType > & | in, |
const std::complex< OutputType > & | |||
) |
Definition at line 97 of file otbConvertPixelBuffer.hxx.
|
inline |
const_cast<>() like operator to work with itk::SmartPointer<>.
Works like C++ const_cast<>() operator:
MyClass::Pointer pointer( itk::ConstCast< DerivedClass >( smartPointerToConstInstance ) );
Definition at line 64 of file otbCast.h.
References itk::SmartPointer< TObjectType >::GetPointer().
|
inline |
const_cast<>() like operator to work with itk::SmartPointer<>.
Works like C++ const_cast<>() operator:
MyClass::ConstPointer constPointer( itk::ConstCast< const DerivedClass >( smartPointerToNonConstInstance ) );
Definition at line 89 of file otbCast.h.
References itk::SmartPointer< TObjectType >::GetPointer().
|
inline |
dynamic_cast<>() like operator to work with itk::SmartPointer<>.
Works like C++ dynamic_cast<>() operator:
DerivedClass::Pointer pointer( itk::DynamicCast< DerivedClass >( smartPointerToBaseClass ) );
Definition at line 41 of file otbCast.h.
References itk::SmartPointer< TObjectType >::GetPointer().
QString OTBQtAdapters_EXPORT otb::GetExistingDirectory | ( | QWidget * | p = 0 , |
const QString & | caption = QString() , |
||
const QString & | dir = QString() , |
||
QFileDialog::Options | options = QFileDialog::ShowDirsOnly |
||
) |
This is a convenience static method that will return an existing directory path selected by the user.
This method stores the last accepted directory for next call.
parent | Parent widget of that QFileDialog. |
caption | Title-bar caption of that QFileDialog. |
dir | Directory location where to pick path. |
options | of that QFileDialog. |
QString OTBQtAdapters_EXPORT otb::GetOpenFilename | ( | QWidget * | p = 0 , |
const QString & | caption = QString() , |
||
const QString & | dir = QString() , |
||
const QString & | filter = QString() , |
||
QString * | selectedFilter = 0 , |
||
QFileDialog::Options | options = 0 |
||
) |
This is a convenience static method that will return an existing filename selected by the user.
This method stores the last accepted directory for next call.
parent | Parent widget of that QFileDialog. |
caption | Title-bar caption of that QFileDialog. |
dir | Directory location where to pick path. |
filter | Filename filter (e.g. wildcards). |
selectedFilter | Filter which has been selected by the user. |
options | Options of that QFileDialog. |
QStringList OTBQtAdapters_EXPORT otb::GetOpenFilenames | ( | QWidget * | p = 0 , |
const QString & | caption = QString() , |
||
const QString & | dir = QString() , |
||
const QString & | filter = QString() , |
||
QString * | selectedFilter = 0 , |
||
QFileDialog::Options | options = 0 |
||
) |
This is a convenience static method that will return a list of existing filenames selected by the user.
This method stores the last accepted directory for next call.
parent | Parent widget of that QFileDialog. |
caption | Title-bar caption of that QFileDialog. |
dir | Directory location where to pick path. |
filter | Filename filter (e.g. wildcards). |
selectedFilter | Filter which has been selected by the user. |
options | of that QFileDialog. |
QString OTBQtAdapters_EXPORT otb::GetSaveFilename | ( | QWidget * | p = 0 , |
const QString & | caption = QString() , |
||
const QString & | dir = QString() , |
||
const QString & | filter = QString() , |
||
QString * | selectedFilter = 0 , |
||
QFileDialog::Options | options = 0 |
||
) |
This is a convenience static method that will return a filename selected by the user. This file does not have to exist.
This method stores the last accepted directory for next call.
parent | Parent widget of that QFileDialog. |
caption | Title-bar caption of that QFileDialog. |
dir | Directory location where to pick path. |
filter | Filename filter (e.g. wildcards). |
selectedFilter | Filter which has been selected by the user. |
options | of that QFileDialog. |
QString OTBQtAdapters_EXPORT otb::GetWorkingDir | ( | ) |
T otb::InverseValue | ( | const T & | value | ) |
bool otb::IsNoData | ( | const T & | pixel, |
const std::vector< bool > & | flags, | ||
const std::vector< double > & | values, | ||
bool | nanIsNoData = false |
||
) |
Test if the pixel corresponds to a no data pixel according to a vector of no data flags, and a vector of no data values.
pixel | The pixel to test |
flags | A vector of size > 1 containing a flag per band to indicate if a no data value is available for this band |
values | A vector of size > 1 corresponding to the no data value for each band. If flag is 0, the value will be ignored. |
nanIsNoData | If true, NaN values will be reported as no-data. |
Definition at line 59 of file otbNoDataHelper.h.
Referenced by otb::Functor::NoDataFunctor< TInputImage::PixelType, TOutputImage::PixelType >::operator()().
bool otb::IsNoData | ( | const itk::VariableLengthVector< T > & | pixel, |
const std::vector< bool > & | flags, | ||
const std::vector< double > & | values, | ||
bool | nanIsNoData = false |
||
) |
Specialization of IsNoData function to handle itk::VariableLengthVector
Definition at line 110 of file otbNoDataHelper.h.
References itk::VariableLengthVector< TValue >::Size().
|
inline |
Joins elements from a range into a stream.
TRange | range type, see boost.Range to see what qualifies as an Range. |
os | destination stream | |
[in] | range | Range to print |
[in] | separator | Separator string to use between elements. |
None | At least, this function is exception neutral. |
Definition at line 47 of file otbJoinContainer.h.
void otb::ListSampleToMat | ( | const T * | listSample, |
cv::Mat & | output | ||
) |
Converts a ListSample of VariableLengthVector to a CvMat. The user is responsible for freeing the output pointer with the cvReleaseMat function. A null pointer is resturned in case the conversion failed.
Definition at line 86 of file otbOpenCVUtils.h.
Referenced by ListSampleToMat().
void otb::ListSampleToMat | ( | typename T::Pointer | listSample, |
cv::Mat & | output | ||
) |
Definition at line 120 of file otbOpenCVUtils.h.
References ListSampleToMat().
void otb::ListSampleToMat | ( | typename T::ConstPointer | listSample, |
cv::Mat & | output | ||
) |
Definition at line 124 of file otbOpenCVUtils.h.
References ListSampleToMat().
T::Pointer otb::MatToListSample | ( | const cv::Mat & | cvmat | ) |
Definition at line 128 of file otbOpenCVUtils.h.
References itk::NumericTraits< T >::SetLength().
auto otb::NewFunctorFilter | ( | Functor | f, |
itk::Size< 2 > | radius = {{0,0}} |
||
) |
This helper method builds a fully functional FunctorImageFilter from a functor instance.
Functor | can be any operator() (const or non-const) that matches the following:
|
The returned filter is ready to use. Inputs can be set through the SetInputs() method (see VariadicInputsImageFilter class for details)
[in] | the | Functor to build the filter from |
[in] | radius | The size of neighborhood to use, if there is any ConstNeighborhoodIterator<VectorImage<T>> in the operator() arguments. |
Note that this function also works with a lambda as Functor, provided it returns a scalar type. If your lambda returns a VariableLengthVector, see the other NewFunctorFilter implementation.
Definition at line 392 of file otbFunctorImageFilter.h.
auto otb::NewFunctorFilter | ( | Functor | f, |
unsigned int | numberOfOutputBands, | ||
itk::Size< 2 > | radius | ||
) |
brief This helper method builds a fully functional FunctorImageFilter from a functor instance which does not provide the OutputSize() service, or a lambda, returing a VariableLengthVector
[in] | f | the Functor to build the filter from |
[in] | numberOfOutputBands | The number of output bands that this filter will return |
radius | The size of neighborhood to use, if there is any ConstNeighborhoodIterator in the operator() arguments. |
Note that this function also works with a lambda as Functor, provided it returns a scalar type. If your lambda returns a VariableLengthVector, see the other NewFunctorFilter implementation.
Definition at line 447 of file otbFunctorImageFilter.h.
OTBCommon_EXPORT std::ostream& otb::operator<< | ( | std::ostream & | os, |
const otb::StringToHTML & | str | ||
) |
OTBOSSIMAdapters_EXPORT std::ostream& otb::operator<< | ( | std::ostream & | os, |
const ImageKeywordlist & | kwl | ||
) |
OTBVectorDataBase_EXPORT std::ostream& otb::operator<< | ( | std::ostream & | os, |
const VectorDataKeywordlist & | kwl | ||
) |
std::ostream& otb::operator<< | ( | std::ostream & | os, |
const RemoteSensingRegion< TType > & | region | ||
) |
Definition at line 365 of file otbRemoteSensingRegion.h.
References otb::ImageKeywordlist::Print().
bool otb::PixelIsComplex | ( | const std::complex< T > & | ) |
Definition at line 51 of file otbImageFileReader.hxx.
Referenced by otb::ImageFileReader< TOutputImage, ConvertPixelTraits >::GenerateOutputInformation().
bool otb::PixelIsComplex | ( | const T & | ) |
Definition at line 56 of file otbImageFileReader.hxx.
bool otb::ReadDataFile | ( | const std::string & | infname, |
itk::SmartPointer< itk::Statistics::ListSample< TInput > > | samples, | ||
itk::SmartPointer< itk::Statistics::ListSample< TTarget > > | labels | ||
) |
Utility function to read the data file letter.scale, a CSV type file (whitespace separators) with the letter index in first column, followed by 16 descriptors. Each descriptor is a pair 'index:value'
Definition at line 35 of file otbReadDataFile.h.
References itk::NumericTraits< T >::SetLength().
OTBOSSIMAdapters_EXPORT ImageKeywordlist otb::ReadGeometryFromGEOMFile | ( | const std::string & | filename | ) |
OTBOSSIMAdapters_EXPORT ImageKeywordlist otb::ReadGeometryFromImage | ( | const std::string & | filename, |
bool | checkRpcTag = true |
||
) |
OTBOSSIMAdapters_EXPORT ImageKeywordlist otb::ReadGeometryFromRPCTag | ( | const std::string & | filename | ) |
bool OTBMetadata_EXPORT otb::ReadNoDataFlags | ( | const itk::MetaDataDictionary & | dict, |
std::vector< bool > & | flags, | ||
std::vector< double > & | values | ||
) |
Reads no data flag from the MetaDataDictionary dict to flags and values vectors. Returns true upon success.
Referenced by otb::ImageToNoDataMaskFilter< TInputImage, TOutputImage >::BeforeThreadedGenerateData(), and otb::ChangeNoDataValueFilter< TInputImage, TOutputImage >::GenerateOutputInformation().
void otb::SampleToMat | ( | const T & | sample, |
cv::Mat & | output | ||
) |
Definition at line 69 of file otbOpenCVUtils.h.
bool OTBQtAdapters_EXPORT otb::SetWorkingDir | ( | const QString & | path | ) |
Set working directory for Qt-based applications (see http://doc.qt.io/qt-4.8/qdir.html#setCurrent).
path | Path to working directory. |
true
if working directory has successfully been changed. T otb::SignOfValue | ( | const T & | value | ) |
|
inline |
Convert an itk::VariableLengthVector< T2 > into a itk::FixedArray< T1, N >.
Elements of type T1 are (safely) statically casted into T2.
An itk::RangeError exception instance is thrown if lengths/sizes of both the containers are not equal.
N.B.: Caller must ensure to that size N of itk::FixedArray< T1, N > to match the variable size of the itk::VariableLengthVector< T1 >.
Definition at line 385 of file mvdAlgorithm.h.
References itk::VariableLengthVector< TValue >::Size().
|
inline |
Convert an itk::VariableLengthVector< T2 > into a itk::FixedArray< T1, N >.
Elements of type T1 are (safely) statically casted into T2.
An itk::RangeError exception instance is thrown if lengths/sizes of both the containers are not equal.
N.B.: Caller must ensure to that size N of itk::FixedArray< T1, N > to match the variable size of the itk::VariableLengthVector< T1 >.
Definition at line 403 of file mvdAlgorithm.h.
References itk::VariableLengthVector< TValue >::Size(), and itk::FixedArray< TValue, VLength >::Size().
|
inline |
Convert an itk::FixedArray< T2, N > into a itk::VariableLengthVector< T1 >.
Elements of type T1 are (safely) statically casted into T2.
An itk::RangeError exception instance is thrown if lengths/sizes of both the containers are not equal.
Definition at line 420 of file mvdAlgorithm.h.
References itk::VariableLengthVector< TValue >::Reserve(), and itk::FixedArray< TValue, VLength >::Size().
|
inline |
Convert an itk::FixedArray< T2, N > into a itk::VariableLengthVector< T1 >.
Elements of type T1 are (safely) statically casted into T2.
An itk::RangeError exception instance is thrown if lengths/sizes of both the containers are not equal.
|
inline |
Definition at line 440 of file mvdAlgorithm.h.
References itk::VariableLengthVector< TValue >::Reserve(), and itk::FixedArray< TValue, VLength >::Size().
ImageType::RegionType otb::TransformPhysicalRegionToIndexRegion | ( | const RemoteSensingRegionType & | region, |
const ImageType * | image | ||
) |
Definition at line 373 of file otbRemoteSensingRegion.h.
Referenced by otb::ListSampleGenerator< TImage, TVectorData >::GenerateData().
|
inline |
Definition at line 48 of file otbReduceSpectralResponse.hxx.
Referenced by otb::ReduceSpectralResponse< TSpectralResponse, TRSR >::operator()().
OTBOSSIMAdapters_EXPORT void otb::WriteGeometry | ( | const ImageKeywordlist & | otb_kwl, |
const std::string & | filename | ||
) |
void otb::WriteMPI | ( | TImage * | img, |
const std::string & | output, | ||
unsigned int | availableRAM = 0 , |
||
bool | writeVRTFile = true |
||
) |
Write image data to multiple files with MPI processus and add a VRT file.
The image is divided into several pieces. Each pieces is distributed to a MPI processus. Each MPI processus write their pieces into a separate file. The master processus writes a VRT file (optional).
img | Image |
output | Output Filename |
availableRAM | Available memory for streaming |
writeVRTFile | Activate the VRT file writing |
Definition at line 133 of file otbMPIVrtWriter.h.
References otb::MPIVrtWriter< TImage >::New().
void OTBMetadata_EXPORT otb::WriteNoDataFlags | ( | const std::vector< bool > & | flags, |
const std::vector< double > & | values, | ||
itk::MetaDataDictionary & | dict | ||
) |
Write no data flags to the MetaDataDictionary dict from flags and values vectors. Returns true upon success.
Referenced by otb::ChangeNoDataValueFilter< TInputImage, TOutputImage >::GenerateOutputInformation().
constexpr double otb::CONST_180_PI = 180.0 / CONST_PI |
Definition at line 56 of file otbMath.h.
Referenced by otb::Functor::ReciprocalHAlphaFunctor< TInput, TOutput >::operator()().
constexpr double otb::CONST_2_SQRTPI = 1.12837916709551257390 |
constexpr double otb::CONST_2PI = 2.0 * CONST_PI |
Definition at line 54 of file otbMath.h.
Referenced by otb::BreakAngularPathListFilter< TPath >::BreakAngularPath(), otb::ImageToSIFTKeyPointSetFilter< TInputImage, TOutputPointSet >::ComputeKeyPointDescriptor(), otb::ImageToSIFTKeyPointSetFilter< TInputImage, TOutputPointSet >::ComputeKeyPointOrientations(), otb::LocalHistogramImageFunction< TInputImage, TCoordRep >::EvaluateAtIndex(), otb::HistogramOfOrientedGradientCovariantImageFunction< TInputImage, TOutputPrecision, TCoordRep >::EvaluateAtIndex(), otb::ImageToPathListAlignFilter< TInputImage, TOutputPath >::GenerateData(), otb::GaborFilterGenerator< TPrecision >::GenerateFilter(), otb::MRFEnergyGaussianClassification< TInput1, TInput2 >::GetSingleValue(), otb::Functor::OrientationFunctor< TInputPixel, TOutputPixel >::operator()(), otb::Functor::AmplitudePhaseToRGBFunctor< TInput1, TInput2, TInput3, TOutput >::operator()(), and otb::LinkPathListFilter< TPath >::VerifyAngularCondition().
constexpr double otb::CONST_E = 2.7182818284590452354 |
constexpr double otb::CONST_LOG10E = 0.43429448190325182765 |
constexpr double otb::CONST_PI = 3.14159265358979323846 |
Definition at line 48 of file otbMath.h.
Referenced by otb::VectorDataToRightAngleVectorDataFilter< TVectorData >::ComputeOrientation(), otb::LineSpatialObjectListToRightAnglePointSetFilter< TImage, TLinesList, TPointSet >::ComputeOrientation(), otb::PointSetDensityFunction< TPointSet, TOutput >::Evaluate(), otb::PointSetDensityGaussianFunction< TPointSet, TOutput >::Evaluate(), otb::GeographicalDistance< TVector >::Evaluate(), otb::SpectralAngleDataNodeFeatureFunction< TImage, TCoordRep, TPrecision >::Evaluate(), otb::RadiometryHomogenousWithNeighborhoodDataNodeFeatureFunction< TImage, TCoordRep, TPrecision >::Evaluate(), otb::FourierMellinDescriptorsImageFunction< TInputImage, TCoordRep >::EvaluateAtIndex(), otb::HistogramOfOrientedGradientCovariantImageFunction< TInputImage, TOutputPrecision, TCoordRep >::EvaluateAtIndex(), otb::ImageToPathListAlignFilter< TInputImage, TOutputPath >::GenerateData(), otb::DEMCaracteristicsExtractor< TInputImage, TOutputImage >::GenerateData(), otb::StereorectificationDisplacementFieldSource< TInputImage, TOutputImage >::GenerateData(), otb::GaborFilterGenerator< TPrecision >::GenerateFilter(), otb::SparseUnmixingImageFilter< TInputImage, TOutputImage, VNbInputImage, TPrecision, TMotherWaveletOperator >::GenerateNumberOfComponentsRequired(), otb::StereorectificationDisplacementFieldSource< TInputImage, TOutputImage >::GenerateOutputInformation(), otb::VectorizationPathListFilter< TInputModulus, TInputDirection, TOutputPath >::GetEightNeighborOffsetFromDirection(), otb::VectorizationPathListFilter< TInputModulus, TInputDirection, TOutputPath >::GetThreeNeighborOffsetFromDirection(), otb::GroundSpacingImageFunction< TInputImage, TCoordRep >::GroundSpacingImageFunction(), otb::Functor::ShapeAttributesLabelObjectFunctor< TLabelObject, TLabelImage >::hyperSphereRadiusFromVolume(), otb::Functor::ShapeAttributesLabelObjectFunctor< TLabelObject, TLabelImage >::hyperSphereVolume(), otb::LineSpatialObjectListToRightAnglePointSetFilter< TImage, TLinesList, TPointSet >::LineSpatialObjectListToRightAnglePointSetFilter(), otb::Functor::NonMaxRemovalByDirectionFunctor< TInput1, TInput2, TOutput >::operator()(), otb::Count< TPointSet, TRadiusType, TIndexType >::operator()(), otb::Functor::CloudEstimatorFunctor< TInput, TOutputValue >::operator()(), otb::Function::CosineWindowFunction< TInputInterpolator, TOutputInterpolator >::operator()(), otb::Function::GaussianWindowFunction< TInputInterpolator, TOutputInterpolator >::operator()(), otb::Function::HammingWindowFunction< TInputInterpolator, TOutputInterpolator >::operator()(), otb::Function::WelchWindowFunction< TInputInterpolator, TOutputInterpolator >::operator()(), otb::Function::LanczosWindowFunction< TInputInterpolator, TOutputInterpolator >::operator()(), otb::Function::BlackmanWindowFunction< TInputInterpolator, TOutputInterpolator >::operator()(), otb::PolygonCompacityFunctor< TInput1 >::operator()(), otb::Functor::AmplitudePhaseToRGBFunctor< TInput1, TInput2, TInput3, TOutput >::operator()(), otb::Functor::ReflectanceToRadianceImageFunctor< TInput, TOutput >::operator()(), otb::Functor::RadianceToReflectanceImageFunctor< TInput, TOutput >::operator()(), otb::Functor::SFSTexturesFunctor< NeighborhoodIteratorType, OutputImagePixelType >::SetNumberOfDirections(), otb::SFSTexturesImageFilter< TInputImage, TOutputImage >::SetNumberOfDirections(), otb::Function::BlackmanWindowFunction< TInputInterpolator, TOutputInterpolator >::SetRadius(), otb::Function::CosineWindowFunction< TInputInterpolator, TOutputInterpolator >::SetRadius(), otb::Function::GaussianWindowFunction< TInputInterpolator, TOutputInterpolator >::SetRadius(), otb::Function::HammingWindowFunction< TInputInterpolator, TOutputInterpolator >::SetRadius(), otb::Function::LanczosWindowFunction< TInputInterpolator, TOutputInterpolator >::SetRadius(), otb::PixelSuppressionByDirectionImageFilter< TInputImage, TOutputImage >::ThreadedGenerateData(), otb::TouziEdgeDetectorImageFilter< TInputImage, TOutputImage, TOutputImageDirection >::ThreadedGenerateData(), otb::LineDetectorImageFilterBase< TInputImage, TOutputImage, TOutputImageDirection, TInterpolator >::ThreadedGenerateData(), otb::TileMapTransform< TTransformDirection, TScalarType, NInputDimensions, NOutputDimensions >::TransformPoint(), otb::InverseLogPolarTransform< TScalarType >::TransformPoint(), otb::InverseLogPolarTransform< TScalarType >::TransformVector(), otb::VectorDataToRightAngleVectorDataFilter< TVectorData >::VectorDataToRightAngleVectorDataFilter(), otb::LinkPathListFilter< TPath >::VerifyAngularCondition(), and otb::ParallelLinePathListFilter< TPath >::VerifyAngularCondition().
constexpr double otb::CONST_PI_180 = CONST_PI / 180.0 |
Definition at line 55 of file otbMath.h.
Referenced by otb::ReflectanceToRadianceImageFilter< TInputImage, TOutputImage >::BeforeThreadedGenerateData(), otb::ReflectanceToImageImageFilter< TInputImage, TOutputImage >::BeforeThreadedGenerateData(), otb::RadianceToReflectanceImageFilter< TInputImage, TOutputImage >::BeforeThreadedGenerateData(), otb::ImageToReflectanceImageFilter< TInputImage, TOutputImage >::BeforeThreadedGenerateData(), otb::MultiChannelsPolarimetricSynthesisFilter< TInputImage, TOutputImage, TFunction >::ComputeElectromagneticFields(), otb::ImageToSIFTKeyPointSetFilter< TInputImage, TOutputPointSet >::ComputeKeyPointDescriptor(), otb::GaborFilterGenerator< TPrecision >::GenerateFilter(), otb::VarSol::GetVarSol(), otb::LogPolarTransform< TScalarType >::TransformPoint(), otb::LogPolarTransform< TScalarType >::TransformVector(), and otb::SurfaceAdjacencyEffectCorrectionSchemeFilter< TInputImage, TOutputImage >::UpdateFunctors().
constexpr double otb::CONST_PI_2 = CONST_PI / 2.0 |
Definition at line 49 of file otbMath.h.
Referenced by otb::HistogramOfOrientedGradientCovariantImageFunction< TInputImage, TOutputPrecision, TCoordRep >::EvaluateAtIndex(), otb::VectorDataToRightAngleVectorDataFilter< TVectorData >::GenerateData(), otb::LineSpatialObjectListToRightAnglePointSetFilter< TImage, TLinesList, TPointSet >::GenerateData(), otb::ImageToPathListAlignFilter< TInputImage, TOutputPath >::GenerateData(), otb::SarRadiometricCalibrationFunction< TInputImage, TCoordRep >::SarRadiometricCalibrationFunction(), otb::PixelSuppressionByDirectionImageFilter< TInputImage, TOutputImage >::ThreadedGenerateData(), and otb::TouziEdgeDetectorImageFilter< TInputImage, TOutputImage, TOutputImageDirection >::ThreadedGenerateData().
constexpr double otb::CONST_PI_4 = CONST_PI / 4.0 |
Definition at line 50 of file otbMath.h.
Referenced by otb::VectorizationPathListFilter< TInputModulus, TInputDirection, TOutputPath >::GetEightNeighborOffsetFromDirection(), otb::VectorizationPathListFilter< TInputModulus, TInputDirection, TOutputPath >::GetThreeNeighborOffsetFromDirection(), otb::Functor::NonMaxRemovalByDirectionFunctor< TInput1, TInput2, TOutput >::operator()(), and otb::TouziEdgeDetectorImageFilter< TInputImage, TOutputImage, TOutputImageDirection >::ThreadedGenerateData().
constexpr double otb::CONST_PI_8 = CONST_PI / 8.0 |
Definition at line 51 of file otbMath.h.
Referenced by otb::GenericRoadExtractionFilter< TInputImage, TOutputPath >::GenericRoadExtractionFilter(), and otb::Functor::RemoveWrongDirectionFunctor< TInput1, TInput2, TOutput >::operator()().
constexpr double otb::CONST_SQRT1_2 = 0.70710678118654752440 |
const double otb::CONST_SQRTPI = std::sqrt(CONST_PI) |
Definition at line 58 of file otbMath.h.
Referenced by otb::Functor::ShapeAttributesLabelObjectFunctor< TLabelObject, TLabelImage >::gammaN2p1().
const DataSpec otb::DataSpecP5B[2101] |
|
static |
Definition at line 47 of file otbImageFileReader.hxx.
Referenced by otb::ImageFileReader< TOutputImage, ConvertPixelTraits >::GetDerivedDatasetSourceFileName().
|
static |
Definition at line 48 of file otbImageFileReader.hxx.
Referenced by otb::ImageFileReader< TOutputImage, ConvertPixelTraits >::GetDerivedDatasetSourceFileName().
template class OTBImageBase_EXPORT_TEMPLATE otb::Image< char, 2 > |
template class OTBImageBase_EXPORT_TEMPLATE otb::Image< double, 2 > |
template class OTBImageBase_EXPORT_TEMPLATE otb::Image< float, 2 > |
template class OTBImageBase_EXPORT_TEMPLATE otb::Image< int, 2 > |
template class OTBImageBase_EXPORT_TEMPLATE otb::Image< short, 2 > |
template class OTBImageBase_EXPORT_TEMPLATE otb::Image< unsigned char, 2 > |
template class OTBImageBase_EXPORT_TEMPLATE otb::Image< unsigned int, 2 > |
template class OTBImageBase_EXPORT_TEMPLATE otb::Image< unsigned short, 2 > |
template class OTBImageIO_EXPORT_TEMPLATE otb::ImageFileReader< Image< char, 2 > > |
template class OTBImageIO_EXPORT_TEMPLATE otb::ImageFileReader< Image< double, 2 > > |
template class OTBImageIO_EXPORT_TEMPLATE otb::ImageFileReader< Image< float, 2 > > |
template class OTBImageIO_EXPORT_TEMPLATE otb::ImageFileReader< Image< int, 2 > > |
template class OTBImageIO_EXPORT_TEMPLATE otb::ImageFileReader< Image< short, 2 > > |
template class OTBImageIO_EXPORT_TEMPLATE otb::ImageFileReader< Image< unsigned char, 2 > > |
template class OTBImageIO_EXPORT_TEMPLATE otb::ImageFileReader< Image< unsigned int, 2 > > |
template class OTBImageIO_EXPORT_TEMPLATE otb::ImageFileReader< Image< unsigned short, 2 > > |
template class OTBImageIO_EXPORT_TEMPLATE otb::ImageFileReader< VectorImage< char, 2 > > |
template class OTBImageIO_EXPORT_TEMPLATE otb::ImageFileReader< VectorImage< double, 2 > > |
template class OTBImageIO_EXPORT_TEMPLATE otb::ImageFileReader< VectorImage< float, 2 > > |
template class OTBImageIO_EXPORT_TEMPLATE otb::ImageFileReader< VectorImage< int, 2 > > |
template class OTBImageIO_EXPORT_TEMPLATE otb::ImageFileReader< VectorImage< short, 2 > > |
template class OTBImageIO_EXPORT_TEMPLATE otb::ImageFileReader< VectorImage< unsigned char, 2 > > |
template class OTBImageIO_EXPORT_TEMPLATE otb::ImageFileReader< VectorImage< unsigned int, 2 > > |
template class OTBImageIO_EXPORT_TEMPLATE otb::ImageFileReader< VectorImage< unsigned short, 2 > > |
template class OTBImageIO_EXPORT_TEMPLATE otb::ImageFileWriter< Image< char, 2 > > |
template class OTBImageIO_EXPORT_TEMPLATE otb::ImageFileWriter< Image< double, 2 > > |
template class OTBImageIO_EXPORT_TEMPLATE otb::ImageFileWriter< Image< float, 2 > > |
template class OTBImageIO_EXPORT_TEMPLATE otb::ImageFileWriter< Image< int, 2 > > |
template class OTBImageIO_EXPORT_TEMPLATE otb::ImageFileWriter< Image< short, 2 > > |
template class OTBImageIO_EXPORT_TEMPLATE otb::ImageFileWriter< Image< unsigned char, 2 > > |
template class OTBImageIO_EXPORT_TEMPLATE otb::ImageFileWriter< Image< unsigned int, 2 > > |
template class OTBImageIO_EXPORT_TEMPLATE otb::ImageFileWriter< Image< unsigned short, 2 > > |
template class OTBImageIO_EXPORT_TEMPLATE otb::ImageFileWriter< VectorImage< char, 2 > > |
template class OTBImageIO_EXPORT_TEMPLATE otb::ImageFileWriter< VectorImage< double, 2 > > |
template class OTBImageIO_EXPORT_TEMPLATE otb::ImageFileWriter< VectorImage< float, 2 > > |
template class OTBImageIO_EXPORT_TEMPLATE otb::ImageFileWriter< VectorImage< int, 2 > > |
template class OTBImageIO_EXPORT_TEMPLATE otb::ImageFileWriter< VectorImage< short, 2 > > |
template class OTBImageIO_EXPORT_TEMPLATE otb::ImageFileWriter< VectorImage< unsigned char, 2 > > |
template class OTBImageIO_EXPORT_TEMPLATE otb::ImageFileWriter< VectorImage< unsigned int, 2 > > |
template class OTBImageIO_EXPORT_TEMPLATE otb::ImageFileWriter< VectorImage< unsigned short, 2 > > |
|
static |
Static path to the last directory used in file dialogs.
Definition at line 204 of file otbQtAdapters.h.
template class OTBImageBase_EXPORT_TEMPLATE otb::VectorImage< char, 2 > |
template class OTBImageBase_EXPORT_TEMPLATE otb::VectorImage< double, 2 > |
template class OTBImageBase_EXPORT_TEMPLATE otb::VectorImage< float, 2 > |
template class OTBImageBase_EXPORT_TEMPLATE otb::VectorImage< int, 2 > |
template class OTBImageBase_EXPORT_TEMPLATE otb::VectorImage< short, 2 > |
template class OTBImageBase_EXPORT_TEMPLATE otb::VectorImage< unsigned char, 2 > |
template class OTBImageBase_EXPORT_TEMPLATE otb::VectorImage< unsigned int, 2 > |
template class OTBImageBase_EXPORT_TEMPLATE otb::VectorImage< unsigned short, 2 > |