|
OTB
9.0.0
Orfeo Toolbox
|
Go to the documentation of this file.
21 #ifndef otbWrapperCastimage_h
22 #define otbWrapperCastimage_h
27 #include "OTBApplicationEngineExport.h"
45 template <
typename TOutputImage,
typename TInputImage>
46 struct OTBApplicationEngine_EXPORT_TEMPLATE
CastImage
52 , out(ocif->GetOutput())
72 template <
typename TOutputImage>
81 , out(ocif->GetOutput())
102 template <
typename T>
103 struct OTBApplicationEngine_EXPORT_TEMPLATE
CastImage<T, T>
110 itk::ProcessObject::Pointer
ocif;
129 itk::ProcessObject::Pointer
ocif;
itk::ProcessObject::Pointer ocif
DoubleVectorImageType * out
CastImage(TInputImage *in)
The "otb" namespace contains all Orfeo Toolbox (OTB) classes.
CastImage(DoubleVectorImageType *in)
itk::SmartPointer< Self > Pointer
Helper class (private) which casts and clamps input-image type into output-image type.
OutputClampImageFilter::Pointer ocif
CastImage(DoubleVectorImageType *in)
Clamp image values to be below, over, or between threshold values.
itk::ProcessObject::Pointer ocif
Creation of an "otb" vector image which contains metadata.
InOutClampImageFilter::Pointer ocif