OTB  9.0.0
Orfeo Toolbox
List of all members
otb::LuminanceToReflectanceImageFilter< TInputImage, TOutputImage > Class Template Reference

#include <otbLuminanceToReflectanceImageFilter.h>

+ Inheritance diagram for otb::LuminanceToReflectanceImageFilter< TInputImage, TOutputImage >:
+ Collaboration diagram for otb::LuminanceToReflectanceImageFilter< TInputImage, TOutputImage >:

Additional Inherited Members

- Public Types inherited from otb::RadianceToReflectanceImageFilter< TInputImage, TOutputImage >
typedef TInputImage InputImageType
 
typedef TOutputImage OutputImageType
 
typedef Functor::RadianceToReflectanceImageFunctor< typename InputImageType::InternalPixelType, typename OutputImageType::InternalPixelType > FunctorType
 
typedef RadianceToReflectanceImageFilter Self
 
typedef UnaryImageFunctorWithVectorImageFilter< InputImageType, OutputImageType, FunctorTypeSuperclass
 
typedef itk::SmartPointer< SelfPointer
 
typedef itk::SmartPointer< const SelfConstPointer
 
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
 
- Public Types inherited from otb::UnaryImageFunctorWithVectorImageFilter< TInputImage, TOutputImage, Functor::RadianceToReflectanceImageFunctor< TInputImage::InternalPixelType, TOutputImage::InternalPixelType > >
typedef itk::SmartPointer< const SelfConstPointer
 
typedef itk::SmartPointer< SelfPointer
 
typedef UnaryImageFunctorWithVectorImageFilter Self
 
typedef itk::InPlaceImageFilter< TInputImage, TOutputImage > Superclass
 
typedef TInputImage InputImageType
 
typedef TOutputImage OutputImageType
 
typedef Functor::RadianceToReflectanceImageFunctor< TInputImage::InternalPixelType, TOutputImage::InternalPixelType > FunctorType
 
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 InputImageType::SizeType SizeType
 
typedef std::vector< FunctorTypeFunctorVectorType
 
- Public Member Functions inherited from otb::RadianceToReflectanceImageFilter< TInputImage, TOutputImage >
virtual ::itk::LightObject::Pointer CreateAnother (void) const
 
virtual const char * GetNameOfClass () const
 
virtual void SetSolarIllumination (VectorType _arg)
 
virtual const VectorTypeGetSolarIllumination () const
 
virtual void SetZenithalSolarAngle (double _arg)
 
virtual const double & GetZenithalSolarAngle () const
 
virtual void SetElevationSolarAngle (double elevationAngle)
 
virtual double GetElevationSolarAngle () const
 
virtual void SetDay (int _arg)
 
virtual const int & GetDay () const
 
virtual void SetMonth (int _arg)
 
virtual const int & GetMonth () const
 
void SetFluxNormalizationCoefficient (double coef)
 
virtual const double & GetFluxNormalizationCoefficient () const
 
void SetSolarDistance (double value)
 
virtual const double & GetSolarDistance () const
 
virtual void SetIsSetSolarDistance (bool _arg)
 
virtual const bool & GetIsSetSolarDistance () const
 
virtual void SetIsSetFluxNormalizationCoefficient (bool _arg)
 
virtual const bool & GetIsSetFluxNormalizationCoefficient () const
 
virtual void SetUseClamp (bool _arg)
 
virtual const bool & GetUseClamp () const
 
- Public Member Functions inherited from otb::UnaryImageFunctorWithVectorImageFilter< TInputImage, TOutputImage, Functor::RadianceToReflectanceImageFunctor< TInputImage::InternalPixelType, TOutputImage::InternalPixelType > >
virtual ::itk::LightObject::Pointer CreateAnother (void) const
 
virtual const char * GetNameOfClass () const
 
FunctorVectorTypeGetFunctorVector (void)
 
- Static Public Member Functions inherited from otb::RadianceToReflectanceImageFilter< TInputImage, TOutputImage >
static Pointer New ()
 
- Static Public Member Functions inherited from otb::UnaryImageFunctorWithVectorImageFilter< TInputImage, TOutputImage, Functor::RadianceToReflectanceImageFunctor< TInputImage::InternalPixelType, TOutputImage::InternalPixelType > >
static Pointer New ()
 
- Static Public Attributes inherited from otb::RadianceToReflectanceImageFilter< TInputImage, TOutputImage >
static const unsigned int InputImageDimension = TInputImage::ImageDimension
 
static const unsigned int OutputImageDimension = TOutputImage::ImageDimension
 
- Static Public Attributes inherited from otb::UnaryImageFunctorWithVectorImageFilter< TInputImage, TOutputImage, Functor::RadianceToReflectanceImageFunctor< TInputImage::InternalPixelType, TOutputImage::InternalPixelType > >
static const unsigned int InputImageDimension
 
static const unsigned int OutputImageDimension
 
- Protected Member Functions inherited from otb::RadianceToReflectanceImageFilter< TInputImage, TOutputImage >
 RadianceToReflectanceImageFilter ()
 
 ~RadianceToReflectanceImageFilter () override
 
void BeforeThreadedGenerateData (void) override
 
- Protected Member Functions inherited from otb::UnaryImageFunctorWithVectorImageFilter< TInputImage, TOutputImage, Functor::RadianceToReflectanceImageFunctor< TInputImage::InternalPixelType, TOutputImage::InternalPixelType > >
 UnaryImageFunctorWithVectorImageFilter ()
 
 ~UnaryImageFunctorWithVectorImageFilter () override
 
void GenerateOutputInformation () override
 
void ThreadedGenerateData (const OutputImageRegionType &outputRegionForThread, itk::ThreadIdType threadId) override
 
void PrintSelf (std::ostream &os, itk::Indent indent) const override
 

Detailed Description

template<class TInputImage, class TOutputImage>
class otb::LuminanceToReflectanceImageFilter< TInputImage, TOutputImage >

Convert radiance value into reflectance value.

Deprecated:
in OTB 6.2, please use RadianceToReflectanceImageFilter instead

Definition at line 38 of file otbLuminanceToReflectanceImageFilter.h.


The documentation for this class was generated from the following file: