![]() |
OTB
7.2.0
Orfeo Toolbox
|
#include <otbAngularProjectionSetImageFilter.h>
Public Types | |
typedef MeasurementVectorType | AngleArrayType |
typedef AngleListType::Pointer | AngleListPointerType |
typedef TAngleList | AngleListType |
typedef MeasurementType | AngleValueType |
typedef itk::SmartPointer< const Self > | ConstPointer |
typedef FilterListType::Iterator | FilterListIterator |
typedef FilterListType::Pointer | FilterListPointerType |
typedef ObjectList< FilterType > | FilterListType |
typedef FilterType::Pointer | FilterPointerType |
typedef AngularProjectionImageFilter< InputImageType, OutputImageType, AngleArrayType, PrecisionType > | FilterType |
typedef InputImageType::Pointer | InputImagePointerType |
typedef InputImageType::RegionType | InputImageRegionType |
typedef TInputImage | InputImageType |
typedef InputImageType::IndexType | InputIndexType |
typedef InputImageType::PixelType | InputPixelType |
typedef InputImageType::SizeType | InputSizeType |
typedef AngleListType::MeasurementType | MeasurementType |
typedef AngleListType::MeasurementVectorType | MeasurementVectorType |
typedef OutputImageListType::Iterator | OutputImageIterator |
typedef OutputImageListType::Pointer | OutputImageListPointerType |
typedef Superclass::OutputImageListType | OutputImageListType |
typedef OutputImageType::PixelType | OutputImagePixelType |
typedef OutputImageType::Pointer | OutputImagePointerType |
typedef OutputImageType::RegionType | OutputImageRegionType |
typedef TOutputImage | OutputImageType |
typedef itk::SmartPointer< Self > | Pointer |
typedef TPrecision | PrecisionType |
typedef AngularProjectionSetImageFilter | Self |
typedef ImageToImageListFilter< TInputImage, TOutputImage > | Superclass |
![]() | |
typedef itk::SmartPointer< const Self > | ConstPointer |
typedef InputImageType::PixelType | InputImagePixelType |
typedef InputImageType::ConstPointer | InputImagePointer |
typedef InputImageType::RegionType | InputImageRegionType |
typedef TInputImage | InputImageType |
typedef Superclass::OutputImageListType | OutputImageListType |
typedef Superclass::OutputImagePointerType | OutputImagePointerType |
typedef Superclass::OutputImageType | OutputImageType |
typedef itk::SmartPointer< Self > | Pointer |
typedef ImageToImageListFilter | Self |
typedef InputImageType::SizeType | SizeType |
typedef ImageListSource< TOutputImage > | Superclass |
typedef InputImageType::ValueType | ValueType |
![]() | |
typedef itk::SmartPointer< const Self > | ConstPointer |
typedef itk::DataObject::Pointer | DataObjectPointer |
typedef OutputImageListType::ConstPointer | OutputImageListConstPointerType |
typedef OutputImageListType::Pointer | OutputImageListPointerType |
typedef ImageList< OutputImageType > | OutputImageListType |
typedef OutputImageType::Pointer | OutputImagePointerType |
typedef TOutputImage | OutputImageType |
typedef itk::SmartPointer< Self > | Pointer |
typedef ImageListSource | Self |
typedef itk::ProcessObject | Superclass |
Public Member Functions | |
virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
const InputImageType * | GetInput (unsigned int i) const |
virtual const char * | GetNameOfClass () const |
FilterType * | GetNthFilter (unsigned int idx) const |
itkGetObjectMacro (FilterList, FilterListType) | |
void | SetInput (unsigned int i, const InputImageType *) |
AngleListType * | GetAngleList () const |
void | SetAngleList (const AngleListType *angles) |
![]() | |
virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
virtual void | SetInput (const InputImageType *image) |
InputImageType * | GetInput (void) |
![]() | |
virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
virtual OutputImageListType * | GetOutput (void) |
Static Public Member Functions | |
static Pointer | New () |
![]() | |
static Pointer | New () |
![]() | |
static Pointer | New () |
Static Public Attributes | |
static const unsigned int | InputImageDimension = TInputImage::ImageDimension |
static const unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
![]() | |
static const unsigned int | InputImageDimension = TInputImage::ImageDimension |
Protected Member Functions | |
AngularProjectionSetImageFilter () | |
void | GenerateData () override |
~AngularProjectionSetImageFilter () override | |
![]() | |
ImageToImageListFilter () | |
void | PrintSelf (std::ostream &os, itk::Indent indent) const override |
~ImageToImageListFilter () override | |
![]() | |
ImageListSource () | |
void | PrintSelf (std::ostream &os, itk::Indent indent) const override |
~ImageListSource () override | |
Private Member Functions | |
AngularProjectionSetImageFilter (const Self &) | |
void | operator= (const Self &) |
Private Attributes | |
AngleListPointerType | m_AngleList |
FilterListPointerType | m_FilterList |
Performs spherical transformation in ND space from a set of angle values.
This class performs the projections of the set input images to a set of N output images according to N angular values.
The list of angular values is given in template. It is supposed to be a list of FixedArray of dimension N-1 (since in speherical coordinate system, there are N-1 angle value in a ND space).
Each projection is performed by the AngularProjectionImageFilter class and the output is becoming a ImageList.
Definition at line 49 of file otbAngularProjectionSetImageFilter.h.
typedef MeasurementVectorType otb::AngularProjectionSetImageFilter< TInputImage, TOutputImage, TAngleList, TPrecision >::AngleArrayType |
Definition at line 93 of file otbAngularProjectionSetImageFilter.h.
typedef AngleListType::Pointer otb::AngularProjectionSetImageFilter< TInputImage, TOutputImage, TAngleList, TPrecision >::AngleListPointerType |
Definition at line 90 of file otbAngularProjectionSetImageFilter.h.
typedef TAngleList otb::AngularProjectionSetImageFilter< TInputImage, TOutputImage, TAngleList, TPrecision >::AngleListType |
Definition at line 89 of file otbAngularProjectionSetImageFilter.h.
typedef MeasurementType otb::AngularProjectionSetImageFilter< TInputImage, TOutputImage, TAngleList, TPrecision >::AngleValueType |
Definition at line 94 of file otbAngularProjectionSetImageFilter.h.
typedef itk::SmartPointer<const Self> otb::AngularProjectionSetImageFilter< TInputImage, TOutputImage, TAngleList, TPrecision >::ConstPointer |
Definition at line 56 of file otbAngularProjectionSetImageFilter.h.
typedef FilterListType::Iterator otb::AngularProjectionSetImageFilter< TInputImage, TOutputImage, TAngleList, TPrecision >::FilterListIterator |
Definition at line 100 of file otbAngularProjectionSetImageFilter.h.
typedef FilterListType::Pointer otb::AngularProjectionSetImageFilter< TInputImage, TOutputImage, TAngleList, TPrecision >::FilterListPointerType |
Definition at line 99 of file otbAngularProjectionSetImageFilter.h.
typedef ObjectList<FilterType> otb::AngularProjectionSetImageFilter< TInputImage, TOutputImage, TAngleList, TPrecision >::FilterListType |
Definition at line 98 of file otbAngularProjectionSetImageFilter.h.
typedef FilterType::Pointer otb::AngularProjectionSetImageFilter< TInputImage, TOutputImage, TAngleList, TPrecision >::FilterPointerType |
Definition at line 97 of file otbAngularProjectionSetImageFilter.h.
typedef AngularProjectionImageFilter<InputImageType, OutputImageType, AngleArrayType, PrecisionType> otb::AngularProjectionSetImageFilter< TInputImage, TOutputImage, TAngleList, TPrecision >::FilterType |
Definition at line 96 of file otbAngularProjectionSetImageFilter.h.
typedef InputImageType::Pointer otb::AngularProjectionSetImageFilter< TInputImage, TOutputImage, TAngleList, TPrecision >::InputImagePointerType |
Definition at line 72 of file otbAngularProjectionSetImageFilter.h.
typedef InputImageType::RegionType otb::AngularProjectionSetImageFilter< TInputImage, TOutputImage, TAngleList, TPrecision >::InputImageRegionType |
Definition at line 73 of file otbAngularProjectionSetImageFilter.h.
typedef TInputImage otb::AngularProjectionSetImageFilter< TInputImage, TOutputImage, TAngleList, TPrecision >::InputImageType |
Template parameters typedefs
Definition at line 71 of file otbAngularProjectionSetImageFilter.h.
typedef InputImageType::IndexType otb::AngularProjectionSetImageFilter< TInputImage, TOutputImage, TAngleList, TPrecision >::InputIndexType |
Definition at line 75 of file otbAngularProjectionSetImageFilter.h.
typedef InputImageType::PixelType otb::AngularProjectionSetImageFilter< TInputImage, TOutputImage, TAngleList, TPrecision >::InputPixelType |
Definition at line 76 of file otbAngularProjectionSetImageFilter.h.
typedef InputImageType::SizeType otb::AngularProjectionSetImageFilter< TInputImage, TOutputImage, TAngleList, TPrecision >::InputSizeType |
Definition at line 74 of file otbAngularProjectionSetImageFilter.h.
typedef AngleListType::MeasurementType otb::AngularProjectionSetImageFilter< TInputImage, TOutputImage, TAngleList, TPrecision >::MeasurementType |
Definition at line 92 of file otbAngularProjectionSetImageFilter.h.
typedef AngleListType::MeasurementVectorType otb::AngularProjectionSetImageFilter< TInputImage, TOutputImage, TAngleList, TPrecision >::MeasurementVectorType |
Definition at line 91 of file otbAngularProjectionSetImageFilter.h.
typedef OutputImageListType::Iterator otb::AngularProjectionSetImageFilter< TInputImage, TOutputImage, TAngleList, TPrecision >::OutputImageIterator |
Definition at line 85 of file otbAngularProjectionSetImageFilter.h.
typedef OutputImageListType::Pointer otb::AngularProjectionSetImageFilter< TInputImage, TOutputImage, TAngleList, TPrecision >::OutputImageListPointerType |
Definition at line 84 of file otbAngularProjectionSetImageFilter.h.
typedef Superclass::OutputImageListType otb::AngularProjectionSetImageFilter< TInputImage, TOutputImage, TAngleList, TPrecision >::OutputImageListType |
Definition at line 83 of file otbAngularProjectionSetImageFilter.h.
typedef OutputImageType::PixelType otb::AngularProjectionSetImageFilter< TInputImage, TOutputImage, TAngleList, TPrecision >::OutputImagePixelType |
Definition at line 80 of file otbAngularProjectionSetImageFilter.h.
typedef OutputImageType::Pointer otb::AngularProjectionSetImageFilter< TInputImage, TOutputImage, TAngleList, TPrecision >::OutputImagePointerType |
Definition at line 79 of file otbAngularProjectionSetImageFilter.h.
typedef OutputImageType::RegionType otb::AngularProjectionSetImageFilter< TInputImage, TOutputImage, TAngleList, TPrecision >::OutputImageRegionType |
Definition at line 81 of file otbAngularProjectionSetImageFilter.h.
typedef TOutputImage otb::AngularProjectionSetImageFilter< TInputImage, TOutputImage, TAngleList, TPrecision >::OutputImageType |
Definition at line 78 of file otbAngularProjectionSetImageFilter.h.
typedef itk::SmartPointer<Self> otb::AngularProjectionSetImageFilter< TInputImage, TOutputImage, TAngleList, TPrecision >::Pointer |
Definition at line 55 of file otbAngularProjectionSetImageFilter.h.
typedef TPrecision otb::AngularProjectionSetImageFilter< TInputImage, TOutputImage, TAngleList, TPrecision >::PrecisionType |
Definition at line 87 of file otbAngularProjectionSetImageFilter.h.
typedef AngularProjectionSetImageFilter otb::AngularProjectionSetImageFilter< TInputImage, TOutputImage, TAngleList, TPrecision >::Self |
Standard typedefs
Definition at line 53 of file otbAngularProjectionSetImageFilter.h.
typedef ImageToImageListFilter<TInputImage, TOutputImage> otb::AngularProjectionSetImageFilter< TInputImage, TOutputImage, TAngleList, TPrecision >::Superclass |
Definition at line 54 of file otbAngularProjectionSetImageFilter.h.
|
protected |
Definition at line 33 of file otbAngularProjectionSetImageFilter.hxx.
|
inlineoverrideprotected |
Definition at line 132 of file otbAngularProjectionSetImageFilter.h.
|
private |
virtual::itk::LightObject::Pointer otb::AngularProjectionSetImageFilter< TInputImage, TOutputImage, TAngleList, TPrecision >::CreateAnother | ( | void | ) | const |
|
overrideprotected |
Definition at line 62 of file otbAngularProjectionSetImageFilter.hxx.
|
inline |
Set/Get Angle List
Definition at line 114 of file otbAngularProjectionSetImageFilter.h.
const TInputImage * otb::AngularProjectionSetImageFilter< TInputImage, TOutputImage, TAngleList, TPrecision >::GetInput | ( | unsigned int | i | ) | const |
Definition at line 50 of file otbAngularProjectionSetImageFilter.hxx.
|
virtual |
Creation through object factory macro
Reimplemented from otb::ImageToImageListFilter< TInputImage, TOutputImage >.
|
inline |
Definition at line 103 of file otbAngularProjectionSetImageFilter.h.
otb::AngularProjectionSetImageFilter< TInputImage, TOutputImage, TAngleList, TPrecision >::itkGetObjectMacro | ( | FilterList | , |
FilterListType | |||
) |
|
static |
Type macro
|
private |
|
inline |
Set/Get Angle List
Definition at line 118 of file otbAngularProjectionSetImageFilter.h.
void otb::AngularProjectionSetImageFilter< TInputImage, TOutputImage, TAngleList, TPrecision >::SetInput | ( | unsigned int | i, |
const InputImageType * | img | ||
) |
Definition at line 44 of file otbAngularProjectionSetImageFilter.hxx.
|
static |
Dimension
Definition at line 65 of file otbAngularProjectionSetImageFilter.h.
|
private |
Definition at line 142 of file otbAngularProjectionSetImageFilter.h.
|
private |
Definition at line 143 of file otbAngularProjectionSetImageFilter.h.
|
static |
Dimension
Definition at line 66 of file otbAngularProjectionSetImageFilter.h.