|
OTB
9.0.0
Orfeo Toolbox
|
Go to the documentation of this file.
21 #ifndef otbScalarImageToPanTexTextureFilter_h
22 #define otbScalarImageToPanTexTextureFilter_h
25 #include "itkImageToImageFilter.h"
49 template <
class TInpuImage,
class TOutputImage>
55 typedef itk::ImageToImageFilter<TInpuImage, TOutputImage>
Superclass;
70 typedef typename InputRegionType::SizeType
SizeType;
96 itkSetMacro(NumberOfBinsPerAxis,
unsigned int);
99 itkGetMacro(NumberOfBinsPerAxis,
unsigned int);
150 #ifndef OTB_MANUAL_INSTANTIATION
GreyLevelCooccurrenceIndexedList< InputPixelType > CooccurrenceIndexedListType
itk::SmartPointer< const Self > ConstPointer
InputPixelType m_InputImageMaximum
InputImageType::RegionType InputRegionType
itk::NumericTraits< FrequencyType >::RealType RelativeFrequencyType
InputImageType::Pointer InputImagePointerType
itk::NumericTraits< PixelType >::RealType PixelValueType
VectorType::iterator VectorIteratorType
InputPixelType m_InputImageMinimum
The "otb" namespace contains all Orfeo Toolbox (OTB) classes.
itk::SmartPointer< Self > Pointer
itk::ImageToImageFilter< TInpuImage, TOutputImage > Superclass
CooccurrenceIndexedListType::PixelValueType PixelValueType
std::vector< CooccurrencePairType > VectorType
CooccurrenceIndexedListType::VectorType VectorType
void operator=(const Self &)=delete
CooccurrenceIndexedListType::ConstPointer CooccurrenceIndexedListConstPointerType
TOutputImage OutputImageType
VectorType::const_iterator VectorConstIteratorType
OutputImageType::RegionType OutputRegionType
InputImageType::OffsetType OffsetType
CooccurrenceIndexedListType::RelativeFrequencyType RelativeFrequencyType
CooccurrenceIndexedListType::Pointer CooccurrenceIndexedListPointerType
ScalarImageToPanTexTextureFilter()
std::vector< OffsetType > OffsetListType
OffsetListType m_OffsetList
~ScalarImageToPanTexTextureFilter() override=default
itk::Index< PixelPairSize > IndexType
InputRegionType::SizeType SizeType
void GenerateInputRequestedRegion() override
itk::SmartPointer< const Self > ConstPointer
itk::SmartPointer< Self > Pointer
static OutputRegionType RegionUnion(const OutputRegionType ®ion1, const OutputRegionType ®ion2)
unsigned int m_NumberOfBinsPerAxis
void ThreadedGenerateData(const OutputRegionType &outputRegion, itk::ThreadIdType threadId) override
TInpuImage InputImageType
OutputImageType::Pointer OutputImagePointerType
This class holds a VectorType of CooccurrencePairType with each pair is a combination of pixel index ...
CooccurrenceIndexedListType::IndexType CooccurrenceIndexType
This class computes a texture derived built-up presence index (PanTex)
ScalarImageToPanTexTextureFilter Self
InputImageType::PixelType InputPixelType