![]() |
OTB
9.1.1
Orfeo Toolbox
|
#include <otbRadiometricMomentsImageFilter.h>
Inheritance diagram for otb::RadiometricMomentsImageFilter< TInputImage, TOutputImage >:
Collaboration diagram for otb::RadiometricMomentsImageFilter< TInputImage, TOutputImage >:Public Types | |
| typedef itk::SmartPointer< const Self > | ConstPointer |
| typedef Functor::RadiometricMomentsFunctor< itk::ConstNeighborhoodIterator< InputImageType >, ScalarType > | FunctorType |
| typedef InputImageType::PixelType | InputImagePixelType |
| typedef InputImageType::ConstPointer | InputImagePointer |
| typedef InputImageType::RegionType | InputImageRegionType |
| typedef InputImageType::SizeType | InputImageSizeType |
| typedef Superclass::InputImageType | InputImageType |
| typedef OutputImageType::PixelType | OutputImagePixelType |
| typedef OutputImageType::Pointer | OutputImagePointer |
| typedef OutputImageType::RegionType | OutputImageRegionType |
| typedef Superclass::OutputImageType | OutputImageType |
| typedef itk::SmartPointer< Self > | Pointer |
| typedef itk::ProcessObject | ProcessObjectType |
| typedef OutputImageType::InternalPixelType | ScalarType |
| typedef RadiometricMomentsImageFilter | 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 () |
| typedef itk::ConstNeighborhoodIterator< TInputImage > | NeighborhoodIteratorType |
| typedef NeighborhoodIteratorType::RadiusType | RadiusType |
| typedef unsigned char | RadiusSizeType |
| InputImageSizeType | m_Radius |
| FunctorType | m_Functor |
| virtual void | SetRadius (InputImageSizeType _arg) |
| virtual InputImageSizeType | GetRadius () |
| void | SetRadius (unsigned int radius) |
| RadiometricMomentsImageFilter () | |
| ~RadiometricMomentsImageFilter () override | |
| void | ThreadedGenerateData (const OutputImageRegionType &outputRegionForThread, itk::ThreadIdType threadId) override |
| void | GenerateInputRequestedRegion (void) override |
| void | GenerateOutputInformation (void) override |
| RadiometricMomentsImageFilter (const Self &)=delete | |
| void | operator= (const Self &)=delete |
Calculate the radiometric moments.
Calculate the radiometric moments over a specified neighborhood
This class is templated over the input image and the output image.
Definition at line 46 of file otbRadiometricMomentsImageFilter.h.
| typedef itk::SmartPointer<const Self> otb::RadiometricMomentsImageFilter< TInputImage, TOutputImage >::ConstPointer |
Definition at line 53 of file otbRadiometricMomentsImageFilter.h.
| typedef Functor::RadiometricMomentsFunctor<itk::ConstNeighborhoodIterator<InputImageType>, ScalarType> otb::RadiometricMomentsImageFilter< TInputImage, TOutputImage >::FunctorType |
Definition at line 73 of file otbRadiometricMomentsImageFilter.h.
| typedef InputImageType::PixelType otb::RadiometricMomentsImageFilter< TInputImage, TOutputImage >::InputImagePixelType |
Definition at line 65 of file otbRadiometricMomentsImageFilter.h.
| typedef InputImageType::ConstPointer otb::RadiometricMomentsImageFilter< TInputImage, TOutputImage >::InputImagePointer |
Definition at line 63 of file otbRadiometricMomentsImageFilter.h.
| typedef InputImageType::RegionType otb::RadiometricMomentsImageFilter< TInputImage, TOutputImage >::InputImageRegionType |
Definition at line 64 of file otbRadiometricMomentsImageFilter.h.
| typedef InputImageType::SizeType otb::RadiometricMomentsImageFilter< TInputImage, TOutputImage >::InputImageSizeType |
Definition at line 66 of file otbRadiometricMomentsImageFilter.h.
| typedef Superclass::InputImageType otb::RadiometricMomentsImageFilter< TInputImage, TOutputImage >::InputImageType |
Some convenient typedefs.
Definition at line 59 of file otbRadiometricMomentsImageFilter.h.
| typedef itk::ConstNeighborhoodIterator<TInputImage> otb::RadiometricMomentsImageFilter< TInputImage, TOutputImage >::NeighborhoodIteratorType |
Set/Get the radius of neighborhood.
Definition at line 88 of file otbRadiometricMomentsImageFilter.h.
| typedef OutputImageType::PixelType otb::RadiometricMomentsImageFilter< TInputImage, TOutputImage >::OutputImagePixelType |
Definition at line 70 of file otbRadiometricMomentsImageFilter.h.
| typedef OutputImageType::Pointer otb::RadiometricMomentsImageFilter< TInputImage, TOutputImage >::OutputImagePointer |
Definition at line 68 of file otbRadiometricMomentsImageFilter.h.
| typedef OutputImageType::RegionType otb::RadiometricMomentsImageFilter< TInputImage, TOutputImage >::OutputImageRegionType |
Definition at line 69 of file otbRadiometricMomentsImageFilter.h.
| typedef Superclass::OutputImageType otb::RadiometricMomentsImageFilter< TInputImage, TOutputImage >::OutputImageType |
Definition at line 67 of file otbRadiometricMomentsImageFilter.h.
| typedef itk::SmartPointer<Self> otb::RadiometricMomentsImageFilter< TInputImage, TOutputImage >::Pointer |
Definition at line 52 of file otbRadiometricMomentsImageFilter.h.
| typedef itk::ProcessObject otb::RadiometricMomentsImageFilter< TInputImage, TOutputImage >::ProcessObjectType |
Definition at line 75 of file otbRadiometricMomentsImageFilter.h.
| typedef unsigned char otb::RadiometricMomentsImageFilter< TInputImage, TOutputImage >::RadiusSizeType |
Set/Get the radius of neighborhood.
Definition at line 90 of file otbRadiometricMomentsImageFilter.h.
| typedef NeighborhoodIteratorType::RadiusType otb::RadiometricMomentsImageFilter< TInputImage, TOutputImage >::RadiusType |
Set/Get the radius of neighborhood.
Definition at line 89 of file otbRadiometricMomentsImageFilter.h.
| typedef OutputImageType::InternalPixelType otb::RadiometricMomentsImageFilter< TInputImage, TOutputImage >::ScalarType |
Definition at line 71 of file otbRadiometricMomentsImageFilter.h.
| typedef RadiometricMomentsImageFilter otb::RadiometricMomentsImageFilter< TInputImage, TOutputImage >::Self |
Standard class typedefs.
Definition at line 50 of file otbRadiometricMomentsImageFilter.h.
| typedef itk::ImageToImageFilter<TInputImage, TOutputImage> otb::RadiometricMomentsImageFilter< TInputImage, TOutputImage >::Superclass |
Definition at line 51 of file otbRadiometricMomentsImageFilter.h.
|
protected |
Constructor
Definition at line 37 of file otbRadiometricMomentsImageFilter.hxx.
|
inlineoverrideprotected |
Set/Get the radius of neighborhood.
Definition at line 94 of file otbRadiometricMomentsImageFilter.h.
|
privatedelete |
Set/Get the radius of neighborhood.
| virtual::itk::LightObject::Pointer otb::RadiometricMomentsImageFilter< TInputImage, TOutputImage >::CreateAnother | ( | void | ) | const |
|
overrideprotected |
Set/Get the radius of neighborhood.
Definition at line 45 of file otbRadiometricMomentsImageFilter.hxx.
|
overrideprotected |
Generate the output information
Definition at line 95 of file otbRadiometricMomentsImageFilter.hxx.
|
virtual |
Run-time type information (and related methods).
|
virtual |
Set/Get the radius of neighborhood.
|
static |
Method for creation through the object factory.
|
privatedelete |
Set/Get the radius of neighborhood.
|
virtual |
Set/Get the radius of neighborhood.
|
inline |
Set unsigned int radius
Definition at line 83 of file otbRadiometricMomentsImageFilter.h.
|
overrideprotected |
ThreadedGenerateData Performs the neighborhood-wise operation
Definition at line 105 of file otbRadiometricMomentsImageFilter.hxx.
|
private |
Set/Get the radius of neighborhood.
Definition at line 106 of file otbRadiometricMomentsImageFilter.h.
|
private |
Set/Get the radius of neighborhood.
Definition at line 105 of file otbRadiometricMomentsImageFilter.h.
1.8.17