|
OTB
9.0.0
Orfeo Toolbox
|
Go to the documentation of this file.
22 #ifndef __StreamingSimpleMosaicFilter_H
23 #define __StreamingSimpleMosaicFilter_H
43 template <
class TInputImage,
class TOutputImage = TInputImage,
class TInternalValueType =
double>
87 void ThreadedGenerateData(
const OutputImageRegionType& outputRegionForThread, itk::ThreadIdType threadId)
override;
91 void operator=(
const Self&);
97 #ifndef OTB_MANUAL_INSTANTIATION
Superclass::InternalValueType InternalValueType
InputImageType::RegionType InputImageRegionType
InternalImageType::PixelType InternalPixelType
StreamingSimpleMosaicFilter Self
Superclass::OutputImagePixelType OutputImagePixelType
itk::SmartPointer< const Self > ConstPointer
Superclass::InputImageRegionType InputImageRegionType
InputImageType::PixelType InputImagePixelType
StreamingSimpleMosaicFilter()
OutputImageType::PointType OutputImagePointType
Superclass::OutputImageType OutputImageType
The "otb" namespace contains all Orfeo Toolbox (OTB) classes.
TInputImage InputImageType
Superclass::OutputImagePointType OutputImagePointType
Superclass::InputImageType InputImageType
OutputImageType::InternalPixelType OutputImageInternalPixelType
TOutputImage OutputImageType
OutputImageType::RegionType OutputImageRegionType
Superclass::IteratorType IteratorType
Superclass::OutputImageInternalPixelType OutputImageInternalPixelType
Base class for mosaic filters. Computes the total extent of multiple inputs, and provide routines to ...
Superclass::OutputImageRegionType OutputImageRegionType
Computes the mosaic of an input images set. The output pixel value is equal to the first input pixel ...
itk::ImageRegionIterator< OutputImageType > IteratorType
virtual ~StreamingSimpleMosaicFilter()
Superclass::InternalPixelType InternalPixelType
TInternalValueType InternalValueType
Superclass::InputImagePixelType InputImagePixelType
InterpolatorType::Pointer InterpolatorPointerType
Superclass::InterpolatorPointerType InterpolatorPointerType
itk::SmartPointer< Self > Pointer
otb::StreamingMosaicFilterBase< TInputImage, TOutputImage, TInternalValueType > Superclass
OutputImageType::PixelType OutputImagePixelType