![]() |
OTB
9.1.1
Orfeo Toolbox
|
#include <otbAngularProjectionSetImageFilter.h>
Inheritance diagram for otb::AngularProjectionSetImageFilter< TInputImage, TOutputImage, TAngleList, TPrecision >:
Collaboration diagram for otb::AngularProjectionSetImageFilter< TInputImage, TOutputImage, TAngleList, TPrecision >:Public Types | |
| typedef itk::SmartPointer< const Self > | ConstPointer |
| typedef itk::SmartPointer< Self > | Pointer |
| typedef AngularProjectionSetImageFilter | Self |
| typedef ImageToImageListFilter< TInputImage, TOutputImage > | Superclass |
Public Types inherited from otb::ImageToImageListFilter< TInputImage, TOutputImage > | |
| 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 |
Public Types inherited from otb::ImageListSource< TOutputImage > | |
| 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 |
| virtual const char * | GetNameOfClass () const |
Public Member Functions inherited from otb::ImageToImageListFilter< TInputImage, TOutputImage > | |
| virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
| virtual void | SetInput (const InputImageType *image) |
| InputImageType * | GetInput (void) |
Public Member Functions inherited from otb::ImageListSource< TOutputImage > | |
| virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
| virtual OutputImageListType * | GetOutput (void) |
Additional Inherited Members | |
Static Public Attributes inherited from otb::ImageToImageListFilter< TInputImage, TOutputImage > | |
| static const unsigned int | InputImageDimension = TInputImage::ImageDimension |
Protected Member Functions inherited from otb::ImageToImageListFilter< TInputImage, TOutputImage > | |
| ImageToImageListFilter () | |
| ~ImageToImageListFilter () override | |
| void | PrintSelf (std::ostream &os, itk::Indent indent) const override |
Protected Member Functions inherited from otb::ImageListSource< TOutputImage > | |
| ImageListSource () | |
| void | PrintSelf (std::ostream &os, itk::Indent indent) const override |
| ~ImageListSource () override | |
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 |
Template parameters typedefs
Definition at line 93 of file otbAngularProjectionSetImageFilter.h.
| typedef AngleListType::Pointer otb::AngularProjectionSetImageFilter< TInputImage, TOutputImage, TAngleList, TPrecision >::AngleListPointerType |
Template parameters typedefs
Definition at line 90 of file otbAngularProjectionSetImageFilter.h.
| typedef TAngleList otb::AngularProjectionSetImageFilter< TInputImage, TOutputImage, TAngleList, TPrecision >::AngleListType |
Template parameters typedefs
Definition at line 89 of file otbAngularProjectionSetImageFilter.h.
| typedef MeasurementType otb::AngularProjectionSetImageFilter< TInputImage, TOutputImage, TAngleList, TPrecision >::AngleValueType |
Template parameters typedefs
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 |
Template parameters typedefs
Definition at line 100 of file otbAngularProjectionSetImageFilter.h.
| typedef FilterListType::Pointer otb::AngularProjectionSetImageFilter< TInputImage, TOutputImage, TAngleList, TPrecision >::FilterListPointerType |
Template parameters typedefs
Definition at line 99 of file otbAngularProjectionSetImageFilter.h.
| typedef ObjectList<FilterType> otb::AngularProjectionSetImageFilter< TInputImage, TOutputImage, TAngleList, TPrecision >::FilterListType |
Template parameters typedefs
Definition at line 98 of file otbAngularProjectionSetImageFilter.h.
| typedef FilterType::Pointer otb::AngularProjectionSetImageFilter< TInputImage, TOutputImage, TAngleList, TPrecision >::FilterPointerType |
Template parameters typedefs
Definition at line 97 of file otbAngularProjectionSetImageFilter.h.
| typedef AngularProjectionImageFilter<InputImageType, OutputImageType, AngleArrayType, PrecisionType> otb::AngularProjectionSetImageFilter< TInputImage, TOutputImage, TAngleList, TPrecision >::FilterType |
Template parameters typedefs
Definition at line 96 of file otbAngularProjectionSetImageFilter.h.
| typedef InputImageType::Pointer otb::AngularProjectionSetImageFilter< TInputImage, TOutputImage, TAngleList, TPrecision >::InputImagePointerType |
Template parameters typedefs
Definition at line 72 of file otbAngularProjectionSetImageFilter.h.
| typedef InputImageType::RegionType otb::AngularProjectionSetImageFilter< TInputImage, TOutputImage, TAngleList, TPrecision >::InputImageRegionType |
Template parameters typedefs
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 |
Template parameters typedefs
Definition at line 75 of file otbAngularProjectionSetImageFilter.h.
| typedef InputImageType::PixelType otb::AngularProjectionSetImageFilter< TInputImage, TOutputImage, TAngleList, TPrecision >::InputPixelType |
Template parameters typedefs
Definition at line 76 of file otbAngularProjectionSetImageFilter.h.
| typedef InputImageType::SizeType otb::AngularProjectionSetImageFilter< TInputImage, TOutputImage, TAngleList, TPrecision >::InputSizeType |
Template parameters typedefs
Definition at line 74 of file otbAngularProjectionSetImageFilter.h.
| typedef AngleListType::MeasurementType otb::AngularProjectionSetImageFilter< TInputImage, TOutputImage, TAngleList, TPrecision >::MeasurementType |
Template parameters typedefs
Definition at line 92 of file otbAngularProjectionSetImageFilter.h.
| typedef AngleListType::MeasurementVectorType otb::AngularProjectionSetImageFilter< TInputImage, TOutputImage, TAngleList, TPrecision >::MeasurementVectorType |
Template parameters typedefs
Definition at line 91 of file otbAngularProjectionSetImageFilter.h.
| typedef OutputImageListType::Iterator otb::AngularProjectionSetImageFilter< TInputImage, TOutputImage, TAngleList, TPrecision >::OutputImageIterator |
Template parameters typedefs
Definition at line 85 of file otbAngularProjectionSetImageFilter.h.
| typedef OutputImageListType::Pointer otb::AngularProjectionSetImageFilter< TInputImage, TOutputImage, TAngleList, TPrecision >::OutputImageListPointerType |
Template parameters typedefs
Definition at line 84 of file otbAngularProjectionSetImageFilter.h.
| typedef Superclass::OutputImageListType otb::AngularProjectionSetImageFilter< TInputImage, TOutputImage, TAngleList, TPrecision >::OutputImageListType |
Template parameters typedefs
Definition at line 83 of file otbAngularProjectionSetImageFilter.h.
| typedef OutputImageType::PixelType otb::AngularProjectionSetImageFilter< TInputImage, TOutputImage, TAngleList, TPrecision >::OutputImagePixelType |
Template parameters typedefs
Definition at line 80 of file otbAngularProjectionSetImageFilter.h.
| typedef OutputImageType::Pointer otb::AngularProjectionSetImageFilter< TInputImage, TOutputImage, TAngleList, TPrecision >::OutputImagePointerType |
Template parameters typedefs
Definition at line 79 of file otbAngularProjectionSetImageFilter.h.
| typedef OutputImageType::RegionType otb::AngularProjectionSetImageFilter< TInputImage, TOutputImage, TAngleList, TPrecision >::OutputImageRegionType |
Template parameters typedefs
Definition at line 81 of file otbAngularProjectionSetImageFilter.h.
| typedef TOutputImage otb::AngularProjectionSetImageFilter< TInputImage, TOutputImage, TAngleList, TPrecision >::OutputImageType |
Template parameters typedefs
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 |
Template parameters typedefs
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 |
Template parameters typedefs
Definition at line 33 of file otbAngularProjectionSetImageFilter.hxx.
|
inlineoverrideprotected |
Template parameters typedefs
Definition at line 132 of file otbAngularProjectionSetImageFilter.h.
|
private |
Template parameters typedefs
| virtual::itk::LightObject::Pointer otb::AngularProjectionSetImageFilter< TInputImage, TOutputImage, TAngleList, TPrecision >::CreateAnother | ( | void | ) | const |
|
overrideprotected |
Template parameters typedefs
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 |
Template parameters typedefs
Definition at line 50 of file otbAngularProjectionSetImageFilter.hxx.
|
virtual |
Creation through object factory macro
Reimplemented from otb::ImageToImageListFilter< TInputImage, TOutputImage >.
|
inline |
Template parameters typedefs
Definition at line 103 of file otbAngularProjectionSetImageFilter.h.
| otb::AngularProjectionSetImageFilter< TInputImage, TOutputImage, TAngleList, TPrecision >::itkGetObjectMacro | ( | FilterList | , |
| FilterListType | |||
| ) |
Template parameters typedefs
|
static |
Type macro
|
private |
Template parameters typedefs
|
inline |
Template parameters typedefs
Definition at line 118 of file otbAngularProjectionSetImageFilter.h.
| void otb::AngularProjectionSetImageFilter< TInputImage, TOutputImage, TAngleList, TPrecision >::SetInput | ( | unsigned int | i, |
| const InputImageType * | img | ||
| ) |
Template parameters typedefs
Definition at line 44 of file otbAngularProjectionSetImageFilter.hxx.
|
static |
Dimension
Definition at line 65 of file otbAngularProjectionSetImageFilter.h.
|
private |
Template parameters typedefs
Definition at line 142 of file otbAngularProjectionSetImageFilter.h.
|
private |
Template parameters typedefs
Definition at line 143 of file otbAngularProjectionSetImageFilter.h.
|
static |
Template parameters typedefs
Definition at line 66 of file otbAngularProjectionSetImageFilter.h.
1.8.17