OTB
9.0.0
Orfeo Toolbox
|
#include <otbShiftScaleVectorImageFilter.h>
Public Types | |
typedef itk::SmartPointer< const Self > | ConstPointer |
typedef Functor::VectorShiftScale< typename TInputImage::PixelType, typename TOutputImage::PixelType > | FunctorType |
typedef TInputImage::PixelType | InputPixelType |
typedef itk::NumericTraits< InputValueType >::RealType | InputRealType |
typedef InputPixelType::ValueType | InputValueType |
typedef TOutputImage::PixelType | OutputPixelType |
typedef itk::NumericTraits< OutputValueType >::RealType | OutputRealType |
typedef OutputPixelType::ValueType | OutputValueType |
typedef itk::SmartPointer< Self > | Pointer |
typedef ShiftScaleVectorImageFilter | Self |
typedef itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, FunctorType > | Superclass |
Public Member Functions | |
virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
virtual const char * | GetNameOfClass () const |
virtual InputPixelType | GetScale () |
virtual InputPixelType | GetShift () |
virtual void | SetScale (InputPixelType _arg) |
virtual void | SetShift (InputPixelType _arg) |
Static Public Member Functions | |
static Pointer | New () |
Protected Member Functions | |
void | GenerateInputRequestedRegion (void) override |
void | GenerateOutputInformation (void) override |
ShiftScaleVectorImageFilter () | |
~ShiftScaleVectorImageFilter () override | |
void | BeforeThreadedGenerateData (void) override |
Private Member Functions | |
void | operator= (const Self &)=delete |
ShiftScaleVectorImageFilter (const Self &)=delete | |
Private Attributes | |
InputPixelType | m_Scale |
InputPixelType | m_Shift |
This filter performs a shift and scaling of a vector image on a per band basis.
For each band, the following formula is applied :
Beware that the behaviour differs from itk::ShiftScaleImageFilter (which add shift instead of subtracting it).
Definition at line 165 of file otbShiftScaleVectorImageFilter.h.
typedef itk::SmartPointer<const Self> otb::ShiftScaleVectorImageFilter< TInputImage, TOutputImage >::ConstPointer |
Definition at line 175 of file otbShiftScaleVectorImageFilter.h.
typedef Functor::VectorShiftScale<typename TInputImage::PixelType, typename TOutputImage::PixelType> otb::ShiftScaleVectorImageFilter< TInputImage, TOutputImage >::FunctorType |
Definition at line 172 of file otbShiftScaleVectorImageFilter.h.
typedef TInputImage::PixelType otb::ShiftScaleVectorImageFilter< TInputImage, TOutputImage >::InputPixelType |
Definition at line 178 of file otbShiftScaleVectorImageFilter.h.
typedef itk::NumericTraits<InputValueType>::RealType otb::ShiftScaleVectorImageFilter< TInputImage, TOutputImage >::InputRealType |
Definition at line 181 of file otbShiftScaleVectorImageFilter.h.
typedef InputPixelType::ValueType otb::ShiftScaleVectorImageFilter< TInputImage, TOutputImage >::InputValueType |
Definition at line 179 of file otbShiftScaleVectorImageFilter.h.
typedef TOutputImage::PixelType otb::ShiftScaleVectorImageFilter< TInputImage, TOutputImage >::OutputPixelType |
Definition at line 177 of file otbShiftScaleVectorImageFilter.h.
typedef itk::NumericTraits<OutputValueType>::RealType otb::ShiftScaleVectorImageFilter< TInputImage, TOutputImage >::OutputRealType |
Definition at line 182 of file otbShiftScaleVectorImageFilter.h.
typedef OutputPixelType::ValueType otb::ShiftScaleVectorImageFilter< TInputImage, TOutputImage >::OutputValueType |
Definition at line 180 of file otbShiftScaleVectorImageFilter.h.
typedef itk::SmartPointer<Self> otb::ShiftScaleVectorImageFilter< TInputImage, TOutputImage >::Pointer |
Definition at line 174 of file otbShiftScaleVectorImageFilter.h.
typedef ShiftScaleVectorImageFilter otb::ShiftScaleVectorImageFilter< TInputImage, TOutputImage >::Self |
Standard class typedefs.
Definition at line 171 of file otbShiftScaleVectorImageFilter.h.
typedef itk::UnaryFunctorImageFilter<TInputImage, TOutputImage, FunctorType> otb::ShiftScaleVectorImageFilter< TInputImage, TOutputImage >::Superclass |
Definition at line 173 of file otbShiftScaleVectorImageFilter.h.
|
inlineprotected |
Definition at line 197 of file otbShiftScaleVectorImageFilter.h.
|
inlineoverrideprotected |
Definition at line 200 of file otbShiftScaleVectorImageFilter.h.
|
privatedelete |
|
overrideprotected |
Process to execute before entering the multithreaded section
Process to execute before entering the multithreaded section.
Definition at line 58 of file otbShiftScaleVectorImageFilter.hxx.
virtual::itk::LightObject::Pointer otb::ShiftScaleVectorImageFilter< TInputImage, TOutputImage >::CreateAnother | ( | void | ) | const |
|
overrideprotected |
Generate input requested region
Generate input requested region.
Definition at line 43 of file otbShiftScaleVectorImageFilter.hxx.
|
overrideprotected |
Generate output information
Generate output information.
Definition at line 33 of file otbShiftScaleVectorImageFilter.hxx.
|
virtual |
Runtime information support.
|
virtual |
|
virtual |
|
static |
Method for creation through the object factory.
|
privatedelete |
|
virtual |
|
virtual |
|
private |
Definition at line 217 of file otbShiftScaleVectorImageFilter.h.
|
private |
Definition at line 218 of file otbShiftScaleVectorImageFilter.h.