![]() |
OTB
10.0.0
Orfeo Toolbox
|
#include <otbDecimateImageFilter.h>
Public Types | |
using | ConstPointer = itk::SmartPointer< const Self > |
using | Pointer = itk::SmartPointer< Self > |
using | Self = DecimateImageFilter |
using | Superclass = itk::ImageToImageFilter< TInputImage, TOutputImage > |
Public Member Functions | |
virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
virtual const char * | GetNameOfClass () const |
Static Public Member Functions | |
static Pointer | New () |
using | InputImageType = TInputImage |
using | InputImageRegionType = typename InputImageType::RegionType |
using | OutputImageType = TOutputImage |
using | OutputImageRegionType = typename OutputImageType::RegionType |
using | OutputPixelType = typename OutputImageType::PixelType |
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 ()=default |
void | CallCopyOutputRegionToInputRegion (InputImageRegionType &destRegion, const OutputImageRegionType &srcRegion) override |
void | CallCopyInputRegionToOutputRegion (OutputImageRegionType &destRegion, const InputImageRegionType &srcRegion) override |
void | GenerateOutputInformation () override |
void | DynamicThreadedGenerateData (const OutputImageRegionType &outputRegionForThread) override |
void | PrintSelf (std::ostream &os, itk::Indent indent) const override |
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.
using otb::DecimateImageFilter< TInputImage, TOutputImage >::ConstPointer = itk::SmartPointer<const Self> |
Definition at line 51 of file otbDecimateImageFilter.h.
using otb::DecimateImageFilter< TInputImage, TOutputImage >::InputImageRegionType = typename InputImageType::RegionType |
Image typedef support.
Definition at line 66 of file otbDecimateImageFilter.h.
using otb::DecimateImageFilter< TInputImage, TOutputImage >::InputImageType = TInputImage |
Image typedef support.
Definition at line 65 of file otbDecimateImageFilter.h.
using otb::DecimateImageFilter< TInputImage, TOutputImage >::OutputImageRegionType = typename OutputImageType::RegionType |
Image typedef support.
Definition at line 69 of file otbDecimateImageFilter.h.
using otb::DecimateImageFilter< TInputImage, TOutputImage >::OutputImageType = TOutputImage |
Image typedef support.
Definition at line 68 of file otbDecimateImageFilter.h.
using otb::DecimateImageFilter< TInputImage, TOutputImage >::OutputPixelType = typename OutputImageType::PixelType |
Image typedef support.
Definition at line 70 of file otbDecimateImageFilter.h.
using otb::DecimateImageFilter< TInputImage, TOutputImage >::Pointer = itk::SmartPointer<Self> |
Definition at line 50 of file otbDecimateImageFilter.h.
using otb::DecimateImageFilter< TInputImage, TOutputImage >::Self = DecimateImageFilter |
Standard class typedefs.
Definition at line 48 of file otbDecimateImageFilter.h.
using otb::DecimateImageFilter< TInputImage, TOutputImage >::Superclass = itk::ImageToImageFilter<TInputImage, TOutputImage> |
Definition at line 49 of file otbDecimateImageFilter.h.
|
inlineprotected |
Image typedef support.
Definition at line 78 of file otbDecimateImageFilter.h.
|
protectedvirtualdefault |
Image typedef support.
|
privatedelete |
Image typedef support.
|
overrideprotected |
Image typedef support.
Definition at line 85 of file otbDecimateImageFilter.hxx.
|
overrideprotected |
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 |
|
overrideprotected |
Allows multithreading
Definition at line 106 of file otbDecimateImageFilter.hxx.
References otb::SubsampledImageRegionConstIterator< TImage >::GoToBegin(), otb::SubsampledImageRegionConstIterator< TImage >::IsAtEnd(), and otb::SubsampledImageRegionConstIterator< TImage >::SetSubsampleFactor().
|
overrideprotected |
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.
|
overrideprotected |
Image typedef support.
Definition at line 37 of file otbDecimateImageFilter.hxx.
|
virtual |
Image typedef support.
|
static |
Extract dimension from input and output image.
Definition at line 60 of file otbDecimateImageFilter.h.
|
private |
Image typedef support.
Definition at line 106 of file otbDecimateImageFilter.h.
|
static |
Image typedef support.
Definition at line 61 of file otbDecimateImageFilter.h.