OTB  9.0.0
Orfeo Toolbox
Public Types | Public Member Functions | Static Public Member Functions | List of all members
otb::AngularProjectionBinaryImageFilter< TInputImage, TOutputImage, TPrecision > Class Template Reference

#include <otbAngularProjectionBinaryImageFilter.h>

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

Public Types

typedef itk::SmartPointer< const SelfConstPointer
 
typedef InputImageType::Pointer InputImagePointerType
 
typedef InputImageType::RegionType InputImageRegionType
 
typedef TInputImage InputImageType
 
typedef InputImageType::IndexType InputIndexType
 
typedef InputImageType::PixelType InputPixelType
 
typedef InputImageType::SizeType InputSizeType
 
typedef OutputImageType::Pointer OutputImagePointerType
 
typedef OutputImageType::RegionType OutputImageRegionType
 
typedef TOutputImage OutputImageType
 
typedef OutputImageType::IndexType OutputIndexType
 
typedef OutputImageType::PixelType OutputPixelType
 
typedef OutputImageType::SizeType OutputSizeType
 
typedef itk::SmartPointer< SelfPointer
 
typedef TPrecision PrecisionType
 
typedef AngularProjectionBinaryImageFilter Self
 
typedef itk::ImageToImageFilter< TInputImage, TOutputImage > Superclass
 

Public Member Functions

virtual ::itk::LightObject::Pointer CreateAnother (void) const
 
virtual const char * GetNameOfClass () const
 

Static Public Member Functions

static Pointer New ()
 
static const unsigned int InputImageDimension = TInputImage::ImageDimension
 
static const unsigned int OutputImageDimension = TOutputImage::ImageDimension
 
std::vector< PrecisionTypem_AngleSet
 
std::vector< PrecisionTypeGetAngleSet () const
 
void SetAngleSet (std::vector< PrecisionType > &angle)
 
void SetInput1 (const InputImageType *)
 
const InputImageTypeGetInput1 () const
 
void SetInput2 (const InputImageType *)
 
const InputImageTypeGetInput2 () const
 
 AngularProjectionBinaryImageFilter ()
 
 ~AngularProjectionBinaryImageFilter () override
 
void GenerateOutputInformation () override
 
void ThreadedGenerateData (const OutputImageRegionType &outputRegionForThread, itk::ThreadIdType threadID) override
 
 AngularProjectionBinaryImageFilter (const Self &)
 
void operator= (const Self &)
 

Detailed Description

template<class TInputImage, class TOutputImage, class TPrecision>
class otb::AngularProjectionBinaryImageFilter< TInputImage, TOutputImage, TPrecision >

Performs $ y_i = \cos \theta_i x_1 + \sin \theta_i x_2$.

This class performs the projections of the 2 input images to a set of N output images according to N angular values

Definition at line 41 of file otbAngularProjectionBinaryImageFilter.h.

Member Typedef Documentation

◆ ConstPointer

template<class TInputImage , class TOutputImage , class TPrecision >
typedef itk::SmartPointer<const Self> otb::AngularProjectionBinaryImageFilter< TInputImage, TOutputImage, TPrecision >::ConstPointer

Definition at line 48 of file otbAngularProjectionBinaryImageFilter.h.

◆ InputImagePointerType

template<class TInputImage , class TOutputImage , class TPrecision >
typedef InputImageType::Pointer otb::AngularProjectionBinaryImageFilter< TInputImage, TOutputImage, TPrecision >::InputImagePointerType

Definition at line 58 of file otbAngularProjectionBinaryImageFilter.h.

◆ InputImageRegionType

template<class TInputImage , class TOutputImage , class TPrecision >
typedef InputImageType::RegionType otb::AngularProjectionBinaryImageFilter< TInputImage, TOutputImage, TPrecision >::InputImageRegionType

Definition at line 59 of file otbAngularProjectionBinaryImageFilter.h.

◆ InputImageType

template<class TInputImage , class TOutputImage , class TPrecision >
typedef TInputImage otb::AngularProjectionBinaryImageFilter< TInputImage, TOutputImage, TPrecision >::InputImageType

Template parameters typedefs

Definition at line 54 of file otbAngularProjectionBinaryImageFilter.h.

◆ InputIndexType

template<class TInputImage , class TOutputImage , class TPrecision >
typedef InputImageType::IndexType otb::AngularProjectionBinaryImageFilter< TInputImage, TOutputImage, TPrecision >::InputIndexType

Definition at line 61 of file otbAngularProjectionBinaryImageFilter.h.

◆ InputPixelType

template<class TInputImage , class TOutputImage , class TPrecision >
typedef InputImageType::PixelType otb::AngularProjectionBinaryImageFilter< TInputImage, TOutputImage, TPrecision >::InputPixelType

Definition at line 62 of file otbAngularProjectionBinaryImageFilter.h.

◆ InputSizeType

template<class TInputImage , class TOutputImage , class TPrecision >
typedef InputImageType::SizeType otb::AngularProjectionBinaryImageFilter< TInputImage, TOutputImage, TPrecision >::InputSizeType

Definition at line 60 of file otbAngularProjectionBinaryImageFilter.h.

◆ OutputImagePointerType

template<class TInputImage , class TOutputImage , class TPrecision >
typedef OutputImageType::Pointer otb::AngularProjectionBinaryImageFilter< TInputImage, TOutputImage, TPrecision >::OutputImagePointerType

Definition at line 65 of file otbAngularProjectionBinaryImageFilter.h.

◆ OutputImageRegionType

template<class TInputImage , class TOutputImage , class TPrecision >
typedef OutputImageType::RegionType otb::AngularProjectionBinaryImageFilter< TInputImage, TOutputImage, TPrecision >::OutputImageRegionType

Definition at line 66 of file otbAngularProjectionBinaryImageFilter.h.

◆ OutputImageType

template<class TInputImage , class TOutputImage , class TPrecision >
typedef TOutputImage otb::AngularProjectionBinaryImageFilter< TInputImage, TOutputImage, TPrecision >::OutputImageType

Definition at line 64 of file otbAngularProjectionBinaryImageFilter.h.

◆ OutputIndexType

template<class TInputImage , class TOutputImage , class TPrecision >
typedef OutputImageType::IndexType otb::AngularProjectionBinaryImageFilter< TInputImage, TOutputImage, TPrecision >::OutputIndexType

Definition at line 68 of file otbAngularProjectionBinaryImageFilter.h.

◆ OutputPixelType

template<class TInputImage , class TOutputImage , class TPrecision >
typedef OutputImageType::PixelType otb::AngularProjectionBinaryImageFilter< TInputImage, TOutputImage, TPrecision >::OutputPixelType

Definition at line 69 of file otbAngularProjectionBinaryImageFilter.h.

◆ OutputSizeType

template<class TInputImage , class TOutputImage , class TPrecision >
typedef OutputImageType::SizeType otb::AngularProjectionBinaryImageFilter< TInputImage, TOutputImage, TPrecision >::OutputSizeType

Definition at line 67 of file otbAngularProjectionBinaryImageFilter.h.

◆ Pointer

template<class TInputImage , class TOutputImage , class TPrecision >
typedef itk::SmartPointer<Self> otb::AngularProjectionBinaryImageFilter< TInputImage, TOutputImage, TPrecision >::Pointer

Definition at line 47 of file otbAngularProjectionBinaryImageFilter.h.

◆ PrecisionType

template<class TInputImage , class TOutputImage , class TPrecision >
typedef TPrecision otb::AngularProjectionBinaryImageFilter< TInputImage, TOutputImage, TPrecision >::PrecisionType

Definition at line 71 of file otbAngularProjectionBinaryImageFilter.h.

◆ Self

template<class TInputImage , class TOutputImage , class TPrecision >
typedef AngularProjectionBinaryImageFilter otb::AngularProjectionBinaryImageFilter< TInputImage, TOutputImage, TPrecision >::Self

Standard typedefs

Definition at line 45 of file otbAngularProjectionBinaryImageFilter.h.

◆ Superclass

template<class TInputImage , class TOutputImage , class TPrecision >
typedef itk::ImageToImageFilter<TInputImage, TOutputImage> otb::AngularProjectionBinaryImageFilter< TInputImage, TOutputImage, TPrecision >::Superclass

Definition at line 46 of file otbAngularProjectionBinaryImageFilter.h.

Constructor & Destructor Documentation

◆ AngularProjectionBinaryImageFilter() [1/2]

template<class TInputImage , class TOutputImage , class TPrecision >
otb::AngularProjectionBinaryImageFilter< TInputImage, TOutputImage, TPrecision >::AngularProjectionBinaryImageFilter
protected

Dimension

Definition at line 34 of file otbAngularProjectionBinaryImageFilter.hxx.

◆ ~AngularProjectionBinaryImageFilter()

template<class TInputImage , class TOutputImage , class TPrecision >
otb::AngularProjectionBinaryImageFilter< TInputImage, TOutputImage, TPrecision >::~AngularProjectionBinaryImageFilter ( )
inlineoverrideprotected

Dimension

Definition at line 94 of file otbAngularProjectionBinaryImageFilter.h.

◆ AngularProjectionBinaryImageFilter() [2/2]

template<class TInputImage , class TOutputImage , class TPrecision >
otb::AngularProjectionBinaryImageFilter< TInputImage, TOutputImage, TPrecision >::AngularProjectionBinaryImageFilter ( const Self )
private

Dimension

Member Function Documentation

◆ CreateAnother()

template<class TInputImage , class TOutputImage , class TPrecision >
virtual::itk::LightObject::Pointer otb::AngularProjectionBinaryImageFilter< TInputImage, TOutputImage, TPrecision >::CreateAnother ( void  ) const

◆ GenerateOutputInformation()

template<class TInputImage , class TOutputImage , class TPrecision >
void otb::AngularProjectionBinaryImageFilter< TInputImage, TOutputImage, TPrecision >::GenerateOutputInformation
overrideprotected

Dimension

Definition at line 86 of file otbAngularProjectionBinaryImageFilter.hxx.

◆ GetAngleSet()

template<class TInputImage , class TOutputImage , class TPrecision >
std::vector<PrecisionType> otb::AngularProjectionBinaryImageFilter< TInputImage, TOutputImage, TPrecision >::GetAngleSet ( ) const
inline

Set/Get Angle set

Definition at line 79 of file otbAngularProjectionBinaryImageFilter.h.

◆ GetInput1()

template<class TInputImage , class TOutputImage , class TPrecision >
const TInputImage * otb::AngularProjectionBinaryImageFilter< TInputImage, TOutputImage, TPrecision >::GetInput1

Dimension

Definition at line 52 of file otbAngularProjectionBinaryImageFilter.hxx.

◆ GetInput2()

template<class TInputImage , class TOutputImage , class TPrecision >
const TInputImage * otb::AngularProjectionBinaryImageFilter< TInputImage, TOutputImage, TPrecision >::GetInput2

Dimension

Definition at line 63 of file otbAngularProjectionBinaryImageFilter.hxx.

◆ GetNameOfClass()

template<class TInputImage , class TOutputImage , class TPrecision >
virtual const char* otb::AngularProjectionBinaryImageFilter< TInputImage, TOutputImage, TPrecision >::GetNameOfClass ( ) const
virtual

Creation through object factory macro

◆ New()

template<class TInputImage , class TOutputImage , class TPrecision >
static Pointer otb::AngularProjectionBinaryImageFilter< TInputImage, TOutputImage, TPrecision >::New ( )
static

Type macro

◆ operator=()

template<class TInputImage , class TOutputImage , class TPrecision >
void otb::AngularProjectionBinaryImageFilter< TInputImage, TOutputImage, TPrecision >::operator= ( const Self )
private

Dimension

◆ SetAngleSet()

template<class TInputImage , class TOutputImage , class TPrecision >
void otb::AngularProjectionBinaryImageFilter< TInputImage, TOutputImage, TPrecision >::SetAngleSet ( std::vector< PrecisionType > &  angle)

Dimension

Definition at line 74 of file otbAngularProjectionBinaryImageFilter.hxx.

◆ SetInput1()

template<class TInputImage , class TOutputImage , class TPrecision >
void otb::AngularProjectionBinaryImageFilter< TInputImage, TOutputImage, TPrecision >::SetInput1 ( const InputImageType inputPtr)

Dimension

Definition at line 40 of file otbAngularProjectionBinaryImageFilter.hxx.

◆ SetInput2()

template<class TInputImage , class TOutputImage , class TPrecision >
void otb::AngularProjectionBinaryImageFilter< TInputImage, TOutputImage, TPrecision >::SetInput2 ( const InputImageType inputPtr)

Dimension

Definition at line 46 of file otbAngularProjectionBinaryImageFilter.hxx.

◆ ThreadedGenerateData()

template<class TInputImage , class TOutputImage , class TPrecision >
void otb::AngularProjectionBinaryImageFilter< TInputImage, TOutputImage, TPrecision >::ThreadedGenerateData ( const OutputImageRegionType outputRegionForThread,
itk::ThreadIdType  threadID 
)
overrideprotected

Dimension

Definition at line 96 of file otbAngularProjectionBinaryImageFilter.hxx.

Member Data Documentation

◆ InputImageDimension

template<class TInputImage , class TOutputImage , class TPrecision >
const unsigned int otb::AngularProjectionBinaryImageFilter< TInputImage, TOutputImage, TPrecision >::InputImageDimension = TInputImage::ImageDimension
static

Dimension

Definition at line 74 of file otbAngularProjectionBinaryImageFilter.h.

◆ m_AngleSet

template<class TInputImage , class TOutputImage , class TPrecision >
std::vector<PrecisionType> otb::AngularProjectionBinaryImageFilter< TInputImage, TOutputImage, TPrecision >::m_AngleSet
private

Dimension

Definition at line 105 of file otbAngularProjectionBinaryImageFilter.h.

◆ OutputImageDimension

template<class TInputImage , class TOutputImage , class TPrecision >
const unsigned int otb::AngularProjectionBinaryImageFilter< TInputImage, TOutputImage, TPrecision >::OutputImageDimension = TOutputImage::ImageDimension
static

Dimension

Definition at line 75 of file otbAngularProjectionBinaryImageFilter.h.


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