21 #ifndef otbPerBandVectorImageFilter_h
22 #define otbPerBandVectorImageFilter_h
29 #include "itkImageToImageFilter.h"
48 template <
class TInputImage,
class TOutputImage,
class TFilter>
54 typedef itk::ImageToImageFilter<TInputImage, TOutputImage>
Superclass;
92 itkSetMacro(OutputIndex,
unsigned int);
93 itkGetMacro(OutputIndex,
unsigned int);
111 void PrintSelf(std::ostream& os, itk::Indent indent)
const override;
124 #ifndef OTB_MANUAL_INSTANTIATION
This filter applies the filter given as template to the input image list.
itk::SmartPointer< Self > Pointer
Converts an ImageList to a VectorImage.
itk::SmartPointer< Self > Pointer
This class represent a list of images.
Creation of an "otb" image which contains metadata.
This filter is a helper class to apply per band a standard itk::ImageToImageFilter to a VectorImage.
ProcessingFilterType::Pointer ProcessingFilterPointerType
void GenerateData(void) override
~PerBandVectorImageFilter() override
RecompositionFilterType::Pointer RecompositionFilterPointerType
OutputVectorImageType::InternalPixelType OutputPixelType
void GenerateInputRequestedRegion(void) override
TInputImage InputVectorImageType
itkGetObjectMacro(Filter, FilterType)
Image< InputPixelType, InputVectorImageType::ImageDimension > InputImageType
FilterPointerType m_Filter
The processing filter.
ImageListToImageListApplyFilter< InputImageListType, OutputImageListType, FilterType > ProcessingFilterType
DecompositionFilterType::Pointer DecompositionFilterPointerType
PerBandVectorImageFilter Self
InputVectorImageType::InternalPixelType InputPixelType
itk::SmartPointer< const Self > ConstPointer
itk::SmartPointer< Self > Pointer
ImageList< OutputImageType > OutputImageListType
OutputVectorImageType::Pointer OutputVectorImagePointerType
PerBandVectorImageFilter(const Self &)=delete
itk::ImageToImageFilter< TInputImage, TOutputImage > Superclass
unsigned m_OutputIndex
The index of the output of the filter to gather.
Image< OutputPixelType, OutputVectorImageType::ImageDimension > OutputImageType
PerBandVectorImageFilter()
void operator=(const Self &)=delete
VectorImageToImageListFilter< InputVectorImageType, InputImageListType > DecompositionFilterType
ImageListToVectorImageFilter< OutputImageListType, OutputVectorImageType > RecompositionFilterType
FilterType::Pointer FilterPointerType
void PrintSelf(std::ostream &os, itk::Indent indent) const override
void GenerateOutputInformation(void) override
ImageList< InputImageType > InputImageListType
InputVectorImageType::Pointer InputVectorImagePointerType
TOutputImage OutputVectorImageType
This class aims at converting a multi-band image to a list of scalar images.
itk::SmartPointer< Self > Pointer
The "otb" namespace contains all Orfeo Toolbox (OTB) classes.