diff --git a/Examples/BasicFilters/BandMathFilterExample.cxx b/Examples/BasicFilters/BandMathFilterExample.cxx index 5c46a127468e482abc1dd53d02f7e5a9cda6d046..07d7a8d41fb662035c46c9470737e7650de8d026 100644 --- a/Examples/BasicFilters/BandMathFilterExample.cxx +++ b/Examples/BasicFilters/BandMathFilterExample.cxx @@ -48,6 +48,7 @@ #include "otbVectorImage.h" #include "otbImageFileReader.h" #include "otbImageFileWriter.h" +#include "itkUnaryFunctorImageFilter.h" #include "itkCastImageFilter.h" #include "otbVectorImageToImageListFilter.h" diff --git a/Examples/BasicFilters/IndexedToRGBExample.cxx b/Examples/BasicFilters/IndexedToRGBExample.cxx index f1be9aa53eb5d82fa2cc1af8d926bd00f81edbd2..e27d3cef85d21aaeec4ccbc0df84f2a20f461632 100644 --- a/Examples/BasicFilters/IndexedToRGBExample.cxx +++ b/Examples/BasicFilters/IndexedToRGBExample.cxx @@ -42,6 +42,7 @@ #include "otbImage.h" #include "otbImageFileReader.h" #include "otbImageFileWriter.h" +#include "itkUnaryFunctorImageFilter.h" #include "itkScalarToRGBPixelFunctor.h" #include "itkRescaleIntensityImageFilter.h" diff --git a/Examples/BasicFilters/ScalingFilterExample.cxx b/Examples/BasicFilters/ScalingFilterExample.cxx index 19966a873c14cac7ecce6fcad31640a5a6d552f4..6928bb3b91cd6fb4c9641a78fda5b88ed576e586 100644 --- a/Examples/BasicFilters/ScalingFilterExample.cxx +++ b/Examples/BasicFilters/ScalingFilterExample.cxx @@ -35,6 +35,7 @@ #include "otbImage.h" #include "otbImageFileReader.h" #include "otbImageFileWriter.h" +#include "itkUnaryFunctorImageFilter.h" #include "itkRescaleIntensityImageFilter.h" #include "itkCastImageFilter.h" diff --git a/Examples/ChangeDetection/ChangeDetectionFrameworkExample.cxx b/Examples/ChangeDetection/ChangeDetectionFrameworkExample.cxx index 7da485672110298fc23596853da8aa1ad8ae884b..1f595b5ddb14238e990847ff9b50d9e2de09afc9 100644 --- a/Examples/ChangeDetection/ChangeDetectionFrameworkExample.cxx +++ b/Examples/ChangeDetection/ChangeDetectionFrameworkExample.cxx @@ -38,6 +38,7 @@ #include "otbImageFileReader.h" #include "otbImageFileWriter.h" +#include "itkUnaryFunctorImageFilter.h" #include "itkRescaleIntensityImageFilter.h" #include "otbImage.h" #include "otbCommandProgressUpdate.h" diff --git a/Examples/ChangeDetection/DiffChDet.cxx b/Examples/ChangeDetection/DiffChDet.cxx index 70108cf357236a52421bf61e63d784afa55ff14b..d64088717dc754c5bbe932eeb84e10a9432c0639 100644 --- a/Examples/ChangeDetection/DiffChDet.cxx +++ b/Examples/ChangeDetection/DiffChDet.cxx @@ -52,6 +52,7 @@ #include "otbImageFileReader.h" #include "otbImageFileWriter.h" #include "otbImage.h" +#include "itkUnaryFunctorImageFilter.h" #include "itkAbsImageFilter.h" #include "itkRescaleIntensityImageFilter.h" diff --git a/Examples/ChangeDetection/KullbackLeiblerDistanceChDet.cxx b/Examples/ChangeDetection/KullbackLeiblerDistanceChDet.cxx index 25ff0cb8d4a2dce5fd147efee8894be11444f1e1..a68e7b144918726ba595d004b7904556a5f55a0e 100644 --- a/Examples/ChangeDetection/KullbackLeiblerDistanceChDet.cxx +++ b/Examples/ChangeDetection/KullbackLeiblerDistanceChDet.cxx @@ -78,6 +78,7 @@ #include "otbImage.h" #include "otbImageFileReader.h" #include "otbImageFileWriter.h" +#include "itkUnaryFunctorImageFilter.h" #include "itkRescaleIntensityImageFilter.h" // Software Guide : BeginCodeSnippet diff --git a/Examples/Classification/ScalarImageMarkovRandomField1.cxx b/Examples/Classification/ScalarImageMarkovRandomField1.cxx index 0cc13649025ade3f1950c73e9fbde6b570aa53f5..b12b4b4cc5633c7d9a04d42e3bac8266ab16af61 100644 --- a/Examples/Classification/ScalarImageMarkovRandomField1.cxx +++ b/Examples/Classification/ScalarImageMarkovRandomField1.cxx @@ -54,6 +54,7 @@ #include "itkComposeImageFilter.h" // Software Guide : EndCodeSnippet +#include "itkUnaryFunctorImageFilter.h" #include "itkRescaleIntensityImageFilter.h" // Software Guide : BeginLatex diff --git a/Examples/DataRepresentation/Image/ImageAdaptor2.cxx b/Examples/DataRepresentation/Image/ImageAdaptor2.cxx index f6509e5e576e58e05990e75d15e9c9f4ee34172e..9b35188053c141f6979eaff95503c18d53215d0e 100644 --- a/Examples/DataRepresentation/Image/ImageAdaptor2.cxx +++ b/Examples/DataRepresentation/Image/ImageAdaptor2.cxx @@ -35,6 +35,7 @@ #include "itkImageRegionIteratorWithIndex.h" #include "otbImageFileReader.h" #include "otbImageFileWriter.h" +#include "itkUnaryFunctorImageFilter.h" #include "itkRescaleIntensityImageFilter.h" // Software Guide : BeginLatex diff --git a/Examples/DataRepresentation/Image/ImageAdaptor3.cxx b/Examples/DataRepresentation/Image/ImageAdaptor3.cxx index e3d0214b61436fbb0a10a4e15f97a6ec38c91a34..7a3fadc54a7e400dcddb2d89668354e980a299fc 100644 --- a/Examples/DataRepresentation/Image/ImageAdaptor3.cxx +++ b/Examples/DataRepresentation/Image/ImageAdaptor3.cxx @@ -40,6 +40,7 @@ #include "itkImageRegionIteratorWithIndex.h" #include "otbImageFileReader.h" #include "otbImageFileWriter.h" +#include "itkUnaryFunctorImageFilter.h" #include "itkRescaleIntensityImageFilter.h" // Software Guide : BeginCodeSnippet diff --git a/Examples/DataRepresentation/Image/ImageAdaptor4.cxx b/Examples/DataRepresentation/Image/ImageAdaptor4.cxx index ad29e772df026316ef06bec4b01088057a3b0c00..b778c85437ceb7240f98cee8f4dff0454ce3d63a 100644 --- a/Examples/DataRepresentation/Image/ImageAdaptor4.cxx +++ b/Examples/DataRepresentation/Image/ImageAdaptor4.cxx @@ -46,6 +46,7 @@ #include "itkImageAdaptor.h" #include "otbImageFileReader.h" #include "otbImageFileWriter.h" +#include "itkUnaryFunctorImageFilter.h" #include "itkRescaleIntensityImageFilter.h" // Software Guide : BeginLatex diff --git a/Examples/DisparityMap/FineRegistrationImageFilterExample.cxx b/Examples/DisparityMap/FineRegistrationImageFilterExample.cxx index a26830fdbf70a501c107bf06621c23f1b567f579..0808cf5b4c884240491161a95b11b84b09c9499a 100644 --- a/Examples/DisparityMap/FineRegistrationImageFilterExample.cxx +++ b/Examples/DisparityMap/FineRegistrationImageFilterExample.cxx @@ -40,6 +40,7 @@ #include "otbImageFileWriter.h" #include "otbImageFileReader.h" +#include "itkUnaryFunctorImageFilter.h" #include "itkRecursiveGaussianImageFilter.h" #include "otbWarpImageFilter.h" #include "itkMeanReciprocalSquareDifferenceImageToImageMetric.h" diff --git a/Examples/DisparityMap/NCCRegistrationFilterExample.cxx b/Examples/DisparityMap/NCCRegistrationFilterExample.cxx index 16e3473da2837e117928833c64c147d5e6a149a3..249de0157d16f8bb7a40b175c44ee79c583ddc74 100644 --- a/Examples/DisparityMap/NCCRegistrationFilterExample.cxx +++ b/Examples/DisparityMap/NCCRegistrationFilterExample.cxx @@ -43,6 +43,7 @@ // Software Guide : EndCodeSnippet #include "otbImageOfVectorsToMonoChannelExtractROI.h" +#include "itkUnaryFunctorImageFilter.h" #include "itkRescaleIntensityImageFilter.h" #include "itkCastImageFilter.h" diff --git a/Examples/DisparityMap/SimpleDisparityMapEstimationExample.cxx b/Examples/DisparityMap/SimpleDisparityMapEstimationExample.cxx index 0f0bfc3760b562d0f4f3d5b9d785f8642ffca67f..09f78e756497b299dd496abcc33c1d1c67787ad5 100644 --- a/Examples/DisparityMap/SimpleDisparityMapEstimationExample.cxx +++ b/Examples/DisparityMap/SimpleDisparityMapEstimationExample.cxx @@ -49,6 +49,7 @@ #include "otbImageFileReader.h" #include "otbImageFileWriter.h" +#include "itkUnaryFunctorImageFilter.h" #include "itkRescaleIntensityImageFilter.h" #include "otbMultiToMonoChannelExtractROI.h" diff --git a/Examples/DisparityMap/StereoReconstructionExample.cxx b/Examples/DisparityMap/StereoReconstructionExample.cxx index c2a51acce3696b59067b89ff4e473e34cb85942a..580ae92ce0b047b649a7e0dea180a148fca50326 100644 --- a/Examples/DisparityMap/StereoReconstructionExample.cxx +++ b/Examples/DisparityMap/StereoReconstructionExample.cxx @@ -52,6 +52,7 @@ #include "otbImageFileReader.h" #include "otbImageFileWriter.h" #include "otbBCOInterpolateImageFunction.h" +#include "itkUnaryFunctorImageFilter.h" #include "itkVectorCastImageFilter.h" #include "otbImageList.h" #include "otbImageListToVectorImageFilter.h" diff --git a/Examples/FeatureExtraction/AssymmetricFusionOfLineDetectorExample.cxx b/Examples/FeatureExtraction/AssymmetricFusionOfLineDetectorExample.cxx index 63843fab648bdfb2e53bebdde32a2906cc2d99fb..d448324cfe676c642d4638ee310669310464e6ba 100644 --- a/Examples/FeatureExtraction/AssymmetricFusionOfLineDetectorExample.cxx +++ b/Examples/FeatureExtraction/AssymmetricFusionOfLineDetectorExample.cxx @@ -37,6 +37,7 @@ #include "otbImage.h" #include "otbImageFileReader.h" +#include "itkUnaryFunctorImageFilter.h" #include "itkRescaleIntensityImageFilter.h" #include "otbImageFileWriter.h" diff --git a/Examples/FeatureExtraction/CorrelationLineDetectorExample.cxx b/Examples/FeatureExtraction/CorrelationLineDetectorExample.cxx index 2a4a037c0ed4f230d6abd025cfb1c2b63f790fa8..c6bcfba20d36fff5c2e7192fc0c4122b63853521 100644 --- a/Examples/FeatureExtraction/CorrelationLineDetectorExample.cxx +++ b/Examples/FeatureExtraction/CorrelationLineDetectorExample.cxx @@ -41,6 +41,7 @@ #include "otbImage.h" #include "otbImageFileReader.h" +#include "itkUnaryFunctorImageFilter.h" #include "itkRescaleIntensityImageFilter.h" #include "otbImageFileWriter.h" diff --git a/Examples/FeatureExtraction/EdgeDensityExample.cxx b/Examples/FeatureExtraction/EdgeDensityExample.cxx index dc3db25a2b4887caf3b82699f11fb3ff06c8db0b..ce39150ce0c874dd74eea11d940e978b9ea67c98 100644 --- a/Examples/FeatureExtraction/EdgeDensityExample.cxx +++ b/Examples/FeatureExtraction/EdgeDensityExample.cxx @@ -19,6 +19,7 @@ #include "otbImage.h" #include "otbImageFileReader.h" #include "otbImageFileWriter.h" +#include "itkUnaryFunctorImageFilter.h" #include "itkRescaleIntensityImageFilter.h" // Software Guide : BeginCommandLineArgs diff --git a/Examples/FeatureExtraction/ExtractRoadByStepsExample.cxx b/Examples/FeatureExtraction/ExtractRoadByStepsExample.cxx index 4fee40497c8ff15da9b57428824b5af746f45bfd..fd0bdfc3fc1c0aad6488e0678e90b556629c9f6e 100644 --- a/Examples/FeatureExtraction/ExtractRoadByStepsExample.cxx +++ b/Examples/FeatureExtraction/ExtractRoadByStepsExample.cxx @@ -42,6 +42,7 @@ #include "otbDrawPathListFilter.h" #include "otbLikelihoodPathListFilter.h" #include "otbMultiToMonoChannelExtractROI.h" +#include "itkUnaryFunctorImageFilter.h" #include "itkRescaleIntensityImageFilter.h" #include "itkSqrtImageFilter.h" diff --git a/Examples/FeatureExtraction/PanTexExample.cxx b/Examples/FeatureExtraction/PanTexExample.cxx index ebe0576b76418425ad5d1bc979dfa9ddfedd14d3..dae9bfc6825307e078b06d87baa916d4259ca39a 100644 --- a/Examples/FeatureExtraction/PanTexExample.cxx +++ b/Examples/FeatureExtraction/PanTexExample.cxx @@ -26,6 +26,7 @@ #include "otbImage.h" #include "otbImageFileReader.h" #include "otbImageFileWriter.h" +#include "itkUnaryFunctorImageFilter.h" #include "itkRescaleIntensityImageFilter.h" // Software Guide : BeginLatex diff --git a/Examples/FeatureExtraction/RatioLineDetectorExample.cxx b/Examples/FeatureExtraction/RatioLineDetectorExample.cxx index 21a33d0828cf33953e5eb5cce96105ec394715f7..6acf07911026a7b719d58b8efd10b90160b17220 100644 --- a/Examples/FeatureExtraction/RatioLineDetectorExample.cxx +++ b/Examples/FeatureExtraction/RatioLineDetectorExample.cxx @@ -41,6 +41,7 @@ #include "otbImage.h" #include "otbImageFileReader.h" +#include "itkUnaryFunctorImageFilter.h" #include "itkRescaleIntensityImageFilter.h" #include "otbImageFileWriter.h" diff --git a/Examples/FeatureExtraction/SFSExample.cxx b/Examples/FeatureExtraction/SFSExample.cxx index 189519709a0257c218c79f83c343ab6bfa564210..eb9f364781f8d5631996442c554822c184ac45b5 100644 --- a/Examples/FeatureExtraction/SFSExample.cxx +++ b/Examples/FeatureExtraction/SFSExample.cxx @@ -20,6 +20,7 @@ #include "otbImage.h" #include "otbImageFileReader.h" #include "otbImageFileWriter.h" +#include "itkUnaryFunctorImageFilter.h" #include "itkRescaleIntensityImageFilter.h" // Software Guide : BeginCommandLineArgs diff --git a/Examples/FeatureExtraction/SeamCarvingExample.cxx b/Examples/FeatureExtraction/SeamCarvingExample.cxx index 74b53a9c0a532d1bd515f1d29db1d639a2b6bd22..5880cd0473067e1f7664d0989ed0355b214e2b29 100644 --- a/Examples/FeatureExtraction/SeamCarvingExample.cxx +++ b/Examples/FeatureExtraction/SeamCarvingExample.cxx @@ -39,6 +39,7 @@ #include "itkPolyLineParametricPath.h" #include "otbImageFileReader.h" #include "otbImageFileWriter.h" +#include "itkUnaryFunctorImageFilter.h" #include "itkGradientMagnitudeImageFilter.h" #include "itkRescaleIntensityImageFilter.h" diff --git a/Examples/FeatureExtraction/SeamCarvingOtherExample.cxx b/Examples/FeatureExtraction/SeamCarvingOtherExample.cxx index 1fdedcc7ee98b3a6bc12cb96b164bbf3f37de857..354abe92b20003af4e752699fd7f2bd3b7b8533a 100644 --- a/Examples/FeatureExtraction/SeamCarvingOtherExample.cxx +++ b/Examples/FeatureExtraction/SeamCarvingOtherExample.cxx @@ -39,6 +39,7 @@ #include "itkPolyLineParametricPath.h" #include "otbImageFileReader.h" #include "otbImageFileWriter.h" +#include "itkUnaryFunctorImageFilter.h" #include "itkRescaleIntensityImageFilter.h" #include "itkGradientMagnitudeImageFilter.h" diff --git a/Examples/FeatureExtraction/TouziEdgeDetectorExample.cxx b/Examples/FeatureExtraction/TouziEdgeDetectorExample.cxx index 967fafc4a658419df9ff7e980c968660a9301bd6..d84ff817cc658bfd83f2ecfbb97ac378a963192b 100644 --- a/Examples/FeatureExtraction/TouziEdgeDetectorExample.cxx +++ b/Examples/FeatureExtraction/TouziEdgeDetectorExample.cxx @@ -50,6 +50,7 @@ // Software Guide : EndCodeSnippet #include "otbImageFileReader.h" +#include "itkUnaryFunctorImageFilter.h" #include "itkRescaleIntensityImageFilter.h" #include "otbImageFileWriter.h" diff --git a/Examples/Filtering/BinaryThresholdImageFilter.cxx b/Examples/Filtering/BinaryThresholdImageFilter.cxx index b7b0d652613501146fda1d2d5a954f9d4edf87eb..9dfb9705357f885e7a326758419c450183d50eb1 100644 --- a/Examples/Filtering/BinaryThresholdImageFilter.cxx +++ b/Examples/Filtering/BinaryThresholdImageFilter.cxx @@ -53,6 +53,7 @@ // // Software Guide : EndLatex +#include "itkUnaryFunctorImageFilter.h" // Software Guide : BeginCodeSnippet #include "itkBinaryThresholdImageFilter.h" // Software Guide : EndCodeSnippet diff --git a/Examples/Filtering/CannyEdgeDetectionImageFilter.cxx b/Examples/Filtering/CannyEdgeDetectionImageFilter.cxx index 079c967cb5813b91aca42b6d12f5cbfd58be70ad..6a504f892c7b041c02abcc7b4f9433f0225e8a33 100644 --- a/Examples/Filtering/CannyEdgeDetectionImageFilter.cxx +++ b/Examples/Filtering/CannyEdgeDetectionImageFilter.cxx @@ -40,6 +40,7 @@ #include "otbImage.h" #include "otbImageFileReader.h" #include "otbImageFileWriter.h" +#include "itkUnaryFunctorImageFilter.h" #include "itkCastImageFilter.h" #include "itkRescaleIntensityImageFilter.h" diff --git a/Examples/Filtering/CompositeFilterExample.cxx b/Examples/Filtering/CompositeFilterExample.cxx index 3e03a5324f794ddb13ed21bf06a80bc75420e29c..9b76116102e987b7edbe0443caa3eb3bd352fb7b 100644 --- a/Examples/Filtering/CompositeFilterExample.cxx +++ b/Examples/Filtering/CompositeFilterExample.cxx @@ -41,6 +41,7 @@ // Software Guide : EndLatex // Software Guide : BeginCodeSnippet +#include "itkUnaryFunctorImageFilter.h" #include "itkGradientMagnitudeImageFilter.h" #include "itkThresholdImageFilter.h" #include "itkRescaleIntensityImageFilter.h" diff --git a/Examples/Filtering/DanielssonDistanceMapImageFilter.cxx b/Examples/Filtering/DanielssonDistanceMapImageFilter.cxx index b953c39e26353577c5a69ffb72dbaefdeb6a07e9..49c47a0c6b871e187c5d087aeb24fdb5c50f0790 100644 --- a/Examples/Filtering/DanielssonDistanceMapImageFilter.cxx +++ b/Examples/Filtering/DanielssonDistanceMapImageFilter.cxx @@ -50,6 +50,7 @@ #include "otbImage.h" #include "otbImageFileReader.h" #include "otbImageFileWriter.h" +#include "itkUnaryFunctorImageFilter.h" #include "itkRescaleIntensityImageFilter.h" int main(int argc, char * argv[]) diff --git a/Examples/Filtering/DerivativeImageFilter.cxx b/Examples/Filtering/DerivativeImageFilter.cxx index 84dcac7ff6541d5dc8e16db4cb4000f1902ff63c..d42c6384aea59e1d7ca971b07051adce17e6277b 100644 --- a/Examples/Filtering/DerivativeImageFilter.cxx +++ b/Examples/Filtering/DerivativeImageFilter.cxx @@ -37,6 +37,7 @@ #include "otbImage.h" #include "otbImageFileReader.h" #include "otbImageFileWriter.h" +#include "itkUnaryFunctorImageFilter.h" #include "itkRescaleIntensityImageFilter.h" // Software Guide : BeginLatex diff --git a/Examples/Filtering/DiscreteGaussianImageFilter.cxx b/Examples/Filtering/DiscreteGaussianImageFilter.cxx index bfe8c2354003e3660b1aca3dba6ace77f7f644cc..99d57066b30b0befc273566f4bd9d89d378b3d0c 100644 --- a/Examples/Filtering/DiscreteGaussianImageFilter.cxx +++ b/Examples/Filtering/DiscreteGaussianImageFilter.cxx @@ -55,6 +55,7 @@ #include "otbImage.h" #include "otbImageFileReader.h" #include "otbImageFileWriter.h" +#include "itkUnaryFunctorImageFilter.h" #include "itkRescaleIntensityImageFilter.h" // Software Guide : BeginLatex diff --git a/Examples/Filtering/GradientAnisotropicDiffusionImageFilter.cxx b/Examples/Filtering/GradientAnisotropicDiffusionImageFilter.cxx index c514ddafcff7d897274cb0a1e6b49dc5b974c41b..6ed4b82ecd8f1d4d7647db09061ba62dc257dec7 100644 --- a/Examples/Filtering/GradientAnisotropicDiffusionImageFilter.cxx +++ b/Examples/Filtering/GradientAnisotropicDiffusionImageFilter.cxx @@ -46,6 +46,7 @@ #include "otbImage.h" #include "otbImageFileReader.h" #include "otbImageFileWriter.h" +#include "itkUnaryFunctorImageFilter.h" #include "itkRescaleIntensityImageFilter.h" // Software Guide : BeginLatex diff --git a/Examples/Filtering/GradientMagnitudeImageFilter.cxx b/Examples/Filtering/GradientMagnitudeImageFilter.cxx index 0c9f291b540142066206e8980c83656bf343d50e..c62a79ad47de4a16a7310fe3afc5a2a527395e88 100644 --- a/Examples/Filtering/GradientMagnitudeImageFilter.cxx +++ b/Examples/Filtering/GradientMagnitudeImageFilter.cxx @@ -55,6 +55,7 @@ #include "otbImage.h" #include "otbImageFileReader.h" #include "otbImageFileWriter.h" +#include "itkUnaryFunctorImageFilter.h" #include "itkRescaleIntensityImageFilter.h" // Software Guide : BeginLatex diff --git a/Examples/Filtering/GradientMagnitudeRecursiveGaussianImageFilter.cxx b/Examples/Filtering/GradientMagnitudeRecursiveGaussianImageFilter.cxx index f4f003ff995cb0d6ae7cea0d05a6e1de45a4dc61..1f2ba87fb40093ad65ec028377d7e50aad1b5489 100644 --- a/Examples/Filtering/GradientMagnitudeRecursiveGaussianImageFilter.cxx +++ b/Examples/Filtering/GradientMagnitudeRecursiveGaussianImageFilter.cxx @@ -62,6 +62,7 @@ #include "otbImage.h" #include "otbImageFileReader.h" #include "otbImageFileWriter.h" +#include "itkUnaryFunctorImageFilter.h" #include "itkRescaleIntensityImageFilter.h" // Software Guide : BeginLatex diff --git a/Examples/Filtering/LaplacianRecursiveGaussianImageFilter1.cxx b/Examples/Filtering/LaplacianRecursiveGaussianImageFilter1.cxx index fd76687a6cb1552231a776c072090bba4e2e827b..4c51ce95134ebfa2ebefff176e88e3b0e8f470cd 100644 --- a/Examples/Filtering/LaplacianRecursiveGaussianImageFilter1.cxx +++ b/Examples/Filtering/LaplacianRecursiveGaussianImageFilter1.cxx @@ -46,6 +46,7 @@ #include "otbImageFileReader.h" #include "otbImageFileWriter.h" #include "itkAddImageFilter.h" +#include "itkUnaryFunctorImageFilter.h" // Software Guide : BeginLatex // diff --git a/Examples/Filtering/LaplacianRecursiveGaussianImageFilter2.cxx b/Examples/Filtering/LaplacianRecursiveGaussianImageFilter2.cxx index 46e77cb6312978f8b188ba614dce657cfbad9e68..5ec77b22ec6227b089f1b8cfc12cda78d02d631d 100644 --- a/Examples/Filtering/LaplacianRecursiveGaussianImageFilter2.cxx +++ b/Examples/Filtering/LaplacianRecursiveGaussianImageFilter2.cxx @@ -48,6 +48,7 @@ #include "otbImage.h" #include "otbImageFileReader.h" #include "otbImageFileWriter.h" +#include "itkUnaryFunctorImageFilter.h" // Software Guide : BeginLatex // diff --git a/Examples/Filtering/MathematicalMorphologyBinaryFilters.cxx b/Examples/Filtering/MathematicalMorphologyBinaryFilters.cxx index 8c8aa26903f18f311a45d4efdb5f8ebd07422506..b0ac233490741a1a1daadc7ecc52ccd6703b9da6 100644 --- a/Examples/Filtering/MathematicalMorphologyBinaryFilters.cxx +++ b/Examples/Filtering/MathematicalMorphologyBinaryFilters.cxx @@ -41,6 +41,7 @@ #include "otbImage.h" #include "otbImageFileReader.h" #include "otbImageFileWriter.h" +#include "itkUnaryFunctorImageFilter.h" // Software Guide : BeginCodeSnippet #include "itkBinaryErodeImageFilter.h" diff --git a/Examples/Filtering/MathematicalMorphologyGrayscaleFilters.cxx b/Examples/Filtering/MathematicalMorphologyGrayscaleFilters.cxx index acadcb1d3ddb7c3f2ef292e2a337cca2853afdbb..150465a4a8e07154621a4929fbdc6346665e9c20 100644 --- a/Examples/Filtering/MathematicalMorphologyGrayscaleFilters.cxx +++ b/Examples/Filtering/MathematicalMorphologyGrayscaleFilters.cxx @@ -42,6 +42,7 @@ #include "otbImage.h" #include "otbImageFileReader.h" #include "otbImageFileWriter.h" +#include "itkUnaryFunctorImageFilter.h" // Software Guide : BeginCodeSnippet #include "itkGrayscaleErodeImageFilter.h" diff --git a/Examples/Filtering/MeanImageFilter.cxx b/Examples/Filtering/MeanImageFilter.cxx index 433433df272840357ab8564ae14d35323536408e..154dba2b10317e62663971d8181d180374874c28 100644 --- a/Examples/Filtering/MeanImageFilter.cxx +++ b/Examples/Filtering/MeanImageFilter.cxx @@ -63,6 +63,7 @@ #include "otbImage.h" #include "otbImageFileReader.h" #include "otbImageFileWriter.h" +#include "itkUnaryFunctorImageFilter.h" // Software Guide : BeginLatex // diff --git a/Examples/Filtering/MedianImageFilter.cxx b/Examples/Filtering/MedianImageFilter.cxx index 13c3e5222a6c778f5ce6ed0e139d84ab5104e4ab..f7850f56a326dc40386c47630d7493299583bea5 100644 --- a/Examples/Filtering/MedianImageFilter.cxx +++ b/Examples/Filtering/MedianImageFilter.cxx @@ -64,6 +64,7 @@ #include "otbImage.h" #include "otbImageFileReader.h" #include "otbImageFileWriter.h" +#include "itkUnaryFunctorImageFilter.h" // Software Guide : BeginLatex // diff --git a/Examples/IO/DEMToImageGenerator.cxx b/Examples/IO/DEMToImageGenerator.cxx index 55418b329d4f5e77246dca8132247194d8dbbe4f..862b04481808ca482462a1e041a470415627f1d0 100644 --- a/Examples/IO/DEMToImageGenerator.cxx +++ b/Examples/IO/DEMToImageGenerator.cxx @@ -43,6 +43,7 @@ #include "otbDEMToImageGenerator.h" // Software Guide : EndCodeSnippet +#include "itkUnaryFunctorImageFilter.h" #include "itkRescaleIntensityImageFilter.h" #include "itkThresholdImageFilter.h" #include "itkMacro.h" diff --git a/Examples/IO/ImageReadCastWrite.cxx b/Examples/IO/ImageReadCastWrite.cxx index 90a0cc014c0ae476c4006c3596263518a91bae76..caa784ebb17e706d73eea9f82f1e02ab46e39ce6 100644 --- a/Examples/IO/ImageReadCastWrite.cxx +++ b/Examples/IO/ImageReadCastWrite.cxx @@ -43,6 +43,7 @@ // Software Guide : BeginCodeSnippet #include "otbImageFileReader.h" #include "otbImageFileWriter.h" +#include "itkUnaryFunctorImageFilter.h" #include "itkRescaleIntensityImageFilter.h" // Software Guide : EndCodeSnippet diff --git a/Examples/IO/StreamingImageReadWrite.cxx b/Examples/IO/StreamingImageReadWrite.cxx index 3802b15e0582e7564c04012cb66f6b892354520a..53c2037c45a54ba3fbcd64c37d998a2df6551de1 100644 --- a/Examples/IO/StreamingImageReadWrite.cxx +++ b/Examples/IO/StreamingImageReadWrite.cxx @@ -56,6 +56,7 @@ #include "otbImageFileWriter.h" // Software Guide : EndCodeSnippet +#include "itkUnaryFunctorImageFilter.h" #include "itkRescaleIntensityImageFilter.h" #include "otbImage.h" diff --git a/Examples/Iterators/NeighborhoodIterators1.cxx b/Examples/Iterators/NeighborhoodIterators1.cxx index 4a46d55846fcb40976accc96005d62af3751ea3d..f2c5e9c5792adf8b297f3317949f6bbb921fcd34 100644 --- a/Examples/Iterators/NeighborhoodIterators1.cxx +++ b/Examples/Iterators/NeighborhoodIterators1.cxx @@ -42,6 +42,7 @@ #include "otbImage.h" #include "otbImageFileReader.h" #include "otbImageFileWriter.h" +#include "itkUnaryFunctorImageFilter.h" #include "itkRescaleIntensityImageFilter.h" // Software Guide : BeginCodeSnippet diff --git a/Examples/Iterators/NeighborhoodIterators2.cxx b/Examples/Iterators/NeighborhoodIterators2.cxx index dbe2a1f9eeb028847b22fefde6cc7f8c717220cf..7c5c4ee3a8f47cf41195d28ac2a2e300f22bbfba 100644 --- a/Examples/Iterators/NeighborhoodIterators2.cxx +++ b/Examples/Iterators/NeighborhoodIterators2.cxx @@ -19,6 +19,7 @@ #include "otbImage.h" #include "otbImageFileReader.h" #include "otbImageFileWriter.h" +#include "itkUnaryFunctorImageFilter.h" #include "itkRescaleIntensityImageFilter.h" #include "itkConstNeighborhoodIterator.h" #include "itkImageRegionIterator.h" diff --git a/Examples/Iterators/NeighborhoodIterators3.cxx b/Examples/Iterators/NeighborhoodIterators3.cxx index fbfab1aeaa114cb9a8bd825381775e699911c79a..c370170406cdc7d09b272731ada46d2eaba8c46c 100644 --- a/Examples/Iterators/NeighborhoodIterators3.cxx +++ b/Examples/Iterators/NeighborhoodIterators3.cxx @@ -19,6 +19,7 @@ #include "otbImage.h" #include "otbImageFileReader.h" #include "otbImageFileWriter.h" +#include "itkUnaryFunctorImageFilter.h" #include "itkRescaleIntensityImageFilter.h" #include "itkConstNeighborhoodIterator.h" #include "itkImageRegionIterator.h" diff --git a/Examples/Iterators/NeighborhoodIterators4.cxx b/Examples/Iterators/NeighborhoodIterators4.cxx index fd614641c509c40f8b8eac7a589f7e9b184cbd6c..2b82910f74948dc221c29803a8d251cb797957f6 100644 --- a/Examples/Iterators/NeighborhoodIterators4.cxx +++ b/Examples/Iterators/NeighborhoodIterators4.cxx @@ -40,6 +40,7 @@ #include "otbImage.h" #include "otbImageFileReader.h" #include "otbImageFileWriter.h" +#include "itkUnaryFunctorImageFilter.h" #include "itkRescaleIntensityImageFilter.h" #include "itkConstNeighborhoodIterator.h" #include "itkImageRegionIterator.h" diff --git a/Examples/Iterators/NeighborhoodIterators5.cxx b/Examples/Iterators/NeighborhoodIterators5.cxx index b0ad05332cec1840067c227de5b4e945aa477942..610ac1981a22145d2bc90c9360db21379bc5fa0d 100644 --- a/Examples/Iterators/NeighborhoodIterators5.cxx +++ b/Examples/Iterators/NeighborhoodIterators5.cxx @@ -19,6 +19,7 @@ #include "otbImage.h" #include "otbImageFileReader.h" #include "otbImageFileWriter.h" +#include "itkUnaryFunctorImageFilter.h" #include "itkRescaleIntensityImageFilter.h" #include "itkConstNeighborhoodIterator.h" #include "itkImageRegionIterator.h" diff --git a/Examples/Iterators/NeighborhoodIterators6.cxx b/Examples/Iterators/NeighborhoodIterators6.cxx index f569e2207f7f1691d945f82c6fd76288e697109e..50ffe870177345ddf8357eca1756b5ef8f6f1593 100644 --- a/Examples/Iterators/NeighborhoodIterators6.cxx +++ b/Examples/Iterators/NeighborhoodIterators6.cxx @@ -19,6 +19,7 @@ #include "otbImage.h" #include "otbImageFileReader.h" #include "otbImageFileWriter.h" +#include "itkUnaryFunctorImageFilter.h" #include "itkRescaleIntensityImageFilter.h" #include "itkNeighborhoodIterator.h" #include "itkImageRegionIterator.h" diff --git a/Examples/Learning/SEMModelEstimatorExample.cxx b/Examples/Learning/SEMModelEstimatorExample.cxx index e5dfca9b67cfdbc00900fa43f54516589bf36021..bb396e906359cb004045e14364768c9dd1657c49 100644 --- a/Examples/Learning/SEMModelEstimatorExample.cxx +++ b/Examples/Learning/SEMModelEstimatorExample.cxx @@ -42,6 +42,7 @@ #include "itkVector.h" #include "itkVariableLengthVector.h" +#include "itkUnaryFunctorImageFilter.h" #include "itkRescaleIntensityImageFilter.h" // Software Guide : BeginCodeSnippet diff --git a/Examples/Learning/SVMImageClassificationExample.cxx b/Examples/Learning/SVMImageClassificationExample.cxx index 7f7db00eac12c22dc6d3e42b01f50e43df842ff2..86b6dc7a2fde90961d049a9ccf93edffc84704e2 100644 --- a/Examples/Learning/SVMImageClassificationExample.cxx +++ b/Examples/Learning/SVMImageClassificationExample.cxx @@ -21,6 +21,7 @@ #include "otbImageFileReader.h" #include "otbImageFileWriter.h" +#include "itkUnaryFunctorImageFilter.h" #include "itkRescaleIntensityImageFilter.h" #include "otbImage.h" diff --git a/Examples/Markov/MarkovClassification1Example.cxx b/Examples/Markov/MarkovClassification1Example.cxx index 4b8996eadacb33e16c910d5483ea0422ce72543d..4889dc880d236bb4915fcd2e3846fec6c181af63 100644 --- a/Examples/Markov/MarkovClassification1Example.cxx +++ b/Examples/Markov/MarkovClassification1Example.cxx @@ -42,6 +42,7 @@ #include "otbImageFileWriter.h" #include "otbImage.h" #include "otbMarkovRandomFieldFilter.h" +#include "itkUnaryFunctorImageFilter.h" #include "itkRescaleIntensityImageFilter.h" // Software Guide : BeginLatex diff --git a/Examples/Markov/MarkovClassification2Example.cxx b/Examples/Markov/MarkovClassification2Example.cxx index 5872176dd106315b2ee6c2f18e80b6a907c6723b..a17b04918fc6591030d2a48b759e2e82b4aee76f 100644 --- a/Examples/Markov/MarkovClassification2Example.cxx +++ b/Examples/Markov/MarkovClassification2Example.cxx @@ -38,6 +38,7 @@ #include "otbImageFileWriter.h" #include "otbImage.h" #include "otbMarkovRandomFieldFilter.h" +#include "itkUnaryFunctorImageFilter.h" #include "itkRescaleIntensityImageFilter.h" // Software Guide : BeginLatex diff --git a/Examples/Markov/MarkovClassification3Example.cxx b/Examples/Markov/MarkovClassification3Example.cxx index a6188d8b7cd91d2eb3251bbb5ae59e0292faac0e..ded3268194f0870322dc1b88f335558ec3663fb6 100644 --- a/Examples/Markov/MarkovClassification3Example.cxx +++ b/Examples/Markov/MarkovClassification3Example.cxx @@ -45,6 +45,7 @@ #include "otbImageFileWriter.h" #include "otbImage.h" #include "otbMarkovRandomFieldFilter.h" +#include "itkUnaryFunctorImageFilter.h" #include "itkRescaleIntensityImageFilter.h" diff --git a/Examples/Markov/MarkovRegularizationExample.cxx b/Examples/Markov/MarkovRegularizationExample.cxx index 3107b8faf78f15ca1ac023579308896e2b6bc5ba..4f9ddddd7097d9ff5f507a0992f1ff6e3f9b2887 100644 --- a/Examples/Markov/MarkovRegularizationExample.cxx +++ b/Examples/Markov/MarkovRegularizationExample.cxx @@ -45,6 +45,7 @@ #include "otbImageFileWriter.h" #include "otbImage.h" #include "otbMarkovRandomFieldFilter.h" +#include "itkUnaryFunctorImageFilter.h" #include "itkRescaleIntensityImageFilter.h" #include "itkLabelStatisticsImageFilter.h" diff --git a/Examples/Markov/MarkovRestaurationExample.cxx b/Examples/Markov/MarkovRestaurationExample.cxx index 85425713385b4805390a77e4b00c69fa2adeafad..92bfad7d23d83551dba37164dcf9251e22619605 100644 --- a/Examples/Markov/MarkovRestaurationExample.cxx +++ b/Examples/Markov/MarkovRestaurationExample.cxx @@ -51,6 +51,7 @@ #include "otbImageFileWriter.h" #include "otbImage.h" #include "otbMarkovRandomFieldFilter.h" +#include "itkUnaryFunctorImageFilter.h" #include "itkRescaleIntensityImageFilter.h" // Software Guide : BeginLatex diff --git a/Examples/OBIA/ImageToLabelToImage.cxx b/Examples/OBIA/ImageToLabelToImage.cxx index 0ad5eb97736f328f434e90a713ac6056026157a5..5b0cecadd4faf33874f60c642ddde4dcd9ffa12d 100644 --- a/Examples/OBIA/ImageToLabelToImage.cxx +++ b/Examples/OBIA/ImageToLabelToImage.cxx @@ -31,6 +31,7 @@ // // Software Guide : EndLatex +#include "itkUnaryFunctorImageFilter.h" // Software Guide : BeginCodeSnippet #include "itkBinaryImageToLabelMapFilter.h" #include "itkLabelMapToLabelImageFilter.h" diff --git a/Examples/Patented/SIFTDisparityMapEstimation.cxx b/Examples/Patented/SIFTDisparityMapEstimation.cxx index 14af0178768460f44deb33d8ee006518fddfe1d3..35a2f989bac000bcded3e6cd5264d8c02d56c459 100644 --- a/Examples/Patented/SIFTDisparityMapEstimation.cxx +++ b/Examples/Patented/SIFTDisparityMapEstimation.cxx @@ -49,6 +49,7 @@ #include "otbImageFileReader.h" #include "otbImageFileWriter.h" +#include "itkUnaryFunctorImageFilter.h" #include "itkRescaleIntensityImageFilter.h" #include "itkPointSet.h" #include "otbMultiToMonoChannelExtractROI.h" diff --git a/Examples/Projections/SensorModelExample.cxx b/Examples/Projections/SensorModelExample.cxx index c662a51dc7812835c546d0a7e9d43eb4e9a291e6..d8753bcb4b31f7c526e472860f4cd8aa0dec940b 100644 --- a/Examples/Projections/SensorModelExample.cxx +++ b/Examples/Projections/SensorModelExample.cxx @@ -20,7 +20,7 @@ #include "otbImage.h" #include "otbImageFileReader.h" #include "otbImageFileWriter.h" - +#include "itkUnaryFunctorImageFilter.h" #include "itkExtractImageFilter.h" #include "itkRescaleIntensityImageFilter.h" #include "itkLinearInterpolateImageFunction.h" diff --git a/Examples/Radiometry/NDVIRAndNIRVegetationIndexImageFilter.cxx b/Examples/Radiometry/NDVIRAndNIRVegetationIndexImageFilter.cxx index aaddaafc2be67efcf1d83d415adca886076bf47c..1cb99171a594c72d259b2d6fd2508545a2afc841 100644 --- a/Examples/Radiometry/NDVIRAndNIRVegetationIndexImageFilter.cxx +++ b/Examples/Radiometry/NDVIRAndNIRVegetationIndexImageFilter.cxx @@ -68,6 +68,7 @@ #include "otbImage.h" #include "otbImageFileReader.h" #include "otbImageFileWriter.h" +#include "itkUnaryFunctorImageFilter.h" #include "itkRescaleIntensityImageFilter.h" int main(int argc, char *argv[]) diff --git a/Examples/Registration/ImageRegistration1.cxx b/Examples/Registration/ImageRegistration1.cxx index 839b4f87c048bf2ac05318600737ecfab4362e76..ded1c98470a1211b559e03b2e0a27ce0ae969fb9 100644 --- a/Examples/Registration/ImageRegistration1.cxx +++ b/Examples/Registration/ImageRegistration1.cxx @@ -51,6 +51,7 @@ #include "itkRegularStepGradientDescentOptimizer.h" #include "otbImage.h" // Software Guide : EndCodeSnippet +#include "itkUnaryFunctorImageFilter.h" #include "itkMeanImageFilter.h" #include "otbImageFileReader.h" diff --git a/Examples/Registration/ImageRegistration2.cxx b/Examples/Registration/ImageRegistration2.cxx index 5b7cd0572dac7979d2ff9b71176fd82b2210d92a..250249c120623413597d9ee3c8b4faa497571908 100644 --- a/Examples/Registration/ImageRegistration2.cxx +++ b/Examples/Registration/ImageRegistration2.cxx @@ -36,7 +36,7 @@ // following headers declare the basic components of this registration method. // // Software Guide : EndLatex - +#include "itkUnaryFunctorImageFilter.h" // Software Guide : BeginCodeSnippet #include "itkImageRegistrationMethod.h" #include "itkTranslationTransform.h" diff --git a/Examples/Registration/ImageRegistration5.cxx b/Examples/Registration/ImageRegistration5.cxx index 5c4110ab2bfeae5d620fce8f6834fb7a41e3b81c..99ceedad4602b09a96b2fde80d24c66a12beecc9 100644 --- a/Examples/Registration/ImageRegistration5.cxx +++ b/Examples/Registration/ImageRegistration5.cxx @@ -48,6 +48,7 @@ // // Software Guide : EndLatex +#include "itkUnaryFunctorImageFilter.h" #include "itkImageRegistrationMethod.h" #include "itkMeanSquaresImageToImageMetric.h" #include "itkRegularStepGradientDescentOptimizer.h" diff --git a/Examples/Registration/ImageRegistration9.cxx b/Examples/Registration/ImageRegistration9.cxx index 3cc37f2bda712f50418034bf03e62258b86035cf..5e1cd81eb7d2c6d520138612ef7216a9b6266ca9 100644 --- a/Examples/Registration/ImageRegistration9.cxx +++ b/Examples/Registration/ImageRegistration9.cxx @@ -40,6 +40,7 @@ // // Software Guide : EndLatex +#include "itkUnaryFunctorImageFilter.h" #include "itkImageRegistrationMethod.h" #include "itkMeanSquaresImageToImageMetric.h" #include "itkRegularStepGradientDescentOptimizer.h" diff --git a/Examples/Segmentation/ConfidenceConnected.cxx b/Examples/Segmentation/ConfidenceConnected.cxx index 37f1e5a2eb3584497864e113abbb26d750f4cc75..343e45698738e158e1a02ef7996e3fd5a02d355a 100644 --- a/Examples/Segmentation/ConfidenceConnected.cxx +++ b/Examples/Segmentation/ConfidenceConnected.cxx @@ -80,6 +80,7 @@ // Software Guide : EndCodeSnippet #include "otbImage.h" +#include "itkUnaryFunctorImageFilter.h" #include "itkCastImageFilter.h" // Software Guide : BeginLatex diff --git a/Examples/Segmentation/ConnectedThresholdImageFilter.cxx b/Examples/Segmentation/ConnectedThresholdImageFilter.cxx index 1dcde98ff8224373a82f51bfedbf90b6b2e4c713..ced8be1350aeee0dbc14de82af77c8144252abff 100644 --- a/Examples/Segmentation/ConnectedThresholdImageFilter.cxx +++ b/Examples/Segmentation/ConnectedThresholdImageFilter.cxx @@ -71,6 +71,7 @@ // Software Guide : EndCodeSnippet #include "otbImage.h" +#include "itkUnaryFunctorImageFilter.h" #include "itkCastImageFilter.h" // Software Guide : BeginLatex diff --git a/Examples/Segmentation/FastMarchingImageFilter.cxx b/Examples/Segmentation/FastMarchingImageFilter.cxx index 0479794af6edf1dc45499f74f99f058137dccc79..f73c19cd7fbb52b99a0ac6724b00b53827cb0337 100644 --- a/Examples/Segmentation/FastMarchingImageFilter.cxx +++ b/Examples/Segmentation/FastMarchingImageFilter.cxx @@ -104,6 +104,7 @@ // // Software Guide : EndLatex +#include "itkUnaryFunctorImageFilter.h" // Software Guide : BeginCodeSnippet #include "itkCurvatureAnisotropicDiffusionImageFilter.h" // Software Guide : EndCodeSnippet diff --git a/Examples/Segmentation/IsolatedConnectedImageFilter.cxx b/Examples/Segmentation/IsolatedConnectedImageFilter.cxx index a361bad69271d463b54f88214a12ea9bd9dd5f6d..89cdb70be3ffda9d830914b2aa728e87f22a36e1 100644 --- a/Examples/Segmentation/IsolatedConnectedImageFilter.cxx +++ b/Examples/Segmentation/IsolatedConnectedImageFilter.cxx @@ -55,6 +55,7 @@ // Software Guide : EndCodeSnippet #include "otbImage.h" +#include "itkUnaryFunctorImageFilter.h" #include "itkCastImageFilter.h" #include "itkCurvatureFlowImageFilter.h" #include "otbImageFileReader.h" diff --git a/Examples/Segmentation/NeighborhoodConnectedImageFilter.cxx b/Examples/Segmentation/NeighborhoodConnectedImageFilter.cxx index 63167a6ec1cda17a34f4f9647f42a2b34a95742a..076e1269e5eaefe8076dcc89a8dfff0ca5854c82 100644 --- a/Examples/Segmentation/NeighborhoodConnectedImageFilter.cxx +++ b/Examples/Segmentation/NeighborhoodConnectedImageFilter.cxx @@ -62,6 +62,7 @@ // Software Guide : EndCodeSnippet #include "otbImage.h" +#include "itkUnaryFunctorImageFilter.h" #include "itkCastImageFilter.h" // Software Guide : BeginLatex diff --git a/Examples/Segmentation/OtsuMultipleThresholdImageFilter.cxx b/Examples/Segmentation/OtsuMultipleThresholdImageFilter.cxx index 0c1ef825735c95ae3e26a133cffa7cfd5ff49460..11faabf21c2e7684875a19c4df2d7c4b1946aa92 100644 --- a/Examples/Segmentation/OtsuMultipleThresholdImageFilter.cxx +++ b/Examples/Segmentation/OtsuMultipleThresholdImageFilter.cxx @@ -29,6 +29,7 @@ // This example illustrates how to use the \doxygen{itk}{OtsuMultipleThresholdsCalculator}. // Software Guide : EndLatex +#include "itkUnaryFunctorImageFilter.h" // Software Guide : BeginCodeSnippet #include "itkOtsuMultipleThresholdsCalculator.h" // Software Guide : EndCodeSnippet diff --git a/Examples/Segmentation/OtsuThresholdImageFilter.cxx b/Examples/Segmentation/OtsuThresholdImageFilter.cxx index 951ddb1aaf7154118dd485c42f0e68f3451e1776..7037997a72e1df433f2b20f94abea2f9dd47bac9 100644 --- a/Examples/Segmentation/OtsuThresholdImageFilter.cxx +++ b/Examples/Segmentation/OtsuThresholdImageFilter.cxx @@ -32,6 +32,7 @@ // // Software Guide : EndLatex +#include "itkUnaryFunctorImageFilter.h" // Software Guide : BeginCodeSnippet #include "itkOtsuThresholdImageFilter.h" // Software Guide : EndCodeSnippet diff --git a/Examples/Segmentation/WatershedSegmentation.cxx b/Examples/Segmentation/WatershedSegmentation.cxx index 4d8f358111b6ec861fc3e955634589922ab4d597..9ae943f493ea4c00152014fc569a5da7d5588621 100644 --- a/Examples/Segmentation/WatershedSegmentation.cxx +++ b/Examples/Segmentation/WatershedSegmentation.cxx @@ -55,7 +55,7 @@ // // Software Guide : EndLatex #include <iostream> - +#include "itkUnaryFunctorImageFilter.h" // Software Guide : BeginCodeSnippet #include "itkVectorGradientAnisotropicDiffusionImageFilter.h" #include "itkVectorGradientMagnitudeImageFilter.h" diff --git a/Examples/Tutorials/ScalingPipeline.cxx b/Examples/Tutorials/ScalingPipeline.cxx index 9d9de037cc86a853967cca7c4bf8f791d871f1e2..8ceacedf45e29b3dd68f87c2aca4978de953bc9c 100644 --- a/Examples/Tutorials/ScalingPipeline.cxx +++ b/Examples/Tutorials/ScalingPipeline.cxx @@ -37,6 +37,7 @@ #include "otbImage.h" #include "otbImageFileReader.h" #include "otbImageFileWriter.h" +#include "itkUnaryFunctorImageFilter.h" #include "itkCannyEdgeDetectionImageFilter.h" #include "itkRescaleIntensityImageFilter.h" diff --git a/Examples/Tutorials/SmarterFilteringPipeline.cxx b/Examples/Tutorials/SmarterFilteringPipeline.cxx index 03974a85b594951d707d53603c3756a870e5cc60..b47b17a57c073a4a51efb5e34eefc813a7f5737c 100644 --- a/Examples/Tutorials/SmarterFilteringPipeline.cxx +++ b/Examples/Tutorials/SmarterFilteringPipeline.cxx @@ -74,6 +74,7 @@ #include "otbImage.h" #include "otbImageFileReader.h" #include "otbImageFileWriter.h" +#include "itkUnaryFunctorImageFilter.h" #include "itkRescaleIntensityImageFilter.h" #include "otbHarrisImageFilter.h" diff --git a/Modules/Applications/AppFusion/app/otbPansharpening.cxx b/Modules/Applications/AppFusion/app/otbPansharpening.cxx index 4d5b55f8f501eaac3da239478c5edcd24bd662cf..41d98e0fdcead3bcb8b9baaa8c969411a53610b3 100644 --- a/Modules/Applications/AppFusion/app/otbPansharpening.cxx +++ b/Modules/Applications/AppFusion/app/otbPansharpening.cxx @@ -17,6 +17,7 @@ =========================================================================*/ #include "otbWrapperApplicationFactory.h" +#include "itkUnaryFunctorImageFilter.h" #include "itkVectorIndexSelectionCastImageFilter.h" #include "otbGenericRSResampleImageFilter.h" #include "otbBCOInterpolateImageFunction.h" diff --git a/Modules/Applications/AppSegmentation/app/otbLSMSSegmentation.cxx b/Modules/Applications/AppSegmentation/app/otbLSMSSegmentation.cxx index ea4c099074fc1c511aa2a040308d6089d7573d0b..1af6e23b928e7d6956214d36840192588a802a80 100644 --- a/Modules/Applications/AppSegmentation/app/otbLSMSSegmentation.cxx +++ b/Modules/Applications/AppSegmentation/app/otbLSMSSegmentation.cxx @@ -21,6 +21,7 @@ #include "otbExtractROI.h" #include "otbConnectedComponentMuParserFunctor.h" #include "otbBandMathImageFilter.h" +#include "itkUnaryFunctorImageFilter.h" #include "itkStatisticsImageFilter.h" #include "itkChangeLabelImageFilter.h" #include "itkImageRegionConstIterator.h" diff --git a/Modules/Applications/AppSegmentation/app/otbLSMSSmallRegionsMerging.cxx b/Modules/Applications/AppSegmentation/app/otbLSMSSmallRegionsMerging.cxx index b8748ba54468ec5c2376265495f0fd32e80e5f3f..9ea8f9013aaad2e06d2cc0cf3821f76117836fbf 100644 --- a/Modules/Applications/AppSegmentation/app/otbLSMSSmallRegionsMerging.cxx +++ b/Modules/Applications/AppSegmentation/app/otbLSMSSmallRegionsMerging.cxx @@ -21,6 +21,7 @@ #include "otbStreamingStatisticsImageFilter.h" #include "otbSystem.h" +#include "itkUnaryFunctorImageFilter.h" #include "itkChangeLabelImageFilter.h" #include "otbTileImageFilter.h" diff --git a/Modules/Applications/AppStereo/app/otbStereoFramework.cxx b/Modules/Applications/AppStereo/app/otbStereoFramework.cxx index 087b005f1064fb95d12e9735d86c30a234932fef..16f86b131fb38eb784e3d7c35d6f634188804292 100644 --- a/Modules/Applications/AppStereo/app/otbStereoFramework.cxx +++ b/Modules/Applications/AppStereo/app/otbStereoFramework.cxx @@ -33,6 +33,7 @@ #include "otbVectorImageToImageListFilter.h" #include "otbBCOInterpolateImageFunction.h" +#include "itkUnaryFunctorImageFilter.h" #include "itkVectorCastImageFilter.h" #include "itkInverseDisplacementFieldImageFilter.h" diff --git a/Modules/Core/ComplexImage/test/otbAmplitudePhaseToRGBFunctor.cxx b/Modules/Core/ComplexImage/test/otbAmplitudePhaseToRGBFunctor.cxx index 16f414581cd52fea909479351eb28dee61f07872..a892c59468da2b7f38252e74ec7824dd9a248757 100644 --- a/Modules/Core/ComplexImage/test/otbAmplitudePhaseToRGBFunctor.cxx +++ b/Modules/Core/ComplexImage/test/otbAmplitudePhaseToRGBFunctor.cxx @@ -21,7 +21,7 @@ #include "otbImage.h" #include "otbImageFileReader.h" #include "otbImageFileWriter.h" - +#include "itkUnaryFunctorImageFilter.h" #include "itkTernaryFunctorImageFilter.h" #include "otbAmplitudePhaseToRGBFunctor.h" #include "itkComplexToModulusImageFilter.h" diff --git a/Modules/Core/ImageBase/test/otbExtractROITestMetaData.cxx b/Modules/Core/ImageBase/test/otbExtractROITestMetaData.cxx index 75aba80b678a662b6ea689dd518d24845158d0c8..0969d3434176e12ff8e5bb3230230db218b76c95 100644 --- a/Modules/Core/ImageBase/test/otbExtractROITestMetaData.cxx +++ b/Modules/Core/ImageBase/test/otbExtractROITestMetaData.cxx @@ -18,7 +18,7 @@ #include <iostream> #include <fstream> - +#include "itkUnaryFunctorImageFilter.h" #include "itkExtractImageFilter.h" #include "itkVectorIndexSelectionCastImageFilter.h" #include "otbExtractROI.h" diff --git a/Modules/Core/LabelMap/include/otbBandsStatisticsAttributesLabelMapFilter.txx b/Modules/Core/LabelMap/include/otbBandsStatisticsAttributesLabelMapFilter.txx index 4ae3e99d6351b179354d003359e60bfa411166de..2ad41886e63cb6eb163b70aa01e70ecac4c55bc4 100644 --- a/Modules/Core/LabelMap/include/otbBandsStatisticsAttributesLabelMapFilter.txx +++ b/Modules/Core/LabelMap/include/otbBandsStatisticsAttributesLabelMapFilter.txx @@ -19,6 +19,7 @@ #define __otbBandsStatisticsAttributesLabelMapFilter_txx #include "otbBandsStatisticsAttributesLabelMapFilter.h" +#include "itkUnaryFunctorImageFilter.h" #include "itkVectorIndexSelectionCastImageFilter.h" namespace otb diff --git a/Modules/Core/ObjectList/test/otbImageListToImageListApplyFilter.cxx b/Modules/Core/ObjectList/test/otbImageListToImageListApplyFilter.cxx index 6fa2385b2048b0045d043e22f5c59d9346d58865..89284ae919d5b766162ac91c08393553b395df4f 100644 --- a/Modules/Core/ObjectList/test/otbImageListToImageListApplyFilter.cxx +++ b/Modules/Core/ObjectList/test/otbImageListToImageListApplyFilter.cxx @@ -20,6 +20,7 @@ #include "otbImageListToImageListApplyFilter.h" #include "otbImageList.h" #include "otbImage.h" +#include "itkUnaryFunctorImageFilter.h" #include "itkMeanImageFilter.h" #include "otbImageFileReader.h" #include "otbImageFileWriter.h" diff --git a/Modules/Core/ObjectList/test/otbImageListToImageListApplyFilterNew.cxx b/Modules/Core/ObjectList/test/otbImageListToImageListApplyFilterNew.cxx index b384b03f5567891bdef7f475cb16c9ef09a2fc5d..26f71d6fcb58f2ef9e66c03c7b678e7779e7d338 100644 --- a/Modules/Core/ObjectList/test/otbImageListToImageListApplyFilterNew.cxx +++ b/Modules/Core/ObjectList/test/otbImageListToImageListApplyFilterNew.cxx @@ -20,6 +20,7 @@ #include "otbImageListToImageListApplyFilter.h" #include "otbImageList.h" #include "otbImage.h" +#include "itkUnaryFunctorImageFilter.h" #include "itkMeanImageFilter.h" int otbImageListToImageListApplyFilterNew(int itkNotUsed(argc), char * itkNotUsed(argv) []) diff --git a/Modules/Core/Transform/test/otbCreateProjectionWithOSSIM.cxx b/Modules/Core/Transform/test/otbCreateProjectionWithOSSIM.cxx index edf5a90fe0cf957088e5f2860f7b2cb3149ac304..0e69743f65756ae5f051b71fcd130f55915ea10e 100644 --- a/Modules/Core/Transform/test/otbCreateProjectionWithOSSIM.cxx +++ b/Modules/Core/Transform/test/otbCreateProjectionWithOSSIM.cxx @@ -36,7 +36,7 @@ #include "otbImageFileWriter.h" #include "otbImageFileWriter.h" - +#include "itkUnaryFunctorImageFilter.h" #include "itkExtractImageFilter.h" #include "itkRescaleIntensityImageFilter.h" #include "itkImageRegionIteratorWithIndex.h" diff --git a/Modules/Core/Transform/test/otbCreateProjectionWithOTB.cxx b/Modules/Core/Transform/test/otbCreateProjectionWithOTB.cxx index 5569243756fe55b277d86090d0165eadfd0d3198..a02b23b2b8f3d4ee852b879e493b829f80d6531f 100644 --- a/Modules/Core/Transform/test/otbCreateProjectionWithOTB.cxx +++ b/Modules/Core/Transform/test/otbCreateProjectionWithOTB.cxx @@ -36,7 +36,7 @@ #include "otbImageFileWriter.h" #include "otbImageFileWriter.h" - +#include "itkUnaryFunctorImageFilter.h" #include "itkExtractImageFilter.h" #include "itkRescaleIntensityImageFilter.h" #include "itkImageRegionIteratorWithIndex.h" diff --git a/Modules/Detection/RoadExtraction/include/otbGenericRoadExtractionFilter.h b/Modules/Detection/RoadExtraction/include/otbGenericRoadExtractionFilter.h index 57c2fbd5d12f09052fad261a461a0f653c3eb7a8..623ad4b2cf53bc23544e6cc7d71a50a86e18673a 100644 --- a/Modules/Detection/RoadExtraction/include/otbGenericRoadExtractionFilter.h +++ b/Modules/Detection/RoadExtraction/include/otbGenericRoadExtractionFilter.h @@ -18,6 +18,7 @@ #ifndef __otbGenericRoadExtractionFilter_h #define __otbGenericRoadExtractionFilter_h +#include "itkUnaryFunctorImageFilter.h" #include "itkGradientRecursiveGaussianImageFilter.h" #include "otbVectorImage.h" diff --git a/Modules/Feature/Descriptors/test/otbFourierMellinImageFilter.cxx b/Modules/Feature/Descriptors/test/otbFourierMellinImageFilter.cxx index 704b85d45560a3033a9acd817ecb62a7a6eb8cce..4366e1dd8b310196b0ddf375ae05bf8c5be74937 100644 --- a/Modules/Feature/Descriptors/test/otbFourierMellinImageFilter.cxx +++ b/Modules/Feature/Descriptors/test/otbFourierMellinImageFilter.cxx @@ -21,6 +21,7 @@ #include "otbImageFileReader.h" #include "otbImageFileWriter.h" #include "otbForwardFourierMellinTransformImageFilter.h" +#include "itkUnaryFunctorImageFilter.h" #include "itkLinearInterpolateImageFunction.h" #include "itkComplexToImaginaryImageFilter.h" #include "itkComplexToRealImageFilter.h" diff --git a/Modules/Feature/Descriptors/test/otbImageToSIFTKeyPointSetFilterDistanceMap.cxx b/Modules/Feature/Descriptors/test/otbImageToSIFTKeyPointSetFilterDistanceMap.cxx index b816f3171bc418374f170af918d41fc155ccde35..03f2994802a6cc39f2b58746d73bb5e185358b03 100644 --- a/Modules/Feature/Descriptors/test/otbImageToSIFTKeyPointSetFilterDistanceMap.cxx +++ b/Modules/Feature/Descriptors/test/otbImageToSIFTKeyPointSetFilterDistanceMap.cxx @@ -18,6 +18,7 @@ #include <iostream> #include <fstream> +#include "itkUnaryFunctorImageFilter.h" #include "itkPointSet.h" #include "itkVariableLengthVector.h" #include "itkResampleImageFilter.h" diff --git a/Modules/Feature/Edge/include/otbEdgeDetectorImageFilter.h b/Modules/Feature/Edge/include/otbEdgeDetectorImageFilter.h index 2915a7249a0c7e48f3bcd21dff75bab1b7d6c63f..a4955334bcd65db8b1b250e1012a26f858cbe877 100644 --- a/Modules/Feature/Edge/include/otbEdgeDetectorImageFilter.h +++ b/Modules/Feature/Edge/include/otbEdgeDetectorImageFilter.h @@ -20,6 +20,7 @@ #ifndef __otbEdgeDetectorImageFilter_h #define __otbEdgeDetectorImageFilter_h +#include "itkUnaryFunctorImageFilter.h" #include "itkImageToImageFilter.h" #include "itkBinaryThresholdImageFilter.h" diff --git a/Modules/Feature/Edge/include/otbHoughTransform2DLinesImageFilter.txx b/Modules/Feature/Edge/include/otbHoughTransform2DLinesImageFilter.txx index a7b0f8397dc1f7ae33efcfdaf9ea00707ddda149..8f1baac483579a2037903dbbb72635875fc22168 100644 --- a/Modules/Feature/Edge/include/otbHoughTransform2DLinesImageFilter.txx +++ b/Modules/Feature/Edge/include/otbHoughTransform2DLinesImageFilter.txx @@ -19,6 +19,7 @@ #define __otbHoughTransform2DLinesImageFilter_txx #include "otbHoughTransform2DLinesImageFilter.h" +#include "itkUnaryFunctorImageFilter.h" #include "itkImageRegionIteratorWithIndex.h" #include "itkDiscreteGaussianImageFilter.h" #include "itkMinimumMaximumImageCalculator.h" diff --git a/Modules/Feature/Edge/include/otbLocalHoughFilter.h b/Modules/Feature/Edge/include/otbLocalHoughFilter.h index 1a1ce959abe93937da1ce40c57411da57948db0d..f2fd23860940bec432031ce6029fa39c83eff3fb 100644 --- a/Modules/Feature/Edge/include/otbLocalHoughFilter.h +++ b/Modules/Feature/Edge/include/otbLocalHoughFilter.h @@ -18,7 +18,7 @@ #ifndef __otbLocalHoughFilter_h #define __otbLocalHoughFilter_h - +#include "itkUnaryFunctorImageFilter.h" #include "itkHoughTransform2DLinesImageFilter.h" #include "otbImageToLineSpatialObjectListFilter.h" diff --git a/Modules/Filtering/ChangeDetection/test/otbCBAMIChangeDetectionTest.cxx b/Modules/Filtering/ChangeDetection/test/otbCBAMIChangeDetectionTest.cxx index a83a15188a360678f2bd3e30f6b215efdc5e8e2f..eff54e8bbd7b0d36a69d42dc86a0d2df4526ec43 100644 --- a/Modules/Filtering/ChangeDetection/test/otbCBAMIChangeDetectionTest.cxx +++ b/Modules/Filtering/ChangeDetection/test/otbCBAMIChangeDetectionTest.cxx @@ -18,6 +18,7 @@ #include "otbImageFileReader.h" #include "otbImageFileWriter.h" +#include "itkUnaryFunctorImageFilter.h" #include "itkRescaleIntensityImageFilter.h" #include "otbImage.h" #include "otbCBAMIChangeDetector.h" diff --git a/Modules/Filtering/ChangeDetection/test/otbCorrelChangeDetectionTest.cxx b/Modules/Filtering/ChangeDetection/test/otbCorrelChangeDetectionTest.cxx index 2efeb9d82839f61f850b52e57131564299c64ee5..5bfdfa8798b93658ab2b43eb1b12fd7d95b1ff22 100644 --- a/Modules/Filtering/ChangeDetection/test/otbCorrelChangeDetectionTest.cxx +++ b/Modules/Filtering/ChangeDetection/test/otbCorrelChangeDetectionTest.cxx @@ -18,6 +18,7 @@ #include "otbImageFileReader.h" #include "otbImageFileWriter.h" +#include "itkUnaryFunctorImageFilter.h" #include "itkRescaleIntensityImageFilter.h" #include "otbImage.h" #include "otbCorrelationChangeDetector.h" diff --git a/Modules/Filtering/ChangeDetection/test/otbJHMIChangeDetectionTest.cxx b/Modules/Filtering/ChangeDetection/test/otbJHMIChangeDetectionTest.cxx index 8b17413e0bb16f4029beef9993711eea1fdabc6b..47ce8603184ac8f21f609fbed435680f9373a74a 100644 --- a/Modules/Filtering/ChangeDetection/test/otbJHMIChangeDetectionTest.cxx +++ b/Modules/Filtering/ChangeDetection/test/otbJHMIChangeDetectionTest.cxx @@ -18,6 +18,7 @@ #include "otbImageFileReader.h" #include "otbImageFileWriter.h" +#include "itkUnaryFunctorImageFilter.h" #include "itkRescaleIntensityImageFilter.h" #include "otbImage.h" #include "otbJoinHistogramMIImageFilter.h" diff --git a/Modules/Filtering/ChangeDetection/test/otbKullbackLeiblerSupervizedDistanceImageFilter.cxx b/Modules/Filtering/ChangeDetection/test/otbKullbackLeiblerSupervizedDistanceImageFilter.cxx index e01bdee6bbf783d7bc1aab962237d3cd2039dcc1..d0621a63635b01f7a4eab4517cd2636a67e08d84 100644 --- a/Modules/Filtering/ChangeDetection/test/otbKullbackLeiblerSupervizedDistanceImageFilter.cxx +++ b/Modules/Filtering/ChangeDetection/test/otbKullbackLeiblerSupervizedDistanceImageFilter.cxx @@ -19,6 +19,7 @@ #include "otbImage.h" #include "otbImageFileReader.h" #include "otbImageFileWriter.h" +#include "itkUnaryFunctorImageFilter.h" #include "itkRescaleIntensityImageFilter.h" #include "otbKullbackLeiblerSupervizedDistanceImageFilter.h" #include "otbCommandProgressUpdate.h" diff --git a/Modules/Filtering/ChangeDetection/test/otbLHMIChangeDetectionTest.cxx b/Modules/Filtering/ChangeDetection/test/otbLHMIChangeDetectionTest.cxx index 36089e4e77bb2079b4f204b6e483c53c3dca72c9..361ff75fb65edca4e99bbba3e1bb6c230ead1e77 100644 --- a/Modules/Filtering/ChangeDetection/test/otbLHMIChangeDetectionTest.cxx +++ b/Modules/Filtering/ChangeDetection/test/otbLHMIChangeDetectionTest.cxx @@ -18,6 +18,7 @@ #include "otbImageFileReader.h" #include "otbImageFileWriter.h" +#include "itkUnaryFunctorImageFilter.h" #include "itkRescaleIntensityImageFilter.h" #include "otbImage.h" #include "otbLHMIChangeDetector.h" diff --git a/Modules/Filtering/ChangeDetection/test/otbMeanDiffChangeDetectionTest.cxx b/Modules/Filtering/ChangeDetection/test/otbMeanDiffChangeDetectionTest.cxx index 7b166b0ee671d8d5c61284f21c3107511bac3612..1fb524a2de3801d0a3e9455fcc6cd3b218ea866f 100644 --- a/Modules/Filtering/ChangeDetection/test/otbMeanDiffChangeDetectionTest.cxx +++ b/Modules/Filtering/ChangeDetection/test/otbMeanDiffChangeDetectionTest.cxx @@ -18,6 +18,7 @@ #include "otbImageFileReader.h" #include "otbImageFileWriter.h" +#include "itkUnaryFunctorImageFilter.h" #include "itkRescaleIntensityImageFilter.h" #include "otbImage.h" #include "otbMeanDifferenceImageFilter.h" diff --git a/Modules/Filtering/ChangeDetection/test/otbMeanRatioChangeDetectionTest.cxx b/Modules/Filtering/ChangeDetection/test/otbMeanRatioChangeDetectionTest.cxx index 3342a03f30a970ae93fd9137c88c6b3e673db8da..37a57078be3ba322aebc3e7a4be27e96438fadbf 100644 --- a/Modules/Filtering/ChangeDetection/test/otbMeanRatioChangeDetectionTest.cxx +++ b/Modules/Filtering/ChangeDetection/test/otbMeanRatioChangeDetectionTest.cxx @@ -18,6 +18,7 @@ #include "otbImageFileReader.h" #include "otbImageFileWriter.h" +#include "itkUnaryFunctorImageFilter.h" #include "itkRescaleIntensityImageFilter.h" #include "otbImage.h" #include "otbMeanRatioImageFilter.h" diff --git a/Modules/Filtering/DEM/include/otbDEMCaracteristicsExtractor.h b/Modules/Filtering/DEM/include/otbDEMCaracteristicsExtractor.h index fcf613e9df71eee40db9949d533cdbaf5f6bab7f..42368ea14dfa84ce8be23126357f1d3498f63ab3 100644 --- a/Modules/Filtering/DEM/include/otbDEMCaracteristicsExtractor.h +++ b/Modules/Filtering/DEM/include/otbDEMCaracteristicsExtractor.h @@ -23,6 +23,7 @@ #include "otbImage.h" #include "otbVectorImage.h" +#include "itkUnaryFunctorImageFilter.h" #include "itkGradientMagnitudeImageFilter.h" #include "itkGradientRecursiveGaussianImageFilter.h" #include "itkAtan2ImageFilter.h" diff --git a/Modules/Filtering/ImageManipulation/test/otbPerBandVectorImageFilterNew.cxx b/Modules/Filtering/ImageManipulation/test/otbPerBandVectorImageFilterNew.cxx index 7c3be25d0ffab98c9534df142321039310ef0511..f1f5874fd213662d5c53320a82f56ee9bc4301de 100644 --- a/Modules/Filtering/ImageManipulation/test/otbPerBandVectorImageFilterNew.cxx +++ b/Modules/Filtering/ImageManipulation/test/otbPerBandVectorImageFilterNew.cxx @@ -19,6 +19,7 @@ #include "otbPerBandVectorImageFilter.h" #include "otbVectorImage.h" +#include "itkUnaryFunctorImageFilter.h" #include "itkMeanImageFilter.h" int otbPerBandVectorImageFilterNew(int itkNotUsed(argc), char * itkNotUsed(argv) []) diff --git a/Modules/Filtering/ImageManipulation/test/otbPerBandVectorImageFilterWithMeanFilter.cxx b/Modules/Filtering/ImageManipulation/test/otbPerBandVectorImageFilterWithMeanFilter.cxx index 9dec737c8c1789e9dc7ed3262a2fd4a4bea953f5..d36eb3d56c0c8c0dc9dda1d123120d4ac86d7eed 100644 --- a/Modules/Filtering/ImageManipulation/test/otbPerBandVectorImageFilterWithMeanFilter.cxx +++ b/Modules/Filtering/ImageManipulation/test/otbPerBandVectorImageFilterWithMeanFilter.cxx @@ -19,6 +19,7 @@ #include "otbPerBandVectorImageFilter.h" #include "otbVectorImage.h" +#include "itkUnaryFunctorImageFilter.h" #include "itkMeanImageFilter.h" #include "otbImageFileReader.h" #include "otbImageFileWriter.h" diff --git a/Modules/Filtering/ImageManipulation/test/otbPerBandVectorImageFilterWithSobelFilter.cxx b/Modules/Filtering/ImageManipulation/test/otbPerBandVectorImageFilterWithSobelFilter.cxx index f8050a0d03728259e7401c040edd04024715035a..ebb745a63728696bce6d9974a42d92a381574317 100644 --- a/Modules/Filtering/ImageManipulation/test/otbPerBandVectorImageFilterWithSobelFilter.cxx +++ b/Modules/Filtering/ImageManipulation/test/otbPerBandVectorImageFilterWithSobelFilter.cxx @@ -19,6 +19,7 @@ #include "otbPerBandVectorImageFilter.h" #include "otbVectorImage.h" +#include "itkUnaryFunctorImageFilter.h" #include "itkSobelEdgeDetectionImageFilter.h" #include "otbImageFileReader.h" #include "otbImageFileWriter.h" diff --git a/Modules/Filtering/ImageManipulation/test/otbRegionProjectionResampler.cxx b/Modules/Filtering/ImageManipulation/test/otbRegionProjectionResampler.cxx index 1f1363d7f0b730c3c5558f0838c015b5cf776955..4984bdad5f0d3c5d558987e4d25a31fc98fc5291 100644 --- a/Modules/Filtering/ImageManipulation/test/otbRegionProjectionResampler.cxx +++ b/Modules/Filtering/ImageManipulation/test/otbRegionProjectionResampler.cxx @@ -34,7 +34,7 @@ #include "otbImageFileWriter.h" #include "otbStreamingResampleImageFilter.h" - +#include "itkUnaryFunctorImageFilter.h" #include "itkExtractImageFilter.h" #include "itkResampleImageFilter.h" #include "itkRescaleIntensityImageFilter.h" diff --git a/Modules/Filtering/ImageManipulation/test/otbShiftScaleImageAdaptor.cxx b/Modules/Filtering/ImageManipulation/test/otbShiftScaleImageAdaptor.cxx index ac598412c814a9381268f528d1984974fa99bae7..ddc7f4083ec5cdb63bb0b7c199ed24f13cc4659e 100644 --- a/Modules/Filtering/ImageManipulation/test/otbShiftScaleImageAdaptor.cxx +++ b/Modules/Filtering/ImageManipulation/test/otbShiftScaleImageAdaptor.cxx @@ -20,6 +20,7 @@ #include "otbImageFileReader.h" #include "otbImageFileWriter.h" #include "otbImage.h" +#include "itkUnaryFunctorImageFilter.h" #include "itkRescaleIntensityImageFilter.h" #include "otbShiftScaleImageAdaptor.h" diff --git a/Modules/Filtering/MorphologicalPyramid/include/otbMorphologicalPyramidSegmenter.txx b/Modules/Filtering/MorphologicalPyramid/include/otbMorphologicalPyramidSegmenter.txx index ed5d99c92aacc79f078c5d34f35c17d3f24688d5..e67e86c695fa47c4db39509989e1aab8c6c816e2 100644 --- a/Modules/Filtering/MorphologicalPyramid/include/otbMorphologicalPyramidSegmenter.txx +++ b/Modules/Filtering/MorphologicalPyramid/include/otbMorphologicalPyramidSegmenter.txx @@ -21,6 +21,7 @@ #include "otbMorphologicalPyramidSegmenter.h" #include "otbImage.h" +#include "itkUnaryFunctorImageFilter.h" #include "itkConnectedThresholdImageFilter.h" #include "itkConnectedComponentImageFilter.h" #include "itkRelabelComponentImageFilter.h" diff --git a/Modules/Filtering/Projection/include/otbGCPsToRPCSensorModelImageFilter.h b/Modules/Filtering/Projection/include/otbGCPsToRPCSensorModelImageFilter.h index 26d21d2d15adafb0a89672471f6c866562843497..15f8d958889d7563e20f47bf8a28dffeb999bd05 100644 --- a/Modules/Filtering/Projection/include/otbGCPsToRPCSensorModelImageFilter.h +++ b/Modules/Filtering/Projection/include/otbGCPsToRPCSensorModelImageFilter.h @@ -18,6 +18,7 @@ #ifndef __otbGCPsToRPCSensorModelImageFilter_h #define __otbGCPsToRPCSensorModelImageFilter_h +#include "itkUnaryFunctorImageFilter.h" #include "itkCastImageFilter.h" #include "otbDEMHandler.h" diff --git a/Modules/Filtering/Projection/include/otbImportGeoInformationImageFilter.h b/Modules/Filtering/Projection/include/otbImportGeoInformationImageFilter.h index 85b27ade413aa2da6fee1e60ea8781e4e39170f7..9b4e931260b658ca7162737949f7bc755ac47b99 100644 --- a/Modules/Filtering/Projection/include/otbImportGeoInformationImageFilter.h +++ b/Modules/Filtering/Projection/include/otbImportGeoInformationImageFilter.h @@ -18,6 +18,7 @@ #ifndef __otbImportGeoInformationImageFilter_h #define __otbImportGeoInformationImageFilter_h +#include "itkUnaryFunctorImageFilter.h" #include "itkCastImageFilter.h" namespace otb diff --git a/Modules/Filtering/Projection/test/otbOrthoRectificationFilter.cxx b/Modules/Filtering/Projection/test/otbOrthoRectificationFilter.cxx index 7ddb0dde914729fc649a442344b4b0891488fb4b..a718c854db1c683c2de64e470826ff6d70e99969 100644 --- a/Modules/Filtering/Projection/test/otbOrthoRectificationFilter.cxx +++ b/Modules/Filtering/Projection/test/otbOrthoRectificationFilter.cxx @@ -24,6 +24,7 @@ #include "otbImageFileReader.h" #include "otbImageFileWriter.h" #include "otbMapProjections.h" +#include "itkUnaryFunctorImageFilter.h" #include "itkComplexToModulusImageFilter.h" #include "otbUnaryImageFunctorWithVectorImageFilter.h" #include "otbOrthoRectificationFilter.h" diff --git a/Modules/Filtering/Projection/test/otbOrthoRectificationFilterWithDEM.cxx b/Modules/Filtering/Projection/test/otbOrthoRectificationFilterWithDEM.cxx index 7992ac46c5f0343c9679ec05c3f66d1d89017e49..8d5501232e483acc263a1acf33778134146f1587 100644 --- a/Modules/Filtering/Projection/test/otbOrthoRectificationFilterWithDEM.cxx +++ b/Modules/Filtering/Projection/test/otbOrthoRectificationFilterWithDEM.cxx @@ -27,7 +27,7 @@ #include "otbImageFileWriter.h" #include "otbStreamingResampleImageFilter.h" - +#include "itkUnaryFunctorImageFilter.h" #include "itkExtractImageFilter.h" #include "itkResampleImageFilter.h" #include "itkRescaleIntensityImageFilter.h" diff --git a/Modules/Filtering/Statistics/test/otbRealAndImaginaryImageToComplexImageFilterTest.cxx b/Modules/Filtering/Statistics/test/otbRealAndImaginaryImageToComplexImageFilterTest.cxx index 1ea04fcefd3fa0b07c2fd97589b258fbed8fb2ce..1fcc99b9520bf1f96318539ca2a9ce60bca7783a 100644 --- a/Modules/Filtering/Statistics/test/otbRealAndImaginaryImageToComplexImageFilterTest.cxx +++ b/Modules/Filtering/Statistics/test/otbRealAndImaginaryImageToComplexImageFilterTest.cxx @@ -22,6 +22,7 @@ #include "otbImageFileReader.h" #include "otbImage.h" +#include "itkUnaryFunctorImageFilter.h" #include "itkComplexToRealImageFilter.h" #include "itkComplexToImaginaryImageFilter.h" #include "otbStreamingCompareImageFilter.h" diff --git a/Modules/Filtering/Wavelet/test/otbWaveletTransform.cxx b/Modules/Filtering/Wavelet/test/otbWaveletTransform.cxx index 11d3ed63ac87adf26b70fead396f29198ce14d87..053f5fe52fb11401ee3bca5453484489013b7547 100644 --- a/Modules/Filtering/Wavelet/test/otbWaveletTransform.cxx +++ b/Modules/Filtering/Wavelet/test/otbWaveletTransform.cxx @@ -22,6 +22,7 @@ #include "otbImage.h" #include "otbImageFileReader.h" #include "otbImageFileWriter.h" +#include "itkUnaryFunctorImageFilter.h" #include "itkRescaleIntensityImageFilter.h" #include "otbWaveletOperator.h" diff --git a/Modules/Fusion/MajorityVoting/include/otbNeighborhoodMajorityVotingImageFilter.h b/Modules/Fusion/MajorityVoting/include/otbNeighborhoodMajorityVotingImageFilter.h index 5084c6cce4e5f1e1ff14c5647cce1b0655738cca..39d04f689ad6bb90b695073cb6a4a32c9b8e6685 100644 --- a/Modules/Fusion/MajorityVoting/include/otbNeighborhoodMajorityVotingImageFilter.h +++ b/Modules/Fusion/MajorityVoting/include/otbNeighborhoodMajorityVotingImageFilter.h @@ -23,6 +23,7 @@ // gets integrated into the main directories. #include "itkConfigure.h" +#include "itkUnaryFunctorImageFilter.h" #include "itkMorphologyImageFilter.h" #include "itkBinaryBallStructuringElement.h" diff --git a/Modules/Fusion/PanSharpening/include/otbLmvmPanSharpeningFusionImageFilter.h b/Modules/Fusion/PanSharpening/include/otbLmvmPanSharpeningFusionImageFilter.h index 633b1e12d7b1b74626c010ee108ec40f020f9200..5594b7364ac0cebe3bfade26b9f66b25009d36f3 100644 --- a/Modules/Fusion/PanSharpening/include/otbLmvmPanSharpeningFusionImageFilter.h +++ b/Modules/Fusion/PanSharpening/include/otbLmvmPanSharpeningFusionImageFilter.h @@ -22,6 +22,7 @@ #define __otbLmvmPanSharpeningFusionImageFilter_h #include "otbConvolutionImageFilter.h" +#include "itkUnaryFunctorImageFilter.h" #include "itkTernaryFunctorImageFilter.h" #include "otbPerBandVectorImageFilter.h" #include "itkNoiseImageFilter.h" diff --git a/Modules/Hyperspectral/AnomalyDetection/test/otbLocalRxDetectorRoiTest.cxx b/Modules/Hyperspectral/AnomalyDetection/test/otbLocalRxDetectorRoiTest.cxx index 6cc603993f9cbbe92a93954a0b18340971c34a94..ae8904d6156b464dad22636536dbb7132d223752 100644 --- a/Modules/Hyperspectral/AnomalyDetection/test/otbLocalRxDetectorRoiTest.cxx +++ b/Modules/Hyperspectral/AnomalyDetection/test/otbLocalRxDetectorRoiTest.cxx @@ -2,6 +2,7 @@ #include "otbVectorImage.h" #include "otbImageFileWriter.h" #include "otbLocalRxDetectorNonThreadFilter.h" +#include "itkUnaryFunctorImageFilter.h" #include "itkRescaleIntensityImageFilter.h" #include "otbExtractROI.h" diff --git a/Modules/Hyperspectral/AnomalyDetection/test/otbLocalRxDetectorTest.cxx b/Modules/Hyperspectral/AnomalyDetection/test/otbLocalRxDetectorTest.cxx index 80936763014a6ae1d647913abd64f129bbc63d72..b4b14fcd73f75069a138f4f32f06f4830f4734db 100644 --- a/Modules/Hyperspectral/AnomalyDetection/test/otbLocalRxDetectorTest.cxx +++ b/Modules/Hyperspectral/AnomalyDetection/test/otbLocalRxDetectorTest.cxx @@ -3,6 +3,7 @@ #include "otbVectorImage.h" #include "otbImageFileWriter.h" #include "otbLocalRxDetectorFilter.h" +#include "itkUnaryFunctorImageFilter.h" #include "itkRescaleIntensityImageFilter.h" int LocalRXDetectorNewTest(int itkNotUsed(argc), char * itkNotUsed(argv)[]) diff --git a/Modules/Hyperspectral/EndmembersExtraction/include/otbVcaImageFilter.h b/Modules/Hyperspectral/EndmembersExtraction/include/otbVcaImageFilter.h index 1577ce8e1ae4c303cd0941fadb808e13c7b26801..3d1524811a7db9a4091aeac948463b2d6c6386bd 100644 --- a/Modules/Hyperspectral/EndmembersExtraction/include/otbVcaImageFilter.h +++ b/Modules/Hyperspectral/EndmembersExtraction/include/otbVcaImageFilter.h @@ -22,6 +22,7 @@ #define __otbVCAImageFilter_h #include "otbImage.h" +#include "itkUnaryFunctorImageFilter.h" #include "itkAbsImageFilter.h" #include "otbDotProductImageFilter.h" #include "otbProjectiveProjectionImageFilter.h" diff --git a/Modules/IO/ImageIO/test/otbImageFileReaderMSTAR.cxx b/Modules/IO/ImageIO/test/otbImageFileReaderMSTAR.cxx index 0e249f9bfef747610e7a4420a8b4e0cade5e0dda..e2c1aab2f892552ed086a21695b458b92609e124 100644 --- a/Modules/IO/ImageIO/test/otbImageFileReaderMSTAR.cxx +++ b/Modules/IO/ImageIO/test/otbImageFileReaderMSTAR.cxx @@ -21,8 +21,8 @@ #include "otbVectorImage.h" #include "otbImage.h" +#include "itkUnaryFunctorImageFilter.h" #include "itkImageRegionIterator.h" - #include "itkRescaleIntensityImageFilter.h" int otbImageFileReaderMSTAR(int itkNotUsed(argc), char* argv[]) diff --git a/Modules/IO/ImageIO/test/otbImageFileReaderONERAComplex.cxx b/Modules/IO/ImageIO/test/otbImageFileReaderONERAComplex.cxx index 21e05d4731b1cf59bdf1c65c9711e0304324fb00..8cb55cecbbf77707861f9c67f6dc83184fac733c 100644 --- a/Modules/IO/ImageIO/test/otbImageFileReaderONERAComplex.cxx +++ b/Modules/IO/ImageIO/test/otbImageFileReaderONERAComplex.cxx @@ -19,6 +19,7 @@ #include <iostream> +#include "itkUnaryFunctorImageFilter.h" #include "itkComplexToRealImageFilter.h" #include "itkComplexToImaginaryImageFilter.h" #include "otbImageFileReader.h" diff --git a/Modules/IO/ImageIO/test/otbImageFileWriterStreamingONERAComplex.cxx b/Modules/IO/ImageIO/test/otbImageFileWriterStreamingONERAComplex.cxx index 3dd211618ec3b226010bac04b7f5fdb1bb1af5c4..373330b034fd35a459cccb5eef437147505ce0ce 100644 --- a/Modules/IO/ImageIO/test/otbImageFileWriterStreamingONERAComplex.cxx +++ b/Modules/IO/ImageIO/test/otbImageFileWriterStreamingONERAComplex.cxx @@ -21,6 +21,7 @@ #include "otbImage.h" #include "itkMacro.h" #include <iostream> +#include "itkUnaryFunctorImageFilter.h" #include "itkComplexToModulusImageFilter.h" #include "itkStreamingImageFilter.h" #include "otbImageFileReader.h" diff --git a/Modules/IO/ImageIO/test/otbPipelineMetadataHandlingWithUFFilterTest.cxx b/Modules/IO/ImageIO/test/otbPipelineMetadataHandlingWithUFFilterTest.cxx index d194750e7331b657ff4c58a9097d224a84d9ff78..77ed8ebaf9f09830ef3e651af77396724c64da93 100644 --- a/Modules/IO/ImageIO/test/otbPipelineMetadataHandlingWithUFFilterTest.cxx +++ b/Modules/IO/ImageIO/test/otbPipelineMetadataHandlingWithUFFilterTest.cxx @@ -21,6 +21,7 @@ #include "otbImage.h" #include "itkMacro.h" #include <iostream> +#include "itkUnaryFunctorImageFilter.h" #include "itkRescaleIntensityImageFilter.h" #include "otbImageFileReader.h" #include "otbImageFileWriter.h" diff --git a/Modules/IO/ImageIO/test/otbStreamingImageFileWriterWithFilterTest.cxx b/Modules/IO/ImageIO/test/otbStreamingImageFileWriterWithFilterTest.cxx index 99c23c6e28ad3f57906aec08ed44a91f798665d1..3c07f387446fe399a51b6c4d4319b131b75e0310 100644 --- a/Modules/IO/ImageIO/test/otbStreamingImageFileWriterWithFilterTest.cxx +++ b/Modules/IO/ImageIO/test/otbStreamingImageFileWriterWithFilterTest.cxx @@ -26,6 +26,7 @@ #include "otbImageFileReader.h" #include "otbImageFileWriter.h" #include "otbImageFileWriter.h" +#include "itkUnaryFunctorImageFilter.h" #include "itkMeanImageFilter.h" int otbImageFileWriterWithFilterTest(int itkNotUsed(argc), char* argv[]) diff --git a/Modules/Learning/Markov/test/otbMarkovRandomFieldFilter.cxx b/Modules/Learning/Markov/test/otbMarkovRandomFieldFilter.cxx index 15467cafac32d6a2e4c13a908bd38cd84079c3c7..5e08405e9b2a119c0a86c7179b143fb7f0eaf3d7 100644 --- a/Modules/Learning/Markov/test/otbMarkovRandomFieldFilter.cxx +++ b/Modules/Learning/Markov/test/otbMarkovRandomFieldFilter.cxx @@ -21,6 +21,7 @@ #include "otbImageFileWriter.h" #include "otbImage.h" #include "otbMarkovRandomFieldFilter.h" +#include "itkUnaryFunctorImageFilter.h" #include "itkRescaleIntensityImageFilter.h" #include "otbMRFEnergyPotts.h" diff --git a/Modules/OBIA/RCC8/include/otbImageToImageRCC8Calculator.txx b/Modules/OBIA/RCC8/include/otbImageToImageRCC8Calculator.txx index f587f49196bee85174469455897ca61e86f0bfe0..4a4c4d2aab49332514acd6884c4cb3ddfb4b00c2 100644 --- a/Modules/OBIA/RCC8/include/otbImageToImageRCC8Calculator.txx +++ b/Modules/OBIA/RCC8/include/otbImageToImageRCC8Calculator.txx @@ -19,6 +19,7 @@ #define __otbImageToImageRCC8Calculator_txx #include "otbImageToImageRCC8Calculator.h" +#include "itkUnaryFunctorImageFilter.h" #include "itkBinaryDilateImageFilter.h" #include "itkBinaryBallStructuringElement.h" #include "itkInvertIntensityImageFilter.h" diff --git a/Modules/Radiometry/SARCalibration/test/otbSarRadiometricCalibrationToImageFilterCompareTest.cxx b/Modules/Radiometry/SARCalibration/test/otbSarRadiometricCalibrationToImageFilterCompareTest.cxx index 479d73a0829a79d60992c6d8725e47eff7709181..a6191f348c1f232d23c406fa235eb688d5afc40c 100644 --- a/Modules/Radiometry/SARCalibration/test/otbSarRadiometricCalibrationToImageFilterCompareTest.cxx +++ b/Modules/Radiometry/SARCalibration/test/otbSarRadiometricCalibrationToImageFilterCompareTest.cxx @@ -19,6 +19,7 @@ #include "otbSarRadiometricCalibrationToImageFilter.h" #include "otbImageFileReader.h" #include "otbExtractROI.h" +#include "itkUnaryFunctorImageFilter.h" #include "itkComplexToModulusImageFilter.h" #include "otbStreamingCompareImageFilter.h" diff --git a/Modules/Registration/DisplacementField/include/otbBSplinesInterpolateTransformDisplacementFieldGenerator.h b/Modules/Registration/DisplacementField/include/otbBSplinesInterpolateTransformDisplacementFieldGenerator.h index 52a7a77a6a8571fc65009f09597e11b6fecacc83..a60acfc31b367e76e10f814dc4b82a9f80d0032b 100644 --- a/Modules/Registration/DisplacementField/include/otbBSplinesInterpolateTransformDisplacementFieldGenerator.h +++ b/Modules/Registration/DisplacementField/include/otbBSplinesInterpolateTransformDisplacementFieldGenerator.h @@ -19,6 +19,7 @@ #define __otbBSplinesInterpolateTransformDisplacementFieldGenerator_h #include "otbPointSetWithTransformToDisplacementFieldGenerator.h" +#include "itkUnaryFunctorImageFilter.h" #include "itkBSplineScatteredDataPointSetToImageFilter.h" #include "itkBSplineControlPointImageFunction.h" #include "otbImage.h" diff --git a/Modules/Registration/Stereo/test/otbStereoSensorModelToElevationMapFilter.cxx b/Modules/Registration/Stereo/test/otbStereoSensorModelToElevationMapFilter.cxx index 0be1215226a09ed3c0782ac4a2b16c3ff319b568..08f7409d389f7213ed75561144be3eef3c49ab32 100644 --- a/Modules/Registration/Stereo/test/otbStereoSensorModelToElevationMapFilter.cxx +++ b/Modules/Registration/Stereo/test/otbStereoSensorModelToElevationMapFilter.cxx @@ -27,6 +27,7 @@ #include "otbImageList.h" #include "otbImageListToVectorImageFilter.h" #include "otbVectorImage.h" +#include "itkUnaryFunctorImageFilter.h" #include "itkDiscreteGaussianImageFilter.h" #include "itkMedianImageFilter.h" diff --git a/Modules/Segmentation/Conversion/include/otbRasterizeVectorDataFilter.h b/Modules/Segmentation/Conversion/include/otbRasterizeVectorDataFilter.h index a8e7ad8fc5f766c03049de96a18af197bbacfe12..32e8d621e92aedd98ebfe21bdac826257e191d20 100644 --- a/Modules/Segmentation/Conversion/include/otbRasterizeVectorDataFilter.h +++ b/Modules/Segmentation/Conversion/include/otbRasterizeVectorDataFilter.h @@ -18,6 +18,7 @@ #ifndef __otbRasterizeVectorDataFilter_h #define __otbRasterizeVectorDataFilter_h +#include "itkUnaryFunctorImageFilter.h" #include "itkImageToImageFilter.h" #include "itkCastImageFilter.h" #include "otbMacro.h" diff --git a/Modules/Segmentation/Labelling/test/otbLabelizeConfidenceConnectedImageFilter.cxx b/Modules/Segmentation/Labelling/test/otbLabelizeConfidenceConnectedImageFilter.cxx index bac39f507525e830e69837d5c97e033be65204a4..ac1c87465cafcf8417039510d3b71e78b4814ccc 100644 --- a/Modules/Segmentation/Labelling/test/otbLabelizeConfidenceConnectedImageFilter.cxx +++ b/Modules/Segmentation/Labelling/test/otbLabelizeConfidenceConnectedImageFilter.cxx @@ -19,6 +19,7 @@ #include <iostream> +#include "itkUnaryFunctorImageFilter.h" #include "itkScalarToRGBPixelFunctor.h" #include "itkRescaleIntensityImageFilter.h" diff --git a/Modules/Segmentation/MorphologicalProfiles/include/otbClosingOpeningMorphologicalFilter.txx b/Modules/Segmentation/MorphologicalProfiles/include/otbClosingOpeningMorphologicalFilter.txx index 4ab042b16a5072f50c5729a61a159c5707474404..a463e5235091c11e45ff2589085697b34cb39060 100644 --- a/Modules/Segmentation/MorphologicalProfiles/include/otbClosingOpeningMorphologicalFilter.txx +++ b/Modules/Segmentation/MorphologicalProfiles/include/otbClosingOpeningMorphologicalFilter.txx @@ -19,7 +19,7 @@ #define __otbClosingOpeningMorphologicalFilter_txx #include "otbClosingOpeningMorphologicalFilter.h" - +#include "itkUnaryFunctorImageFilter.h" #include "itkGrayscaleMorphologicalOpeningImageFilter.h" #include "itkGrayscaleMorphologicalClosingImageFilter.h" #include "itkProgressAccumulator.h" diff --git a/Modules/Segmentation/MorphologicalProfiles/include/otbGeodesicMorphologyDecompositionImageFilter.h b/Modules/Segmentation/MorphologicalProfiles/include/otbGeodesicMorphologyDecompositionImageFilter.h index 41b4e93458f27e694447ef6b3952559368b95641..e7bdcf20e86b8e334623b839cfe351b907673c85 100644 --- a/Modules/Segmentation/MorphologicalProfiles/include/otbGeodesicMorphologyDecompositionImageFilter.h +++ b/Modules/Segmentation/MorphologicalProfiles/include/otbGeodesicMorphologyDecompositionImageFilter.h @@ -19,6 +19,7 @@ #define __otbGeodesicMorphologyDecompositionImageFilter_h #include "otbGeodesicMorphologyLevelingFilter.h" +#include "itkUnaryFunctorImageFilter.h" #include "itkSubtractImageFilter.h" #include "itkOpeningByReconstructionImageFilter.h" #include "itkClosingByReconstructionImageFilter.h" diff --git a/Modules/Segmentation/MorphologicalProfiles/include/otbMorphologicalClosingProfileFilter.h b/Modules/Segmentation/MorphologicalProfiles/include/otbMorphologicalClosingProfileFilter.h index b82fd77bf5c21c498e870f9f91c7c8e428bcff62..22624a9d9ce8071221533bdfc971533304308e15 100644 --- a/Modules/Segmentation/MorphologicalProfiles/include/otbMorphologicalClosingProfileFilter.h +++ b/Modules/Segmentation/MorphologicalProfiles/include/otbMorphologicalClosingProfileFilter.h @@ -19,6 +19,7 @@ #define __otbMorphologicalClosingProfileFilter_h #include "otbImageToProfileFilter.h" +#include "itkUnaryFunctorImageFilter.h" #include "itkClosingByReconstructionImageFilter.h" namespace otb diff --git a/Modules/Segmentation/MorphologicalProfiles/include/otbMorphologicalOpeningProfileFilter.h b/Modules/Segmentation/MorphologicalProfiles/include/otbMorphologicalOpeningProfileFilter.h index 8764c95be0956554692f92054f78b8f63fcb02f9..08197bfa6a496c7409497f43fe47025c1e263a1e 100644 --- a/Modules/Segmentation/MorphologicalProfiles/include/otbMorphologicalOpeningProfileFilter.h +++ b/Modules/Segmentation/MorphologicalProfiles/include/otbMorphologicalOpeningProfileFilter.h @@ -19,6 +19,7 @@ #define __otbMorphologicalOpeningProfileFilter_h #include "otbImageToProfileFilter.h" +#include "itkUnaryFunctorImageFilter.h" #include "itkOpeningByReconstructionImageFilter.h" namespace otb diff --git a/Modules/Segmentation/MorphologicalProfiles/include/otbOpeningClosingMorphologicalFilter.txx b/Modules/Segmentation/MorphologicalProfiles/include/otbOpeningClosingMorphologicalFilter.txx index 373fc005a2fd39ffd65cee134bd946035582abca..66955a3e744a0382688625da4dcbbe82b3e7eb16 100644 --- a/Modules/Segmentation/MorphologicalProfiles/include/otbOpeningClosingMorphologicalFilter.txx +++ b/Modules/Segmentation/MorphologicalProfiles/include/otbOpeningClosingMorphologicalFilter.txx @@ -19,7 +19,7 @@ #define __otbOpeningClosingMorphologicalFilter_txx #include "otbOpeningClosingMorphologicalFilter.h" - +#include "itkUnaryFunctorImageFilter.h" #include "itkGrayscaleMorphologicalOpeningImageFilter.h" #include "itkGrayscaleMorphologicalClosingImageFilter.h" #include "itkProgressAccumulator.h" diff --git a/Modules/Segmentation/MorphologicalProfiles/include/otbProfileToProfileDerivativeFilter.h b/Modules/Segmentation/MorphologicalProfiles/include/otbProfileToProfileDerivativeFilter.h index 0c899f10f1735d3632b27d155b11d78ab611d1d3..98048b8aa8e13cc8cb04e4d9135a386ebb17ecb4 100644 --- a/Modules/Segmentation/MorphologicalProfiles/include/otbProfileToProfileDerivativeFilter.h +++ b/Modules/Segmentation/MorphologicalProfiles/include/otbProfileToProfileDerivativeFilter.h @@ -19,6 +19,7 @@ #define __otbProfileToProfileDerivativeFilter_h #include "otbImageListToImageListFilter.h" +#include "itkUnaryFunctorImageFilter.h" #include "itkSubtractImageFilter.h" #include "itkAbsImageFilter.h" diff --git a/Modules/Segmentation/MorphologicalProfiles/test/otbMultiScaleConvexOrConcaveClassificationFilterNew.cxx b/Modules/Segmentation/MorphologicalProfiles/test/otbMultiScaleConvexOrConcaveClassificationFilterNew.cxx index c3a381f601721ce516fbea4ba7a8345b02754e26..b255da93ad7abb29440be7782dbe7a18cf428e43 100644 --- a/Modules/Segmentation/MorphologicalProfiles/test/otbMultiScaleConvexOrConcaveClassificationFilterNew.cxx +++ b/Modules/Segmentation/MorphologicalProfiles/test/otbMultiScaleConvexOrConcaveClassificationFilterNew.cxx @@ -15,6 +15,7 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*/ +#include "itkUnaryFunctorImageFilter.h" #include "itkBinaryBallStructuringElement.h" #include "otbMultiScaleConvexOrConcaveClassificationFilter.h" #include "otbImage.h" diff --git a/Modules/Segmentation/Watersheds/include/otbWatershedSegmentationFilter.h b/Modules/Segmentation/Watersheds/include/otbWatershedSegmentationFilter.h index 4a658542bfb5a4c6e56019746c18e33fc86b3e9c..0cc2c688c8ba4bbfc25846d4d4a30ed367d9ac91 100644 --- a/Modules/Segmentation/Watersheds/include/otbWatershedSegmentationFilter.h +++ b/Modules/Segmentation/Watersheds/include/otbWatershedSegmentationFilter.h @@ -19,6 +19,7 @@ #define __otbWatershedSegmentationFilter_h #include "otbMacro.h" +#include "itkUnaryFunctorImageFilter.h" #include "itkCastImageFilter.h" #include "itkWatershedImageFilter.h" diff --git a/Modules/Wrappers/ApplicationEngine/include/otbWrapperComplexInputImageParameter.txx b/Modules/Wrappers/ApplicationEngine/include/otbWrapperComplexInputImageParameter.txx index 696367d9257e03781a63a6377295036d1a641c39..a9c9ac2c8fc38be21eb9c0fe56554027b0fbdb71 100644 --- a/Modules/Wrappers/ApplicationEngine/include/otbWrapperComplexInputImageParameter.txx +++ b/Modules/Wrappers/ApplicationEngine/include/otbWrapperComplexInputImageParameter.txx @@ -20,6 +20,7 @@ #include "otbWrapperComplexInputImageParameter.h" +#include "itkUnaryFunctorImageFilter.h" #include "itkCastImageFilter.h" #include "otbImageToVectorImageCastFilter.h" diff --git a/Modules/Wrappers/ApplicationEngine/include/otbWrapperInputImageParameter.txx b/Modules/Wrappers/ApplicationEngine/include/otbWrapperInputImageParameter.txx index 5bdbb9aca5d2f7c4c9e9353949f87c708a951cac..3c16f47a1858d938e3b39283fb39daa1c2603a3b 100644 --- a/Modules/Wrappers/ApplicationEngine/include/otbWrapperInputImageParameter.txx +++ b/Modules/Wrappers/ApplicationEngine/include/otbWrapperInputImageParameter.txx @@ -20,6 +20,7 @@ #include "otbWrapperInputImageParameter.h" +#include "itkUnaryFunctorImageFilter.h" #include "itkCastImageFilter.h" #include "otbImageToVectorImageCastFilter.h" diff --git a/Modules/Wrappers/ApplicationEngine/src/otbWrapperComplexOutputImageParameter.cxx b/Modules/Wrappers/ApplicationEngine/src/otbWrapperComplexOutputImageParameter.cxx index 8bc1a1d0948463e54fcbc82cbbbddd6eab0c5af3..e87df1353be23dbf39cf9aef5df092132b84f94c 100644 --- a/Modules/Wrappers/ApplicationEngine/src/otbWrapperComplexOutputImageParameter.cxx +++ b/Modules/Wrappers/ApplicationEngine/src/otbWrapperComplexOutputImageParameter.cxx @@ -16,6 +16,7 @@ =========================================================================*/ #include "otbWrapperComplexOutputImageParameter.h" +#include "itkUnaryFunctorImageFilter.h" #include "itkCastImageFilter.h" #include "itkVectorCastImageFilter.h"