![]() |
OTB
9.1.1
Orfeo Toolbox
|
#include <otbDecimateImageFilter.h>
Inheritance diagram for otb::DecimateImageFilter< TInputImage, TOutputImage >:
Collaboration diagram for otb::DecimateImageFilter< TInputImage, TOutputImage >:Public Types | |
| typedef itk::SmartPointer< const Self > | ConstPointer |
| typedef itk::SmartPointer< Self > | Pointer |
| typedef DecimateImageFilter | 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 TInputImage | InputImageType |
| typedef InputImageType::RegionType | InputImageRegionType |
| typedef TOutputImage | OutputImageType |
| typedef OutputImageType::RegionType | OutputImageRegionType |
| typedef OutputImageType::PixelType | OutputPixelType |
| static const unsigned int | InputImageDimension = TInputImage::ImageDimension |
| static const unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
| unsigned int | m_DecimationFactor |
| virtual unsigned int | GetDecimationFactor () |
| virtual void | SetDecimationFactor (unsigned int _arg) |
| DecimateImageFilter () | |
| virtual | ~DecimateImageFilter () |
| virtual void | CallCopyOutputRegionToInputRegion (InputImageRegionType &destRegion, const OutputImageRegionType &srcRegion) |
| virtual void | CallCopyInputRegionToOutputRegion (OutputImageRegionType &destRegion, const InputImageRegionType &srcRegion) |
| virtual void | GenerateOutputInformation () |
| virtual void | ThreadedGenerateData (const OutputImageRegionType &outputRegionForThread, itk::ThreadIdType threadId) |
| virtual void | PrintSelf (std::ostream &os, itk::Indent indent) const |
| DecimateImageFilter (const Self &)=delete | |
| void | operator= (const Self &)=delete |
Performs a down sampling of an image.
This class performs a basic down sampling of an image. On the contrary to itk::ResampleImageFilter, it does not perform any interpolation.
Definition at line 44 of file otbDecimateImageFilter.h.
| typedef itk::SmartPointer<const Self> otb::DecimateImageFilter< TInputImage, TOutputImage >::ConstPointer |
Definition at line 51 of file otbDecimateImageFilter.h.
| typedef InputImageType::RegionType otb::DecimateImageFilter< TInputImage, TOutputImage >::InputImageRegionType |
Image typedef support.
Definition at line 66 of file otbDecimateImageFilter.h.
| typedef TInputImage otb::DecimateImageFilter< TInputImage, TOutputImage >::InputImageType |
Image typedef support.
Definition at line 65 of file otbDecimateImageFilter.h.
| typedef OutputImageType::RegionType otb::DecimateImageFilter< TInputImage, TOutputImage >::OutputImageRegionType |
Image typedef support.
Definition at line 69 of file otbDecimateImageFilter.h.
| typedef TOutputImage otb::DecimateImageFilter< TInputImage, TOutputImage >::OutputImageType |
Image typedef support.
Definition at line 68 of file otbDecimateImageFilter.h.
| typedef OutputImageType::PixelType otb::DecimateImageFilter< TInputImage, TOutputImage >::OutputPixelType |
Image typedef support.
Definition at line 70 of file otbDecimateImageFilter.h.
| typedef itk::SmartPointer<Self> otb::DecimateImageFilter< TInputImage, TOutputImage >::Pointer |
Definition at line 50 of file otbDecimateImageFilter.h.
| typedef DecimateImageFilter otb::DecimateImageFilter< TInputImage, TOutputImage >::Self |
Standard class typedefs.
Definition at line 48 of file otbDecimateImageFilter.h.
| typedef itk::ImageToImageFilter<TInputImage, TOutputImage> otb::DecimateImageFilter< TInputImage, TOutputImage >::Superclass |
Definition at line 49 of file otbDecimateImageFilter.h.
|
inlineprotected |
Image typedef support.
Definition at line 78 of file otbDecimateImageFilter.h.
|
inlineprotectedvirtual |
Image typedef support.
Definition at line 82 of file otbDecimateImageFilter.h.
|
privatedelete |
Image typedef support.
|
protectedvirtual |
Image typedef support.
Definition at line 85 of file otbDecimateImageFilter.hxx.
|
protectedvirtual |
Since input and output image are very likely to be of different size. Region estimation functions has to be reimplemented
Definition at line 64 of file otbDecimateImageFilter.hxx.
| virtual::itk::LightObject::Pointer otb::DecimateImageFilter< TInputImage, TOutputImage >::CreateAnother | ( | void | ) | const |
|
protectedvirtual |
Output image region size is not of the same dimension as the input. That is why GenerateOutputInformation has to be redefined.
Definition at line 44 of file otbDecimateImageFilter.hxx.
References otbGenericMsgDebugMacro.
|
virtual |
Set/Get the DecimateFactor
|
virtual |
Run-time type information (and related methods).
|
static |
Method for creation through the object factory.
|
privatedelete |
Image typedef support.
|
protectedvirtual |
Image typedef support.
Definition at line 37 of file otbDecimateImageFilter.hxx.
|
virtual |
Image typedef support.
|
protectedvirtual |
Allows multithreading
Definition at line 106 of file otbDecimateImageFilter.hxx.
References otb::SubsampledImageRegionConstIterator< TImage >::GoToBegin(), otb::SubsampledImageRegionConstIterator< TImage >::IsAtEnd(), and otb::SubsampledImageRegionConstIterator< TImage >::SetSubsampleFactor().
|
static |
Extract dimension from input and output image.
Definition at line 60 of file otbDecimateImageFilter.h.
|
private |
Image typedef support.
Definition at line 107 of file otbDecimateImageFilter.h.
|
static |
Image typedef support.
Definition at line 61 of file otbDecimateImageFilter.h.
1.8.17