OTB
9.0.0
Orfeo Toolbox
|
#include <otbImageToRadianceImageFilter.h>
typedef TInputImage | InputImageType |
typedef TOutputImage | OutputImageType |
typedef Functor::ImageToRadianceImageFunctor< typename InputImageType::InternalPixelType, typename OutputImageType::InternalPixelType > | FunctorType |
typedef ImageToRadianceImageFilter | 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 |
ImageToRadianceImageFilter () | |
~ImageToRadianceImageFilter () override | |
void | BeforeThreadedGenerateData (void) override |
Convert a raw value into a radiance value.
Transform a classical image into the radiance image. For this it uses the functor ImageToRadianceImageFunctor 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 107 of file otbImageToRadianceImageFilter.h.
typedef itk::SmartPointer<const Self> otb::ImageToRadianceImageFilter< TInputImage, TOutputImage >::ConstPointer |
"typedef" to simplify the variables definition and the declaration.
Definition at line 127 of file otbImageToRadianceImageFilter.h.
typedef Functor::ImageToRadianceImageFunctor<typename InputImageType::InternalPixelType, typename OutputImageType::InternalPixelType> otb::ImageToRadianceImageFilter< TInputImage, TOutputImage >::FunctorType |
"typedef" to simplify the variables definition and the declaration.
Definition at line 121 of file otbImageToRadianceImageFilter.h.
typedef InputImageType::RegionType otb::ImageToRadianceImageFilter< TInputImage, TOutputImage >::InputImageRegionType |
"typedef" to simplify the variables definition and the declaration.
Definition at line 138 of file otbImageToRadianceImageFilter.h.
typedef TInputImage otb::ImageToRadianceImageFilter< TInputImage, TOutputImage >::InputImageType |
"typedef" to simplify the variables definition and the declaration.
Definition at line 119 of file otbImageToRadianceImageFilter.h.
typedef InputImageType::InternalPixelType otb::ImageToRadianceImageFilter< TInputImage, TOutputImage >::InputInternalPixelType |
"typedef" to simplify the variables definition and the declaration.
Definition at line 137 of file otbImageToRadianceImageFilter.h.
typedef InputImageType::PixelType otb::ImageToRadianceImageFilter< TInputImage, TOutputImage >::InputPixelType |
Supported images definition.
Definition at line 133 of file otbImageToRadianceImageFilter.h.
typedef OutputImageType::RegionType otb::ImageToRadianceImageFilter< TInputImage, TOutputImage >::OutputImageRegionType |
"typedef" to simplify the variables definition and the declaration.
Definition at line 141 of file otbImageToRadianceImageFilter.h.
typedef TOutputImage otb::ImageToRadianceImageFilter< TInputImage, TOutputImage >::OutputImageType |
"typedef" to simplify the variables definition and the declaration.
Definition at line 120 of file otbImageToRadianceImageFilter.h.
typedef OutputImageType::InternalPixelType otb::ImageToRadianceImageFilter< TInputImage, TOutputImage >::OutputInternalPixelType |
"typedef" to simplify the variables definition and the declaration.
Definition at line 140 of file otbImageToRadianceImageFilter.h.
typedef OutputImageType::PixelType otb::ImageToRadianceImageFilter< TInputImage, TOutputImage >::OutputPixelType |
"typedef" to simplify the variables definition and the declaration.
Definition at line 139 of file otbImageToRadianceImageFilter.h.
typedef itk::SmartPointer<Self> otb::ImageToRadianceImageFilter< TInputImage, TOutputImage >::Pointer |
"typedef" to simplify the variables definition and the declaration.
Definition at line 126 of file otbImageToRadianceImageFilter.h.
typedef ImageToRadianceImageFilter otb::ImageToRadianceImageFilter< TInputImage, TOutputImage >::Self |
"typedef" for standard classes.
Definition at line 124 of file otbImageToRadianceImageFilter.h.
typedef InputImageType::SizeType otb::ImageToRadianceImageFilter< TInputImage, TOutputImage >::SizeType |
Image size "typedef" definition.
Definition at line 146 of file otbImageToRadianceImageFilter.h.
typedef UnaryImageFunctorWithVectorImageFilter<InputImageType, OutputImageType, FunctorType> otb::ImageToRadianceImageFilter< TInputImage, TOutputImage >::Superclass |
"typedef" to simplify the variables definition and the declaration.
Definition at line 125 of file otbImageToRadianceImageFilter.h.
typedef itk::VariableLengthVector<double> otb::ImageToRadianceImageFilter< TInputImage, TOutputImage >::VectorType |
"typedef" to simplify the variables definition and the declaration.
Definition at line 143 of file otbImageToRadianceImageFilter.h.
|
inlineprotected |
Constructor
Definition at line 162 of file otbImageToRadianceImageFilter.h.
|
inlineoverrideprotected |
Destructor
Definition at line 170 of file otbImageToRadianceImageFilter.h.
|
inlineoverrideprotected |
Update the functor list and input parameters
Definition at line 175 of file otbImageToRadianceImageFilter.h.
References otbMsgDevMacro, otb::PhysicalBias, otb::PhysicalGain, otb::Functor::ImageToRadianceImageFunctor< TInput, TOutput >::SetAlpha(), and otb::Functor::ImageToRadianceImageFunctor< TInput, TOutput >::SetBeta().
virtual::itk::LightObject::Pointer otb::ImageToRadianceImageFilter< 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 114 of file otbImageToRadianceImageFilter.h.
|
private |
Ponderation declaration
Definition at line 215 of file otbImageToRadianceImageFilter.h.
|
private |
"typedef" to simplify the variables definition and the declaration.
Definition at line 216 of file otbImageToRadianceImageFilter.h.
|
static |
"typedef" to simplify the variables definition and the declaration.
Definition at line 115 of file otbImageToRadianceImageFilter.h.