![]() |
OTB
6.5.0
Orfeo Toolbox
|
#include <otbAngularProjectionImageFilter.h>
Static Public Member Functions | |
static Pointer | New () |
![]() | |
static bool | GetGlobalWarningDisplay () |
static void | GlobalWarningDisplayOff () |
static void | GlobalWarningDisplayOn () |
static Pointer | New () |
static void | SetGlobalWarningDisplay (bool flag) |
![]() | |
static void | BreakOnError () |
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 |
static const unsigned int | OutputImageDimension |
![]() | |
static const unsigned int | OutputImageDimension |
Private Member Functions | |
AngularProjectionImageFilter (const Self &) | |
void | operator= (const Self &) |
Private Attributes | |
AngleArrayType | m_AngleArray |
Additional Inherited Members | |
![]() | |
typedef ImageToImageFilterDetail::ImageRegionCopier < itkGetStaticConstMacro(OutputImageDimension), itkGetStaticConstMacro(InputImageDimension) > | InputToOutputRegionCopierType |
typedef ImageToImageFilterDetail::ImageRegionCopier < itkGetStaticConstMacro(InputImageDimension), itkGetStaticConstMacro(OutputImageDimension) > | OutputToInputRegionCopierType |
![]() | |
static const ImageRegionSplitterBase * | GetGlobalDefaultSplitter () |
static ITK_THREAD_RETURN_TYPE | ThreaderCallback (void *arg) |
![]() | |
TimeStamp | m_OutputInformationMTime |
bool | m_Updating |
![]() | |
AtomicInt< int > | m_ReferenceCount |
Performs spherical transformation in ND space.
This class performs the projections of the N input images according to angular value through the generalized spherical projection.
The angle value are considered to come from a itk::FixedArray...
Definition at line 42 of file otbAngularProjectionImageFilter.h.
typedef TAngleArray otb::AngularProjectionImageFilter< TInputImage, TOutputImage, TAngleArray, TPrecision >::AngleArrayType |
Definition at line 78 of file otbAngularProjectionImageFilter.h.
typedef AngleArrayType::ValueType otb::AngularProjectionImageFilter< TInputImage, TOutputImage, TAngleArray, TPrecision >::AngleValueType |
Definition at line 79 of file otbAngularProjectionImageFilter.h.
typedef itk::SmartPointer<const Self> otb::AngularProjectionImageFilter< TInputImage, TOutputImage, TAngleArray, TPrecision >::ConstPointer |
Definition at line 50 of file otbAngularProjectionImageFilter.h.
typedef itk::ImageRegionConstIterator<InputImageType> otb::AngularProjectionImageFilter< TInputImage, TOutputImage, TAngleArray, TPrecision >::ImageRegionConstIteratorType |
Definition at line 81 of file otbAngularProjectionImageFilter.h.
typedef std::vector< ImageRegionConstIteratorType > otb::AngularProjectionImageFilter< TInputImage, TOutputImage, TAngleArray, TPrecision >::ImageRegionConstIteratorVectorType |
Definition at line 82 of file otbAngularProjectionImageFilter.h.
typedef InputImageType::Pointer otb::AngularProjectionImageFilter< TInputImage, TOutputImage, TAngleArray, TPrecision >::InputImagePointerType |
Definition at line 66 of file otbAngularProjectionImageFilter.h.
typedef InputImageType::RegionType otb::AngularProjectionImageFilter< TInputImage, TOutputImage, TAngleArray, TPrecision >::InputImageRegionType |
Definition at line 67 of file otbAngularProjectionImageFilter.h.
typedef TInputImage otb::AngularProjectionImageFilter< TInputImage, TOutputImage, TAngleArray, TPrecision >::InputImageType |
Template parameters typedefs
Definition at line 65 of file otbAngularProjectionImageFilter.h.
typedef InputImageType::IndexType otb::AngularProjectionImageFilter< TInputImage, TOutputImage, TAngleArray, TPrecision >::InputIndexType |
Definition at line 69 of file otbAngularProjectionImageFilter.h.
typedef InputImageType::PixelType otb::AngularProjectionImageFilter< TInputImage, TOutputImage, TAngleArray, TPrecision >::InputPixelType |
Definition at line 70 of file otbAngularProjectionImageFilter.h.
typedef InputImageType::SizeType otb::AngularProjectionImageFilter< TInputImage, TOutputImage, TAngleArray, TPrecision >::InputSizeType |
Definition at line 68 of file otbAngularProjectionImageFilter.h.
typedef OutputImageType::PixelType otb::AngularProjectionImageFilter< TInputImage, TOutputImage, TAngleArray, TPrecision >::OutputImagePixelType |
Definition at line 73 of file otbAngularProjectionImageFilter.h.
typedef OutputImageType::Pointer otb::AngularProjectionImageFilter< TInputImage, TOutputImage, TAngleArray, TPrecision >::OutputImagePointerType |
Definition at line 75 of file otbAngularProjectionImageFilter.h.
typedef OutputImageType::RegionType otb::AngularProjectionImageFilter< TInputImage, TOutputImage, TAngleArray, TPrecision >::OutputImageRegionType |
Definition at line 74 of file otbAngularProjectionImageFilter.h.
typedef TOutputImage otb::AngularProjectionImageFilter< TInputImage, TOutputImage, TAngleArray, TPrecision >::OutputImageType |
Definition at line 72 of file otbAngularProjectionImageFilter.h.
typedef itk::SmartPointer<Self> otb::AngularProjectionImageFilter< TInputImage, TOutputImage, TAngleArray, TPrecision >::Pointer |
Definition at line 49 of file otbAngularProjectionImageFilter.h.
typedef TPrecision otb::AngularProjectionImageFilter< TInputImage, TOutputImage, TAngleArray, TPrecision >::PrecisionType |
Definition at line 77 of file otbAngularProjectionImageFilter.h.
typedef AngularProjectionImageFilter otb::AngularProjectionImageFilter< TInputImage, TOutputImage, TAngleArray, TPrecision >::Self |
Standard typedefs
Definition at line 47 of file otbAngularProjectionImageFilter.h.
typedef itk::ImageToImageFilter<TInputImage, TOutputImage> otb::AngularProjectionImageFilter< TInputImage, TOutputImage, TAngleArray, TPrecision >::Superclass |
Definition at line 48 of file otbAngularProjectionImageFilter.h.
|
protected |
Definition at line 34 of file otbAngularProjectionImageFilter.txx.
|
inlineoverrideprotected |
Definition at line 97 of file otbAngularProjectionImageFilter.h.
|
private |
|
virtual |
Reimplemented from itk::Object.
|
virtual |
Set/Get Angle set
const TInputImage * otb::AngularProjectionImageFilter< TInputImage, TOutputImage, TAngleArray, TPrecision >::GetInput | ( | unsigned int | i | ) | const |
Definition at line 52 of file otbAngularProjectionImageFilter.txx.
References itk::ProcessObject::GetInput().
|
virtual |
Creation through object factory macro
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
|
protectedvirtual |
Definition at line 109 of file otbAngularProjectionImageFilter.txx.
|
static |
Type macro
|
private |
|
virtual |
Set/Get Angle set
|
overridevirtual |
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
Definition at line 43 of file otbAngularProjectionImageFilter.txx.
References itk::ProcessObject::SetNthInput().
|
overrideprotectedvirtual |
Reimplemented from itk::ImageSource< TOutputImage >.
Definition at line 67 of file otbAngularProjectionImageFilter.txx.
References itk::ImageRegionConstIterator< TImage >::GoToBegin(), itk::ImageConstIterator< TImage >::IsAtEnd(), and itk::ImageRegionIterator< TImage >::Set().
|
static |
Dimension
Definition at line 59 of file otbAngularProjectionImageFilter.h.
|
private |
Definition at line 106 of file otbAngularProjectionImageFilter.h.
|
static |
Dimension
Definition at line 60 of file otbAngularProjectionImageFilter.h.