diff --git a/Code/FeatureExtraction/otbComplexMomentsImageFunction.h b/Code/FeatureExtraction/otbComplexMomentsImageFunction.h index 9a6314c07fb85f814379917d0f46cc6706dc046d..290c27a544d04cdbe166731c365721388d552acf 100644 --- a/Code/FeatureExtraction/otbComplexMomentsImageFunction.h +++ b/Code/FeatureExtraction/otbComplexMomentsImageFunction.h @@ -80,6 +80,8 @@ public: typedef double ScalarRealType; typedef typename std::complex<ScalarRealType> ScalarComplexType; + typedef TCoordRep CoordRepType; + /** Dimension of the underlying image. */ itkStaticConstMacro(ImageDimension, unsigned int, InputImageType::ImageDimension); diff --git a/Code/FeatureExtraction/otbFlusserMomentsImageFunction.h b/Code/FeatureExtraction/otbFlusserMomentsImageFunction.h index 422d83222ecb4cdd3abb832bab72949f71c8d1bd..80170e12224793fe2afce524fa7b4ac94bbaaa4b 100644 --- a/Code/FeatureExtraction/otbFlusserMomentsImageFunction.h +++ b/Code/FeatureExtraction/otbFlusserMomentsImageFunction.h @@ -93,6 +93,8 @@ public: typedef typename Superclass::OutputType OutputType; typedef typename OutputType::ValueType ScalarRealType; + typedef TCoordRep CoordRepType; + /** Dimension of the underlying image. */ itkStaticConstMacro(ImageDimension, unsigned int, InputImageType::ImageDimension); diff --git a/Code/FeatureExtraction/otbFourierMellinDescriptorsImageFunction.h b/Code/FeatureExtraction/otbFourierMellinDescriptorsImageFunction.h index f3600a3d84b0c0c703ba81dff23087f0827c4d4f..fc0c95a649cfa054af2ac82834358d373dff44f1 100644 --- a/Code/FeatureExtraction/otbFourierMellinDescriptorsImageFunction.h +++ b/Code/FeatureExtraction/otbFourierMellinDescriptorsImageFunction.h @@ -89,6 +89,8 @@ public: typedef typename std::complex<ScalarRealType> ScalarComplexType; typedef typename std::vector< std::vector< ScalarComplexType > > ComplexType; + typedef TCoordRep CoordRepType; + /** Dimension of the underlying image. */ itkStaticConstMacro(ImageDimension, unsigned int, InputImageType::ImageDimension); diff --git a/Code/FeatureExtraction/otbHuMomentsImageFunction.h b/Code/FeatureExtraction/otbHuMomentsImageFunction.h index 6428f41d356a3aa11dacb784d81261f106f1ca74..954f5437fb44cd0e8650973b1510549ca9a8eb0c 100644 --- a/Code/FeatureExtraction/otbHuMomentsImageFunction.h +++ b/Code/FeatureExtraction/otbHuMomentsImageFunction.h @@ -89,6 +89,8 @@ public: typedef typename Superclass::OutputType OutputType; typedef typename OutputType::ValueType ScalarRealType; + typedef TCoordRep CoordRepType; + /** Dimension of the underlying image. */ itkStaticConstMacro(ImageDimension, unsigned int, InputImageType::ImageDimension); diff --git a/Code/FeatureExtraction/otbLocalHistogramImageFunction.h b/Code/FeatureExtraction/otbLocalHistogramImageFunction.h index 747315729ef0fffbbf26d69ed52c8493615b5a5c..fe4253665c364ff424470ed8e27a5d0c46fde565 100644 --- a/Code/FeatureExtraction/otbLocalHistogramImageFunction.h +++ b/Code/FeatureExtraction/otbLocalHistogramImageFunction.h @@ -71,6 +71,8 @@ public: typedef typename HistogramType::Pointer HistogramPointer; typedef typename GeneratorType::Pointer GeneratorPointer; + typedef TCoordRep CoordRepType; + /** Dimension of the underlying image. */ itkStaticConstMacro(ImageDimension, unsigned int, InputImageType::ImageDimension); diff --git a/Code/FeatureExtraction/otbRadiometricMomentsImageFunction.h b/Code/FeatureExtraction/otbRadiometricMomentsImageFunction.h index 4bb775f9f94e06d2df52f68eb0164ffd334b7a9c..f7cc6d5454ae12ab416c905a559f3ccf5bc5ea12 100644 --- a/Code/FeatureExtraction/otbRadiometricMomentsImageFunction.h +++ b/Code/FeatureExtraction/otbRadiometricMomentsImageFunction.h @@ -72,6 +72,8 @@ public: typedef typename Superclass::OutputType OutputType; typedef typename OutputType::ValueType ScalarRealType; + typedef TCoordRep CoordRepType; + /** Dimension of the underlying image. */ itkStaticConstMacro(ImageDimension, unsigned int, InputImageType::ImageDimension); diff --git a/Code/FeatureExtraction/otbRealMomentsImageFunction.h b/Code/FeatureExtraction/otbRealMomentsImageFunction.h index 39d297cec9a6b04b3938f92da7dae5fb8578c143..1534dc35ec9d906398a63d2d0d4e32157d81548d 100644 --- a/Code/FeatureExtraction/otbRealMomentsImageFunction.h +++ b/Code/FeatureExtraction/otbRealMomentsImageFunction.h @@ -67,6 +67,8 @@ public: typedef typename Superclass::OutputType OutputType; typedef float ScalarRealType; + typedef TCoordRep CoordRepType; + /** Dimension of the underlying image. */ itkStaticConstMacro(ImageDimension, unsigned int, InputImageType::ImageDimension);