OTB
9.0.0
Orfeo Toolbox
|
#include <otbHillShadingFilter.h>
Public Types | |
typedef itk::SmartPointer< const Self > | ConstPointer |
typedef itk::SmartPointer< Self > | Pointer |
typedef HillShadingFilter | Self |
Public Types inherited from otb::UnaryFunctorNeighborhoodImageFilter< TInputImage, TOutputImage, Functor::HillShadingFunctor< itk::ConstNeighborhoodIterator< TInputImage >, TInputImage, TOutputImage::PixelType > > | |
typedef itk::SmartPointer< const Self > | ConstPointer |
typedef Functor::HillShadingFunctor< itk::ConstNeighborhoodIterator< TInputImage >, TInputImage, TOutputImage::PixelType > | FunctorType |
typedef InputImageType::PixelType | InputImagePixelType |
typedef InputImageType::ConstPointer | InputImagePointer |
typedef InputImageType::RegionType | InputImageRegionType |
typedef InputImageType::SizeType | InputImageSizeType |
typedef Superclass::InputImageType | InputImageType |
typedef OutputImageType::PixelType | OutputImagePixelType |
typedef OutputImageType::Pointer | OutputImagePointer |
typedef OutputImageType::RegionType | OutputImageRegionType |
typedef Superclass::OutputImageType | OutputImageType |
typedef itk::SmartPointer< Self > | Pointer |
typedef itk::ProcessObject | ProcessObjectType |
typedef UnaryFunctorNeighborhoodImageFilter | Self |
typedef itk::ImageToImageFilter< TInputImage, TOutputImage > | Superclass |
typedef itk::ConstNeighborhoodIterator< TInputImage > | NeighborhoodIteratorType |
typedef NeighborhoodIteratorType::RadiusType | RadiusType |
typedef unsigned char | RadiusSizeType |
Public Member Functions | |
virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
double | GetAzimuthLight () const |
double | GetElevationLight () const |
virtual const char * | GetNameOfClass () const |
void | SetAzimuthLight (double az) |
void | SetElevationLight (double el) |
Public Member Functions inherited from otb::UnaryFunctorNeighborhoodImageFilter< TInputImage, TOutputImage, Functor::HillShadingFunctor< itk::ConstNeighborhoodIterator< TInputImage >, TInputImage, TOutputImage::PixelType > > | |
virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
virtual const char * | GetNameOfClass () const |
virtual void | SetRadius (InputImageSizeType _arg) |
void | SetRadius (unsigned int radius) |
virtual InputImageSizeType | GetRadius () |
FunctorType & | GetFunctor () |
const FunctorType & | GetFunctor () const |
void | SetFunctor (const FunctorType &functor) |
Static Public Member Functions | |
static Pointer | New () |
Static Public Member Functions inherited from otb::UnaryFunctorNeighborhoodImageFilter< TInputImage, TOutputImage, Functor::HillShadingFunctor< itk::ConstNeighborhoodIterator< TInputImage >, TInputImage, TOutputImage::PixelType > > | |
static Pointer | New () |
Protected Member Functions | |
HillShadingFilter () | |
~HillShadingFilter () override | |
Protected Member Functions inherited from otb::UnaryFunctorNeighborhoodImageFilter< TInputImage, TOutputImage, Functor::HillShadingFunctor< itk::ConstNeighborhoodIterator< TInputImage >, TInputImage, TOutputImage::PixelType > > | |
UnaryFunctorNeighborhoodImageFilter () | |
~UnaryFunctorNeighborhoodImageFilter () override | |
void | ThreadedGenerateData (const OutputImageRegionType &outputRegionForThread, itk::ThreadIdType threadId) override |
void | GenerateInputRequestedRegion (void) override |
Private Member Functions | |
HillShadingFilter (const Self &)=delete | |
void | operator= (const Self &)=delete |
Filter to compute the lambertian of a surface given as an image.
The light source is assumed to be at a given elevation and azimuth (by default and respectively). This is used to generate hill shading representation of relief. The output is a value between 0 and 1.
Definition at line 42 of file otbHillShadingFilter.h.
typedef itk::SmartPointer<const Self> otb::HillShadingFilter< TInputImage, TOutputImage >::ConstPointer |
Definition at line 52 of file otbHillShadingFilter.h.
typedef itk::SmartPointer<Self> otb::HillShadingFilter< TInputImage, TOutputImage >::Pointer |
Definition at line 51 of file otbHillShadingFilter.h.
typedef HillShadingFilter otb::HillShadingFilter< TInputImage, TOutputImage >::Self |
Standard class typedefs.
Definition at line 49 of file otbHillShadingFilter.h.
|
inlineprotected |
Definition at line 81 of file otbHillShadingFilter.h.
|
inlineoverrideprotected |
Definition at line 84 of file otbHillShadingFilter.h.
|
privatedelete |
virtual::itk::LightObject::Pointer otb::HillShadingFilter< TInputImage, TOutputImage >::CreateAnother | ( | void | ) | const |
|
inline |
Definition at line 60 of file otbHillShadingFilter.h.
|
inline |
Definition at line 70 of file otbHillShadingFilter.h.
|
virtual |
Run-time type information (and related methods).
|
static |
Method for creation through the object factory.
|
privatedelete |
|
inline |
Definition at line 65 of file otbHillShadingFilter.h.
|
inline |
Definition at line 75 of file otbHillShadingFilter.h.