|
OTB
9.0.0
Orfeo Toolbox
|
Go to the documentation of this file.
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);
95 void GenerateInputRequestedRegion(
void)
override;
96 void GenerateOutputInformation(
void)
override;
100 void GenerateData(
void)
override;
111 void PrintSelf(std::ostream& os, itk::Indent indent)
const override;
115 void operator=(
const Self&) =
delete;
124 #ifndef OTB_MANUAL_INSTANTIATION
This filter is a helper class to apply per band a standard itk::ImageToImageFilter to a VectorImage.
ImageListToVectorImageFilter< OutputImageListType, OutputVectorImageType > RecompositionFilterType
VectorImageToImageListFilter< InputVectorImageType, InputImageListType > DecompositionFilterType
~PerBandVectorImageFilter() override
TOutputImage OutputVectorImageType
itk::ImageToImageFilter< TInputImage, TOutputImage > Superclass
Image< OutputPixelType, OutputVectorImageType::ImageDimension > OutputImageType
This filter applies the filter given as template to the input image list.
InputVectorImageType::Pointer InputVectorImagePointerType
FilterType::Pointer FilterPointerType
The "otb" namespace contains all Orfeo Toolbox (OTB) classes.
Creation of an "otb" image which contains metadata.
itk::SmartPointer< Self > Pointer
ImageListToImageListApplyFilter< InputImageListType, OutputImageListType, FilterType > ProcessingFilterType
Image< InputPixelType, InputVectorImageType::ImageDimension > InputImageType
Converts an ImageList to a VectorImage.
ImageList< InputImageType > InputImageListType
itk::SmartPointer< Self > Pointer
OutputVectorImageType::Pointer OutputVectorImagePointerType
ProcessingFilterType::Pointer ProcessingFilterPointerType
DecompositionFilterType::Pointer DecompositionFilterPointerType
InputVectorImageType::InternalPixelType InputPixelType
PerBandVectorImageFilter Self
RecompositionFilterType::Pointer RecompositionFilterPointerType
FilterPointerType m_Filter
The processing filter.
itk::SmartPointer< Self > Pointer
itk::SmartPointer< Self > Pointer
This class represent a list of images.
TInputImage InputVectorImageType
This class aims at converting a multi-band image to a list of scalar images.
itk::SmartPointer< const Self > ConstPointer
unsigned m_OutputIndex
The index of the output of the filter to gather.
OutputVectorImageType::InternalPixelType OutputPixelType
ImageList< OutputImageType > OutputImageListType