OTB
9.0.0
Orfeo Toolbox
|
#include <otbRadianceToImageImageFilter.h>
typedef TInputImage | InputImageType |
typedef TOutputImage | OutputImageType |
typedef Functor::RadianceToImageImageFunctor< typename InputImageType::InternalPixelType, typename OutputImageType::InternalPixelType > | FunctorType |
typedef RadianceToImageImageFilter | Self |
typedef UnaryImageFunctorWithVectorImageFilter< InputImageType, OutputImageType, FunctorType > | Superclass |
typedef itk::SmartPointer< Self > | Pointer |
typedef itk::SmartPointer< const Self > | ConstPointer |
typedef InputImageType::PixelType | InputPixelType |
typedef InputImageType::InternalPixelType | InputInternalPixelType |
typedef InputImageType::RegionType | InputImageRegionType |
typedef OutputImageType::PixelType | OutputPixelType |
typedef OutputImageType::InternalPixelType | OutputInternalPixelType |
typedef OutputImageType::RegionType | OutputImageRegionType |
typedef itk::VariableLengthVector< double > | VectorType |
typedef InputImageType::SizeType | SizeType |
static const unsigned int | InputImageDimension = TInputImage::ImageDimension |
static const unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
VectorType | m_Alpha |
VectorType | m_Beta |
static Pointer | New () |
virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
virtual const char * | GetNameOfClass () const |
virtual void | SetAlpha (VectorType _arg) |
virtual const VectorType & | GetAlpha () const |
virtual void | SetBeta (VectorType _arg) |
virtual const VectorType & | GetBeta () const |
RadianceToImageImageFilter () | |
~RadianceToImageImageFilter () override | |
void | BeforeThreadedGenerateData (void) override |
Convert a radiance value into raw image value.
Transform a radiance image into a classical image. For this it uses the functor RadianceToImageImageFunctor calling for each component of each pixel.
For Spot image in the dimap format, the correction parameters are retrieved automatically from the metadata
Definition at line 108 of file otbRadianceToImageImageFilter.h.
typedef itk::SmartPointer<const Self> otb::RadianceToImageImageFilter< TInputImage, TOutputImage >::ConstPointer |
"typedef" to simplify the variables definition and the declaration.
Definition at line 128 of file otbRadianceToImageImageFilter.h.
typedef Functor::RadianceToImageImageFunctor<typename InputImageType::InternalPixelType, typename OutputImageType::InternalPixelType> otb::RadianceToImageImageFilter< TInputImage, TOutputImage >::FunctorType |
"typedef" to simplify the variables definition and the declaration.
Definition at line 122 of file otbRadianceToImageImageFilter.h.
typedef InputImageType::RegionType otb::RadianceToImageImageFilter< TInputImage, TOutputImage >::InputImageRegionType |
"typedef" to simplify the variables definition and the declaration.
Definition at line 139 of file otbRadianceToImageImageFilter.h.
typedef TInputImage otb::RadianceToImageImageFilter< TInputImage, TOutputImage >::InputImageType |
"typedef" to simplify the variables definition and the declaration.
Definition at line 120 of file otbRadianceToImageImageFilter.h.
typedef InputImageType::InternalPixelType otb::RadianceToImageImageFilter< TInputImage, TOutputImage >::InputInternalPixelType |
"typedef" to simplify the variables definition and the declaration.
Definition at line 138 of file otbRadianceToImageImageFilter.h.
typedef InputImageType::PixelType otb::RadianceToImageImageFilter< TInputImage, TOutputImage >::InputPixelType |
Supported images definition.
Definition at line 134 of file otbRadianceToImageImageFilter.h.
typedef OutputImageType::RegionType otb::RadianceToImageImageFilter< TInputImage, TOutputImage >::OutputImageRegionType |
"typedef" to simplify the variables definition and the declaration.
Definition at line 142 of file otbRadianceToImageImageFilter.h.
typedef TOutputImage otb::RadianceToImageImageFilter< TInputImage, TOutputImage >::OutputImageType |
"typedef" to simplify the variables definition and the declaration.
Definition at line 121 of file otbRadianceToImageImageFilter.h.
typedef OutputImageType::InternalPixelType otb::RadianceToImageImageFilter< TInputImage, TOutputImage >::OutputInternalPixelType |
"typedef" to simplify the variables definition and the declaration.
Definition at line 141 of file otbRadianceToImageImageFilter.h.
typedef OutputImageType::PixelType otb::RadianceToImageImageFilter< TInputImage, TOutputImage >::OutputPixelType |
"typedef" to simplify the variables definition and the declaration.
Definition at line 140 of file otbRadianceToImageImageFilter.h.
typedef itk::SmartPointer<Self> otb::RadianceToImageImageFilter< TInputImage, TOutputImage >::Pointer |
"typedef" to simplify the variables definition and the declaration.
Definition at line 127 of file otbRadianceToImageImageFilter.h.
typedef RadianceToImageImageFilter otb::RadianceToImageImageFilter< TInputImage, TOutputImage >::Self |
"typedef" for standard classes.
Definition at line 125 of file otbRadianceToImageImageFilter.h.
typedef InputImageType::SizeType otb::RadianceToImageImageFilter< TInputImage, TOutputImage >::SizeType |
Image size "typedef" definition.
Definition at line 147 of file otbRadianceToImageImageFilter.h.
typedef UnaryImageFunctorWithVectorImageFilter<InputImageType, OutputImageType, FunctorType> otb::RadianceToImageImageFilter< TInputImage, TOutputImage >::Superclass |
"typedef" to simplify the variables definition and the declaration.
Definition at line 126 of file otbRadianceToImageImageFilter.h.
typedef itk::VariableLengthVector<double> otb::RadianceToImageImageFilter< TInputImage, TOutputImage >::VectorType |
"typedef" to simplify the variables definition and the declaration.
Definition at line 144 of file otbRadianceToImageImageFilter.h.
|
inlineprotected |
Constructor
Definition at line 163 of file otbRadianceToImageImageFilter.h.
|
inlineoverrideprotected |
Destructor
Definition at line 171 of file otbRadianceToImageImageFilter.h.
|
inlineoverrideprotected |
Update the functor list and input parameters
Definition at line 176 of file otbRadianceToImageImageFilter.h.
References otbMsgDevMacro, otb::PhysicalBias, otb::PhysicalGain, otb::Functor::RadianceToImageImageFunctor< TInput, TOutput >::SetAlpha(), and otb::Functor::RadianceToImageImageFunctor< TInput, TOutput >::SetBeta().
virtual::itk::LightObject::Pointer otb::RadianceToImageImageFilter< TInputImage, TOutputImage >::CreateAnother | ( | void | ) | const |
"typedef" to simplify the variables definition and the declaration.
|
virtual |
Give the absolute calibration gains.
|
virtual |
Give the absolute calibration bias.
|
virtual |
return class name.
|
static |
object factory method.
|
virtual |
Set the absolute calibration gains.
|
virtual |
Set the absolute calibration bias.
|
static |
Extract input and output images dimensions.
Definition at line 115 of file otbRadianceToImageImageFilter.h.
|
private |
Ponderation declaration
Definition at line 216 of file otbRadianceToImageImageFilter.h.
|
private |
"typedef" to simplify the variables definition and the declaration.
Definition at line 217 of file otbRadianceToImageImageFilter.h.
|
static |
"typedef" to simplify the variables definition and the declaration.
Definition at line 116 of file otbRadianceToImageImageFilter.h.