LICENSE: File headers now state that OTB is released under the Apache license
Showing
with
19381 additions
and
10314 deletions
+19381
-10314
- CMake/CPackFunctions.cmake CMake/CPackFunctions.cmake +19 -0
- CMake/CTestCustom.cmake.in CMake/CTestCustom.cmake.in +20 -0
- CMake/DeployQtConf.cmake CMake/DeployQtConf.cmake +20 -0
- CMake/DeployQtConfScript.cmake CMake/DeployQtConfScript.cmake +20 -0
- CMake/FindAgg.cmake CMake/FindAgg.cmake +20 -0
- CMake/FindGBenchmark.cmake CMake/FindGBenchmark.cmake +20 -0
- CMake/FindGLFW.cmake CMake/FindGLFW.cmake +20 -0
- CMake/FindGeoTIFF.cmake CMake/FindGeoTIFF.cmake +20 -0
- CMake/FindICUUC.cmake CMake/FindICUUC.cmake +20 -0
- CMake/FindLTDL.cmake CMake/FindLTDL.cmake +20 -0
- CMake/FindLibKML.cmake CMake/FindLibKML.cmake +20 -0
- CMake/FindMapnik.cmake CMake/FindMapnik.cmake +20 -0
- CMake/FindMercurial.cmake CMake/FindMercurial.cmake +20 -0
- CMake/FindMuParser.cmake CMake/FindMuParser.cmake +20 -0
- CMake/FindMuParserX.cmake CMake/FindMuParserX.cmake +20 -0
- CMake/FindNumpy.cmake CMake/FindNumpy.cmake +20 -0
- CMake/FindOpenCV.cmake CMake/FindOpenCV.cmake +20 -0
- CMake/FindOssim.cmake CMake/FindOssim.cmake +20 -0
- CMake/FindQwt.cmake CMake/FindQwt.cmake +20 -0
- CMake/FindShark.cmake CMake/FindShark.cmake +20 -0
- CMake/FindTinyXML.cmake CMake/FindTinyXML.cmake +20 -0
- CMake/MinGWPackage.cmake CMake/MinGWPackage.cmake +20 -0
- CMake/MonteverdiApplicationMacros.cmake CMake/MonteverdiApplicationMacros.cmake +20 -0
- CMake/OTBApplicationMacros.cmake CMake/OTBApplicationMacros.cmake +20 -0
- CMake/OTBCheckCpp11Keywords.cmake CMake/OTBCheckCpp11Keywords.cmake +20 -0
- CMake/OTBCheckTargetSystemArch.cmake CMake/OTBCheckTargetSystemArch.cmake +20 -0
- CMake/OTBConfig.cmake.in CMake/OTBConfig.cmake.in +20 -0
- CMake/OTBConfigVersion.cmake.in CMake/OTBConfigVersion.cmake.in +20 -0
- CMake/OTBGroups.cmake CMake/OTBGroups.cmake +20 -0
- CMake/OTBManageLargeInputPaths.cmake CMake/OTBManageLargeInputPaths.cmake +20 -0
- CMake/OTBModuleAPI.cmake CMake/OTBModuleAPI.cmake +19 -1
- CMake/OTBModuleCPPCheckTest.cmake CMake/OTBModuleCPPCheckTest.cmake +20 -0
- CMake/OTBModuleDoxygen.cmake CMake/OTBModuleDoxygen.cmake +20 -0
- CMake/OTBModuleEnablement.cmake CMake/OTBModuleEnablement.cmake +20 -0
- CMake/OTBModuleExternal.cmake CMake/OTBModuleExternal.cmake +20 -0
- CMake/OTBModuleHeaderTest.cmake CMake/OTBModuleHeaderTest.cmake +20 -0
- CMake/OTBModuleInfo.cmake.in CMake/OTBModuleInfo.cmake.in +20 -0
- CMake/OTBModuleMacros.cmake CMake/OTBModuleMacros.cmake +20 -0
- CMake/OTBModuleRemote.cmake CMake/OTBModuleRemote.cmake +20 -0
- CMake/OTBModuleTest.cmake CMake/OTBModuleTest.cmake +20 -0
- CMake/OTBSetStandardCompilerFlags.cmake CMake/OTBSetStandardCompilerFlags.cmake +20 -0
- CMake/OTB_CheckCXXCompilerFlag.cmake CMake/OTB_CheckCXXCompilerFlag.cmake +20 -0
- CMake/PreventInBuildInstalls.cmake CMake/PreventInBuildInstalls.cmake +20 -0
- CMake/PreventInSourceBuilds.cmake CMake/PreventInSourceBuilds.cmake +20 -0
- CMake/RemoveTemporaryFiles.cmake.in CMake/RemoveTemporaryFiles.cmake.in +20 -0
- CMake/SourceStatus.cmake CMake/SourceStatus.cmake +20 -0
- CMake/UseOTB.cmake CMake/UseOTB.cmake +20 -0
- CMake/cmake_uninstall.cmake.in CMake/cmake_uninstall.cmake.in +20 -0
- CMake/i18n_qt4.cmake CMake/i18n_qt4.cmake +20 -0
- CMakeLists.txt CMakeLists.txt +20 -0
- CTestConfig.cmake CTestConfig.cmake +20 -0
- Examples/Application/ApplicationExample.cxx Examples/Application/ApplicationExample.cxx +19 -14
- Examples/Application/CMakeLists.txt Examples/Application/CMakeLists.txt +20 -0
- Examples/Application/test/CMakeLists.txt Examples/Application/test/CMakeLists.txt +19 -0
- Examples/BasicFilters/BandMathFilterExample.cxx Examples/BasicFilters/BandMathFilterExample.cxx +19 -14
- Examples/BasicFilters/BandMathXImageFilterExample.cxx Examples/BasicFilters/BandMathXImageFilterExample.cxx +19 -14
- Examples/BasicFilters/CMakeLists.txt Examples/BasicFilters/CMakeLists.txt +20 -0
- Examples/BasicFilters/DEMToRainbowExample.cxx Examples/BasicFilters/DEMToRainbowExample.cxx +19 -14
- Examples/BasicFilters/FrostImageFilter.cxx Examples/BasicFilters/FrostImageFilter.cxx +19 -14
- Examples/BasicFilters/HillShadingExample.cxx Examples/BasicFilters/HillShadingExample.cxx +19 -14
- Examples/BasicFilters/IndexedToRGBExample.cxx Examples/BasicFilters/IndexedToRGBExample.cxx +19 -14
- Examples/BasicFilters/LeeImageFilter.cxx Examples/BasicFilters/LeeImageFilter.cxx +19 -14
- Examples/BasicFilters/MeanShiftSegmentationFilterExample.cxx Examples/BasicFilters/MeanShiftSegmentationFilterExample.cxx +19 -14
- Examples/BasicFilters/PrintableImageFilterExample.cxx Examples/BasicFilters/PrintableImageFilterExample.cxx +19 -14
- Examples/BasicFilters/ScalingFilterExample.cxx Examples/BasicFilters/ScalingFilterExample.cxx +19 -14
- Examples/BasicFilters/test/CMakeLists.txt Examples/BasicFilters/test/CMakeLists.txt +20 -0
- Examples/CMakeLists.txt Examples/CMakeLists.txt +20 -0
- Examples/ChangeDetection/CMakeLists.txt Examples/ChangeDetection/CMakeLists.txt +20 -0
- Examples/ChangeDetection/ChangeDetectionFrameworkExample.cxx Examples/ChangeDetection/ChangeDetectionFrameworkExample.cxx +19 -14
- Examples/ChangeDetection/CorrelChDet.cxx Examples/ChangeDetection/CorrelChDet.cxx +19 -14
- Examples/ChangeDetection/DiffChDet.cxx Examples/ChangeDetection/DiffChDet.cxx +19 -14
- Examples/ChangeDetection/JHMIChDet.cxx Examples/ChangeDetection/JHMIChDet.cxx +19 -14
- Examples/ChangeDetection/KullbackLeiblerDistanceChDet.cxx Examples/ChangeDetection/KullbackLeiblerDistanceChDet.cxx +19 -14
- Examples/ChangeDetection/KullbackLeiblerProfileChDet.cxx Examples/ChangeDetection/KullbackLeiblerProfileChDet.cxx +19 -14
- Examples/ChangeDetection/KullbackLeiblerSupervizedDistanceChDet.cxx ...hangeDetection/KullbackLeiblerSupervizedDistanceChDet.cxx +20 -16
- Examples/ChangeDetection/LHMIChDet.cxx Examples/ChangeDetection/LHMIChDet.cxx +19 -14
- Examples/ChangeDetection/MultivariateAlterationDetector.cxx Examples/ChangeDetection/MultivariateAlterationDetector.cxx +19 -14
- Examples/ChangeDetection/RatioChDet.cxx Examples/ChangeDetection/RatioChDet.cxx +19 -14
- Examples/ChangeDetection/test/CMakeLists.txt Examples/ChangeDetection/test/CMakeLists.txt +20 -0
- Examples/Classification/BayesianPluginClassifier.cxx Examples/Classification/BayesianPluginClassifier.cxx +19 -14
- Examples/Classification/CMakeLists.txt Examples/Classification/CMakeLists.txt +20 -0
- Examples/Classification/ClassificationMapRegularizationExample.cxx ...Classification/ClassificationMapRegularizationExample.cxx +19 -14
- Examples/Classification/DempsterShaferFusionOfClassificationMapsExample.cxx ...ation/DempsterShaferFusionOfClassificationMapsExample.cxx +19 -14
- Examples/Classification/ExpectationMaximizationMixtureModelEstimator.cxx ...fication/ExpectationMaximizationMixtureModelEstimator.cxx +19 -14
- Examples/Classification/KMeansImageClassificationExample.cxx Examples/Classification/KMeansImageClassificationExample.cxx +19 -14
- Examples/Classification/KdTreeBasedKMeansClustering.cxx Examples/Classification/KdTreeBasedKMeansClustering.cxx +19 -14
- Examples/Classification/MajorityVotingFusionOfClassificationMapsExample.cxx ...ation/MajorityVotingFusionOfClassificationMapsExample.cxx +19 -14
- Examples/Classification/SOMImageClassificationExample.cxx Examples/Classification/SOMImageClassificationExample.cxx +19 -14
- Examples/Classification/ScalarImageKmeansClassifier.cxx Examples/Classification/ScalarImageKmeansClassifier.cxx +19 -14
- Examples/Classification/ScalarImageKmeansModelEstimator.cxx Examples/Classification/ScalarImageKmeansModelEstimator.cxx +19 -14
- Examples/Classification/ScalarImageMarkovRandomField1.cxx Examples/Classification/ScalarImageMarkovRandomField1.cxx +19 -14
- Examples/Classification/SupervisedImageClassificationExample.cxx ...s/Classification/SupervisedImageClassificationExample.cxx +19 -14
- Examples/Classification/test/CMakeLists.txt Examples/Classification/test/CMakeLists.txt +20 -0
- Examples/DataRepresentation/CMakeLists.txt Examples/DataRepresentation/CMakeLists.txt +20 -0
- Examples/DataRepresentation/Containers/CMakeLists.txt Examples/DataRepresentation/Containers/CMakeLists.txt +20 -0
- Examples/DataRepresentation/Containers/TreeContainer.cxx Examples/DataRepresentation/Containers/TreeContainer.cxx +20 -17
- Examples/DataRepresentation/Containers/test/CMakeLists.txt Examples/DataRepresentation/Containers/test/CMakeLists.txt +20 -0
- Examples/DataRepresentation/Image/CMakeLists.txt Examples/DataRepresentation/Image/CMakeLists.txt +20 -0
- Examples/DataRepresentation/Image/Image1.cxx Examples/DataRepresentation/Image/Image1.cxx +20 -17
- Examples/DataRepresentation/Image/Image2.cxx Examples/DataRepresentation/Image/Image2.cxx +20 -17
- Examples/DataRepresentation/Image/Image3.cxx Examples/DataRepresentation/Image/Image3.cxx +20 -17
- Examples/DataRepresentation/Image/Image4.cxx Examples/DataRepresentation/Image/Image4.cxx +20 -17
- Examples/DataRepresentation/Image/Image5.cxx Examples/DataRepresentation/Image/Image5.cxx +20 -17
- Examples/DataRepresentation/Image/Image6.cxx Examples/DataRepresentation/Image/Image6.cxx +20 -17
- Examples/DataRepresentation/Image/ImageAdaptor1.cxx Examples/DataRepresentation/Image/ImageAdaptor1.cxx +19 -14
- Examples/DataRepresentation/Image/ImageAdaptor2.cxx Examples/DataRepresentation/Image/ImageAdaptor2.cxx +19 -14
- Examples/DataRepresentation/Image/ImageAdaptor3.cxx Examples/DataRepresentation/Image/ImageAdaptor3.cxx +19 -14
- Examples/DataRepresentation/Image/ImageAdaptor4.cxx Examples/DataRepresentation/Image/ImageAdaptor4.cxx +19 -14
- Examples/DataRepresentation/Image/ImageListExample.cxx Examples/DataRepresentation/Image/ImageListExample.cxx +19 -14
- Examples/DataRepresentation/Image/RGBImage.cxx Examples/DataRepresentation/Image/RGBImage.cxx +20 -17
- Examples/DataRepresentation/Image/VectorImage.cxx Examples/DataRepresentation/Image/VectorImage.cxx +20 -17
- Examples/DataRepresentation/Image/test/CMakeLists.txt Examples/DataRepresentation/Image/test/CMakeLists.txt +20 -0
- Examples/DataRepresentation/Mesh/CMakeLists.txt Examples/DataRepresentation/Mesh/CMakeLists.txt +20 -0
- Examples/DataRepresentation/Mesh/Mesh1.cxx Examples/DataRepresentation/Mesh/Mesh1.cxx +20 -17
- Examples/DataRepresentation/Mesh/Mesh2.cxx Examples/DataRepresentation/Mesh/Mesh2.cxx +20 -17
- Examples/DataRepresentation/Mesh/Mesh3.cxx Examples/DataRepresentation/Mesh/Mesh3.cxx +20 -17
- Examples/DataRepresentation/Mesh/PointSet1.cxx Examples/DataRepresentation/Mesh/PointSet1.cxx +20 -17
- Examples/DataRepresentation/Mesh/PointSet2.cxx Examples/DataRepresentation/Mesh/PointSet2.cxx +20 -17
- Examples/DataRepresentation/Mesh/PointSet3.cxx Examples/DataRepresentation/Mesh/PointSet3.cxx +20 -17
- Examples/DataRepresentation/Mesh/PointSetWithVectors.cxx Examples/DataRepresentation/Mesh/PointSetWithVectors.cxx +20 -17
- Examples/DataRepresentation/Mesh/test/CMakeLists.txt Examples/DataRepresentation/Mesh/test/CMakeLists.txt +20 -0
- Examples/DataRepresentation/Path/CMakeLists.txt Examples/DataRepresentation/Path/CMakeLists.txt +20 -0
- Examples/DataRepresentation/Path/PolyLineParametricPath1.cxx Examples/DataRepresentation/Path/PolyLineParametricPath1.cxx +20 -17
- Examples/DataRepresentation/Path/test/CMakeLists.txt Examples/DataRepresentation/Path/test/CMakeLists.txt +20 -0
- Examples/DimensionReduction/CMakeLists.txt Examples/DimensionReduction/CMakeLists.txt +20 -0
- Examples/DimensionReduction/ICAExample.cxx Examples/DimensionReduction/ICAExample.cxx +19 -15
- Examples/DimensionReduction/MNFExample.cxx Examples/DimensionReduction/MNFExample.cxx +19 -14
- Examples/DimensionReduction/MaximumAutocorrelationFactor.cxx Examples/DimensionReduction/MaximumAutocorrelationFactor.cxx +19 -14
- Examples/DimensionReduction/NAPCAExample.cxx Examples/DimensionReduction/NAPCAExample.cxx +19 -14
- Examples/DimensionReduction/PCAExample.cxx Examples/DimensionReduction/PCAExample.cxx +19 -14
- Examples/DimensionReduction/test/CMakeLists.txt Examples/DimensionReduction/test/CMakeLists.txt +20 -0
- Examples/DisparityMap/CMakeLists.txt Examples/DisparityMap/CMakeLists.txt +20 -0
- Examples/DisparityMap/FineRegistrationImageFilterExample.cxx Examples/DisparityMap/FineRegistrationImageFilterExample.cxx +19 -14
- Examples/DisparityMap/NCCRegistrationFilterExample.cxx Examples/DisparityMap/NCCRegistrationFilterExample.cxx +19 -14
- Examples/DisparityMap/SimpleDisparityMapEstimationExample.cxx ...ples/DisparityMap/SimpleDisparityMapEstimationExample.cxx +19 -14
- Examples/DisparityMap/StereoReconstructionExample.cxx Examples/DisparityMap/StereoReconstructionExample.cxx +19 -14
- Examples/DisparityMap/test/CMakeLists.txt Examples/DisparityMap/test/CMakeLists.txt +20 -0
- Examples/FeatureExtraction/AlignmentsExample.cxx Examples/FeatureExtraction/AlignmentsExample.cxx +19 -14
- Examples/FeatureExtraction/AsymmetricFusionOfLineDetectorExample.cxx ...atureExtraction/AsymmetricFusionOfLineDetectorExample.cxx +19 -14
- Examples/FeatureExtraction/CMakeLists.txt Examples/FeatureExtraction/CMakeLists.txt +20 -0
- Examples/FeatureExtraction/CloudDetectionExample.cxx Examples/FeatureExtraction/CloudDetectionExample.cxx +19 -14
- Examples/FeatureExtraction/ComplexMomentPathExample.cxx Examples/FeatureExtraction/ComplexMomentPathExample.cxx +19 -14
- Examples/FeatureExtraction/ComplexMomentsImageFunctionExample.cxx .../FeatureExtraction/ComplexMomentsImageFunctionExample.cxx +19 -14
- Examples/FeatureExtraction/CorrelationLineDetectorExample.cxx ...ples/FeatureExtraction/CorrelationLineDetectorExample.cxx +19 -14
- Examples/FeatureExtraction/EdgeDensityExample.cxx Examples/FeatureExtraction/EdgeDensityExample.cxx +19 -14
- Examples/FeatureExtraction/ExtractRoadByStepsExample.cxx Examples/FeatureExtraction/ExtractRoadByStepsExample.cxx +19 -14
- Examples/FeatureExtraction/ExtractRoadExample.cxx Examples/FeatureExtraction/ExtractRoadExample.cxx +19 -14
- Examples/FeatureExtraction/ExtractSegmentsByStepsExample.cxx Examples/FeatureExtraction/ExtractSegmentsByStepsExample.cxx +19 -14
- Examples/FeatureExtraction/ExtractSegmentsExample.cxx Examples/FeatureExtraction/ExtractSegmentsExample.cxx +19 -14
- Examples/FeatureExtraction/FlusserMomentsImageFunctionExample.cxx .../FeatureExtraction/FlusserMomentsImageFunctionExample.cxx +19 -14
- Examples/FeatureExtraction/HarrisExample.cxx Examples/FeatureExtraction/HarrisExample.cxx +19 -14
- Examples/FeatureExtraction/HuMomentsImageFunctionExample.cxx Examples/FeatureExtraction/HuMomentsImageFunctionExample.cxx +19 -14
- Examples/FeatureExtraction/LineSegmentDetectorExample.cxx Examples/FeatureExtraction/LineSegmentDetectorExample.cxx +19 -14
- Examples/FeatureExtraction/LocalHoughExample.cxx Examples/FeatureExtraction/LocalHoughExample.cxx +19 -14
- Examples/FeatureExtraction/PanTexExample.cxx Examples/FeatureExtraction/PanTexExample.cxx +19 -14
- Examples/FeatureExtraction/ParallelLineDetectionExample.cxx Examples/FeatureExtraction/ParallelLineDetectionExample.cxx +19 -14
- Examples/FeatureExtraction/RatioLineDetectorExample.cxx Examples/FeatureExtraction/RatioLineDetectorExample.cxx +19 -14
- Examples/FeatureExtraction/RightAngleDetectionExample.cxx Examples/FeatureExtraction/RightAngleDetectionExample.cxx +19 -14
- Examples/FeatureExtraction/SFSExample.cxx Examples/FeatureExtraction/SFSExample.cxx +19 -14
- Examples/FeatureExtraction/SURFExample.cxx Examples/FeatureExtraction/SURFExample.cxx +19 -14
- Examples/FeatureExtraction/SeamCarvingExample.cxx Examples/FeatureExtraction/SeamCarvingExample.cxx +19 -14
- Examples/FeatureExtraction/SeamCarvingOtherExample.cxx Examples/FeatureExtraction/SeamCarvingOtherExample.cxx +19 -14
- Examples/FeatureExtraction/TextureExample.cxx Examples/FeatureExtraction/TextureExample.cxx +19 -14
- Examples/FeatureExtraction/ThresholdToPointSetExample.cxx Examples/FeatureExtraction/ThresholdToPointSetExample.cxx +20 -17
- Examples/FeatureExtraction/TouziEdgeDetectorExample.cxx Examples/FeatureExtraction/TouziEdgeDetectorExample.cxx +19 -14
- Examples/FeatureExtraction/test/CMakeLists.txt Examples/FeatureExtraction/test/CMakeLists.txt +20 -0
- Examples/Filtering/BinaryThresholdImageFilter.cxx Examples/Filtering/BinaryThresholdImageFilter.cxx +20 -17
- Examples/Filtering/CMakeLists.txt Examples/Filtering/CMakeLists.txt +20 -0
- Examples/Filtering/CannyEdgeDetectionImageFilter.cxx Examples/Filtering/CannyEdgeDetectionImageFilter.cxx +20 -17
- Examples/Filtering/CompositeFilterExample.cxx Examples/Filtering/CompositeFilterExample.cxx +19 -14
- Examples/Filtering/DanielssonDistanceMapImageFilter.cxx Examples/Filtering/DanielssonDistanceMapImageFilter.cxx +19 -14
- Examples/Filtering/DerivativeImageFilter.cxx Examples/Filtering/DerivativeImageFilter.cxx +19 -14
- Examples/Filtering/DiscreteGaussianImageFilter.cxx Examples/Filtering/DiscreteGaussianImageFilter.cxx +19 -14
- Examples/Filtering/GeometriesChangeSpatialReference.cxx Examples/Filtering/GeometriesChangeSpatialReference.cxx +19 -14
- Examples/Filtering/GeometriesFilter.cxx Examples/Filtering/GeometriesFilter.cxx +19 -14
- Examples/Filtering/GradientAnisotropicDiffusionImageFilter.cxx ...les/Filtering/GradientAnisotropicDiffusionImageFilter.cxx +19 -14
- Examples/Filtering/GradientMagnitudeImageFilter.cxx Examples/Filtering/GradientMagnitudeImageFilter.cxx +19 -14
- Examples/Filtering/GradientMagnitudeRecursiveGaussianImageFilter.cxx ...ltering/GradientMagnitudeRecursiveGaussianImageFilter.cxx +19 -14
- Examples/Filtering/LaplacianRecursiveGaussianImageFilter1.cxx ...ples/Filtering/LaplacianRecursiveGaussianImageFilter1.cxx +19 -14
- Examples/Filtering/LaplacianRecursiveGaussianImageFilter2.cxx ...ples/Filtering/LaplacianRecursiveGaussianImageFilter2.cxx +19 -14
- Examples/Filtering/MathematicalMorphologyBinaryFilters.cxx Examples/Filtering/MathematicalMorphologyBinaryFilters.cxx +19 -14
- Examples/Filtering/MathematicalMorphologyGrayscaleFilters.cxx ...ples/Filtering/MathematicalMorphologyGrayscaleFilters.cxx +19 -14
- Examples/Filtering/MeanImageFilter.cxx Examples/Filtering/MeanImageFilter.cxx +19 -14
- Examples/Filtering/MedianImageFilter.cxx Examples/Filtering/MedianImageFilter.cxx +19 -14
- Examples/Filtering/RasterizationExample.cxx Examples/Filtering/RasterizationExample.cxx +19 -14
- Examples/Filtering/SecondDerivativeRecursiveGaussianImageFilter.cxx ...iltering/SecondDerivativeRecursiveGaussianImageFilter.cxx +19 -14
- Examples/Filtering/ThresholdImageFilter.cxx Examples/Filtering/ThresholdImageFilter.cxx +20 -17
- Examples/Filtering/test/CMakeLists.txt Examples/Filtering/test/CMakeLists.txt +20 -0
- Examples/Fusion/BayesianFusionImageFilter.cxx Examples/Fusion/BayesianFusionImageFilter.cxx +20 -17
- Examples/Fusion/CMakeLists.txt Examples/Fusion/CMakeLists.txt +20 -0
- Examples/Fusion/PanSharpeningExample.cxx Examples/Fusion/PanSharpeningExample.cxx +20 -17
- Examples/Fusion/test/CMakeLists.txt Examples/Fusion/test/CMakeLists.txt +20 -0
- Examples/Hyperspectral/CMakeLists.txt Examples/Hyperspectral/CMakeLists.txt +20 -0
- Examples/Hyperspectral/HyperspectralUnmixingExample.cxx Examples/Hyperspectral/HyperspectralUnmixingExample.cxx +19 -14
- Examples/Hyperspectral/test/CMakeLists.txt Examples/Hyperspectral/test/CMakeLists.txt +20 -0
- Examples/IO/CMakeLists.txt Examples/IO/CMakeLists.txt +20 -0
- Examples/IO/ComplexImageReadWrite.cxx Examples/IO/ComplexImageReadWrite.cxx +20 -17
- Examples/IO/DEMHandlerExample.cxx Examples/IO/DEMHandlerExample.cxx +19 -14
- Examples/IO/DEMToImageGenerator.cxx Examples/IO/DEMToImageGenerator.cxx +19 -14
- Examples/IO/ExplicitStreamingExample.cxx Examples/IO/ExplicitStreamingExample.cxx +19 -14
- Examples/IO/ExtractROI.cxx Examples/IO/ExtractROI.cxx +20 -17
- Examples/IO/HDFReaderExample.cxx Examples/IO/HDFReaderExample.cxx +19 -14
- Examples/IO/ImageReadCastWrite.cxx Examples/IO/ImageReadCastWrite.cxx +20 -17
- Examples/IO/ImageReadRegionOfInterestWrite.cxx Examples/IO/ImageReadRegionOfInterestWrite.cxx +20 -17
- Examples/IO/ImageReadWrite.cxx Examples/IO/ImageReadWrite.cxx +20 -17
- Examples/IO/ImageSeriesIOExample.cxx Examples/IO/ImageSeriesIOExample.cxx +20 -17
- Examples/IO/ImageToKmzAndMapFileProductExample.cxx Examples/IO/ImageToKmzAndMapFileProductExample.cxx +19 -14
- Examples/IO/MetadataExample.cxx Examples/IO/MetadataExample.cxx +19 -14
- Examples/IO/MultibandImageReadWrite.cxx Examples/IO/MultibandImageReadWrite.cxx +19 -14
- Examples/IO/OGRWrappersExample.cxx Examples/IO/OGRWrappersExample.cxx +19 -14
- Examples/IO/RGBImageReadWrite.cxx Examples/IO/RGBImageReadWrite.cxx +20 -17
- Examples/IO/StreamingImageReadWrite.cxx Examples/IO/StreamingImageReadWrite.cxx +19 -14
- Examples/IO/TileMapImageIOExample.cxx Examples/IO/TileMapImageIOExample.cxx +19 -14
- Examples/IO/VectorDataIOExample.cxx Examples/IO/VectorDataIOExample.cxx +19 -14
- Examples/IO/test/CMakeLists.txt Examples/IO/test/CMakeLists.txt +20 -0
- Examples/Installation/CMakeLists.txt Examples/Installation/CMakeLists.txt +20 -0
- Examples/Installation/HelloWorld.cxx Examples/Installation/HelloWorld.cxx +19 -14
- Examples/Installation/test/CMakeLists.txt Examples/Installation/test/CMakeLists.txt +20 -0
- Examples/Iterators/CMakeLists.txt Examples/Iterators/CMakeLists.txt +20 -0
- Examples/Iterators/ImageLinearIteratorWithIndex.cxx Examples/Iterators/ImageLinearIteratorWithIndex.cxx +19 -14
- Examples/Iterators/ImageLinearIteratorWithIndex2.cxx Examples/Iterators/ImageLinearIteratorWithIndex2.cxx +19 -14
- Examples/Iterators/ImageRandomConstIteratorWithIndex.cxx Examples/Iterators/ImageRandomConstIteratorWithIndex.cxx +19 -14
- Examples/Iterators/ImageRegionIterator.cxx Examples/Iterators/ImageRegionIterator.cxx +19 -14
- Examples/Iterators/ImageRegionIteratorWithIndex.cxx Examples/Iterators/ImageRegionIteratorWithIndex.cxx +19 -14
- Examples/Iterators/ImageSliceIteratorWithIndex.cxx Examples/Iterators/ImageSliceIteratorWithIndex.cxx +19 -14
- Examples/Iterators/IteratorsExamples.cxx Examples/Iterators/IteratorsExamples.cxx +19 -13
- Examples/Iterators/NeighborhoodIterators1.cxx Examples/Iterators/NeighborhoodIterators1.cxx +19 -14
- Examples/Iterators/NeighborhoodIterators2.cxx Examples/Iterators/NeighborhoodIterators2.cxx +19 -14
- Examples/Iterators/NeighborhoodIterators3.cxx Examples/Iterators/NeighborhoodIterators3.cxx +19 -14
- Examples/Iterators/NeighborhoodIterators4.cxx Examples/Iterators/NeighborhoodIterators4.cxx +19 -14
- Examples/Iterators/NeighborhoodIterators5.cxx Examples/Iterators/NeighborhoodIterators5.cxx +19 -14
- Examples/Iterators/NeighborhoodIterators6.cxx Examples/Iterators/NeighborhoodIterators6.cxx +19 -14
- Examples/Iterators/ShapedNeighborhoodIterators1.cxx Examples/Iterators/ShapedNeighborhoodIterators1.cxx +19 -14
- Examples/Iterators/ShapedNeighborhoodIterators2.cxx Examples/Iterators/ShapedNeighborhoodIterators2.cxx +19 -14
- Examples/Iterators/test/CMakeLists.txt Examples/Iterators/test/CMakeLists.txt +20 -0
- Examples/Learning/CMakeLists.txt Examples/Learning/CMakeLists.txt +20 -0
- Examples/Learning/GenerateTrainingImageExample.cxx Examples/Learning/GenerateTrainingImageExample.cxx +19 -14
- Examples/Learning/SEMModelEstimatorExample.cxx Examples/Learning/SEMModelEstimatorExample.cxx +20 -16
- Examples/Learning/SOMClassifierExample.cxx Examples/Learning/SOMClassifierExample.cxx +19 -14
- Examples/Learning/SOMExample.cxx Examples/Learning/SOMExample.cxx +20 -16
- Examples/Learning/SVMGenericKernelImageClassificationExample.cxx ...s/Learning/SVMGenericKernelImageClassificationExample.cxx +20 -16
- Examples/Learning/SVMGenericKernelImageModelEstimatorExample.cxx ...s/Learning/SVMGenericKernelImageModelEstimatorExample.cxx +20 -16
- Examples/Learning/SVMImageClassificationExample.cxx Examples/Learning/SVMImageClassificationExample.cxx +19 -14
- Examples/Learning/SVMImageEstimatorClassificationMultiExample.cxx .../Learning/SVMImageEstimatorClassificationMultiExample.cxx +19 -14
- Examples/Learning/SVMImageModelEstimatorExample.cxx Examples/Learning/SVMImageModelEstimatorExample.cxx +19 -14
- Examples/Learning/SVMPointSetClassificationExample.cxx Examples/Learning/SVMPointSetClassificationExample.cxx +19 -14
- Examples/Learning/SVMPointSetExample.cxx Examples/Learning/SVMPointSetExample.cxx +19 -14
- Examples/Learning/SVMPointSetModelEstimatorExample.cxx Examples/Learning/SVMPointSetModelEstimatorExample.cxx +19 -14
- Examples/Learning/TrainMachineLearningModelFromImagesExample.cxx ...s/Learning/TrainMachineLearningModelFromImagesExample.cxx +19 -14
- Examples/Learning/TrainMachineLearningModelFromSamplesExample.cxx .../Learning/TrainMachineLearningModelFromSamplesExample.cxx +19 -14
- Examples/Learning/test/CMakeLists.txt Examples/Learning/test/CMakeLists.txt +20 -0
- Examples/Markov/CMakeLists.txt Examples/Markov/CMakeLists.txt +20 -0
- Examples/Markov/MarkovClassification1Example.cxx Examples/Markov/MarkovClassification1Example.cxx +19 -14
- Examples/Markov/MarkovClassification2Example.cxx Examples/Markov/MarkovClassification2Example.cxx +19 -14
- Examples/Markov/MarkovClassification3Example.cxx Examples/Markov/MarkovClassification3Example.cxx +19 -14
- Examples/Markov/MarkovRegularizationExample.cxx Examples/Markov/MarkovRegularizationExample.cxx +19 -14
- Examples/Markov/MarkovRestorationExample.cxx Examples/Markov/MarkovRestorationExample.cxx +19 -14
- Examples/Markov/test/CMakeLists.txt Examples/Markov/test/CMakeLists.txt +20 -0
- Examples/MultiScale/CMakeLists.txt Examples/MultiScale/CMakeLists.txt +20 -0
- Examples/MultiScale/MorphologicalPyramidAnalysisFilterExample.cxx .../MultiScale/MorphologicalPyramidAnalysisFilterExample.cxx +19 -14
- Examples/MultiScale/MorphologicalPyramidSegmentationExample.cxx ...es/MultiScale/MorphologicalPyramidSegmentationExample.cxx +19 -14
- Examples/MultiScale/MorphologicalPyramidSegmenterExample.cxx Examples/MultiScale/MorphologicalPyramidSegmenterExample.cxx +19 -14
- Examples/MultiScale/MorphologicalPyramidSynthesisFilterExample.cxx ...MultiScale/MorphologicalPyramidSynthesisFilterExample.cxx +19 -14
- Examples/MultiScale/test/CMakeLists.txt Examples/MultiScale/test/CMakeLists.txt +20 -0
- Examples/OBIA/CMakeLists.txt Examples/OBIA/CMakeLists.txt +20 -0
- Examples/OBIA/HooverMetricsEstimation.cxx Examples/OBIA/HooverMetricsEstimation.cxx +20 -17
- Examples/OBIA/ImageToLabelToImage.cxx Examples/OBIA/ImageToLabelToImage.cxx +19 -14
- Examples/OBIA/KeepNObjects.cxx Examples/OBIA/KeepNObjects.cxx +19 -14
- Examples/OBIA/LabelMapToVectorData.cxx Examples/OBIA/LabelMapToVectorData.cxx +19 -14
- Examples/OBIA/RadiometricAttributesLabelMapFilterExample.cxx Examples/OBIA/RadiometricAttributesLabelMapFilterExample.cxx +19 -14
- Examples/OBIA/ShapeAttributeComputation.cxx Examples/OBIA/ShapeAttributeComputation.cxx +19 -14
- Examples/OBIA/test/CMakeLists.txt Examples/OBIA/test/CMakeLists.txt +20 -0
- Examples/Patented/CMakeLists.txt Examples/Patented/CMakeLists.txt +20 -0
- Examples/Patented/EstimateAffineTransformationExample.cxx Examples/Patented/EstimateAffineTransformationExample.cxx +19 -14
- Examples/Patented/SIFTDensityExample.cxx Examples/Patented/SIFTDensityExample.cxx +19 -14
- Examples/Patented/SIFTDisparityMapEstimation.cxx Examples/Patented/SIFTDisparityMapEstimation.cxx +19 -14
- Examples/Patented/SIFTExample.cxx Examples/Patented/SIFTExample.cxx +19 -14
- Examples/Patented/SIFTFastExample.cxx Examples/Patented/SIFTFastExample.cxx +19 -14
- Examples/Patented/test/CMakeLists.txt Examples/Patented/test/CMakeLists.txt +20 -0
- Examples/Projections/CMakeLists.txt Examples/Projections/CMakeLists.txt +20 -0
- Examples/Projections/CoordinateToNameExample.cxx Examples/Projections/CoordinateToNameExample.cxx +19 -14
- Examples/Projections/EstimateRPCSensorModelExample.cxx Examples/Projections/EstimateRPCSensorModelExample.cxx +19 -14
- Examples/Projections/GeometriesProjectionExample.cxx Examples/Projections/GeometriesProjectionExample.cxx +19 -14
- Examples/Projections/MapProjectionExample.cxx Examples/Projections/MapProjectionExample.cxx +19 -14
- Examples/Projections/OrthoRectificationExample.cxx Examples/Projections/OrthoRectificationExample.cxx +19 -14
- Examples/Projections/PlaceNameToLonLatExample.cxx Examples/Projections/PlaceNameToLonLatExample.cxx +19 -14
- Examples/Projections/SensorModelExample.cxx Examples/Projections/SensorModelExample.cxx +19 -14
- Examples/Projections/VectorDataExtractROIExample.cxx Examples/Projections/VectorDataExtractROIExample.cxx +19 -14
- Examples/Projections/VectorDataProjectionExample.cxx Examples/Projections/VectorDataProjectionExample.cxx +19 -14
- Examples/Projections/test/CMakeLists.txt Examples/Projections/test/CMakeLists.txt +20 -0
- Examples/Radiometry/ARVIMultiChannelRAndBAndNIRVegetationIndexImageFilter.cxx ...ARVIMultiChannelRAndBAndNIRVegetationIndexImageFilter.cxx +19 -14
- Examples/Radiometry/AVIMultiChannelRAndGAndNIRVegetationIndexImageFilter.cxx .../AVIMultiChannelRAndGAndNIRVegetationIndexImageFilter.cxx +19 -14
- Examples/Radiometry/AtmosphericCorrectionSequencement.cxx Examples/Radiometry/AtmosphericCorrectionSequencement.cxx +19 -14
- Examples/Radiometry/CMakeLists.txt Examples/Radiometry/CMakeLists.txt +20 -0
- Examples/Radiometry/NDVIRAndNIRVegetationIndexImageFilter.cxx ...ples/Radiometry/NDVIRAndNIRVegetationIndexImageFilter.cxx +19 -14
- Examples/Radiometry/test/CMakeLists.txt Examples/Radiometry/test/CMakeLists.txt +20 -0
- Examples/Registration/CMakeLists.txt Examples/Registration/CMakeLists.txt +20 -0
- Examples/Registration/ImageRegistration1.cxx Examples/Registration/ImageRegistration1.cxx +19 -14
- Examples/Registration/ImageRegistration2.cxx Examples/Registration/ImageRegistration2.cxx +19 -14
- Examples/Registration/ImageRegistration5.cxx Examples/Registration/ImageRegistration5.cxx +19 -14
- Examples/Registration/ImageRegistration9.cxx Examples/Registration/ImageRegistration9.cxx +19 -14
- Examples/Registration/test/CMakeLists.txt Examples/Registration/test/CMakeLists.txt +20 -0
- Examples/Segmentation/CMakeLists.txt Examples/Segmentation/CMakeLists.txt +20 -0
- Examples/Segmentation/ConfidenceConnected.cxx Examples/Segmentation/ConfidenceConnected.cxx +20 -17
- Examples/Segmentation/ConnectedThresholdImageFilter.cxx Examples/Segmentation/ConnectedThresholdImageFilter.cxx +20 -17
- Examples/Segmentation/FastMarchingImageFilter.cxx Examples/Segmentation/FastMarchingImageFilter.cxx +20 -17
- Examples/Segmentation/IsolatedConnectedImageFilter.cxx Examples/Segmentation/IsolatedConnectedImageFilter.cxx +20 -17
- Examples/Segmentation/LabelizeNeighborhoodConnectedImageFilter.cxx ...Segmentation/LabelizeNeighborhoodConnectedImageFilter.cxx +19 -14
- Examples/Segmentation/NeighborhoodConnectedImageFilter.cxx Examples/Segmentation/NeighborhoodConnectedImageFilter.cxx +20 -17
- Examples/Segmentation/OtsuMultipleThresholdImageFilter.cxx Examples/Segmentation/OtsuMultipleThresholdImageFilter.cxx +20 -17
- Examples/Segmentation/OtsuThresholdImageFilter.cxx Examples/Segmentation/OtsuThresholdImageFilter.cxx +20 -17
- Examples/Segmentation/StreamingMeanShiftSegmentation.cxx Examples/Segmentation/StreamingMeanShiftSegmentation.cxx +20 -17
- Examples/Segmentation/VectorConfidenceConnected.cxx Examples/Segmentation/VectorConfidenceConnected.cxx +20 -17
- Examples/Segmentation/WatershedSegmentation.cxx Examples/Segmentation/WatershedSegmentation.cxx +20 -17
- Examples/Segmentation/test/CMakeLists.txt Examples/Segmentation/test/CMakeLists.txt +20 -0
- Examples/Simulation/CMakeLists.txt Examples/Simulation/CMakeLists.txt +20 -0
- Examples/Simulation/LAIAndPROSAILToSensorResponse.cxx Examples/Simulation/LAIAndPROSAILToSensorResponse.cxx +19 -14
- Examples/Simulation/LAIFromNDVIImageTransform.cxx Examples/Simulation/LAIFromNDVIImageTransform.cxx +19 -14
- Examples/Simulation/ProsailModel.cxx Examples/Simulation/ProsailModel.cxx +20 -17
- Examples/Simulation/test/CMakeLists.txt Examples/Simulation/test/CMakeLists.txt +20 -0
- Examples/Tutorials/CMakeLists.txt Examples/Tutorials/CMakeLists.txt +20 -0
- Examples/Tutorials/FilteringPipeline.cxx Examples/Tutorials/FilteringPipeline.cxx +19 -14
- Examples/Tutorials/HelloWorldOTB.cxx Examples/Tutorials/HelloWorldOTB.cxx +19 -14
- Examples/Tutorials/Multispectral.cxx Examples/Tutorials/Multispectral.cxx +19 -14
- Examples/Tutorials/OrthoFusion.cxx Examples/Tutorials/OrthoFusion.cxx +19 -14
- Examples/Tutorials/Pipeline.cxx Examples/Tutorials/Pipeline.cxx +19 -14
- Examples/Tutorials/ScalingPipeline.cxx Examples/Tutorials/ScalingPipeline.cxx +19 -14
- Examples/Tutorials/SmarterFilteringPipeline.cxx Examples/Tutorials/SmarterFilteringPipeline.cxx +19 -14
- Examples/Tutorials/test/CMakeLists.txt Examples/Tutorials/test/CMakeLists.txt +20 -0
- Modules/Adapters/BoostAdapters/CMakeLists.txt Modules/Adapters/BoostAdapters/CMakeLists.txt +20 -0
- Modules/Adapters/BoostAdapters/include/otbBoostDox.h Modules/Adapters/BoostAdapters/include/otbBoostDox.h +19 -14
- Modules/Adapters/BoostAdapters/include/otbJoinContainer.h Modules/Adapters/BoostAdapters/include/otbJoinContainer.h +19 -14
- Modules/Adapters/BoostAdapters/include/otbStringUtils.h Modules/Adapters/BoostAdapters/include/otbStringUtils.h +19 -14
- Modules/Adapters/BoostAdapters/include/otb_boost_expint_header.h .../Adapters/BoostAdapters/include/otb_boost_expint_header.h +19 -14
- Modules/Adapters/BoostAdapters/include/otb_boost_graph_header.h ...s/Adapters/BoostAdapters/include/otb_boost_graph_header.h +19 -14
- Modules/Adapters/BoostAdapters/include/otb_boost_math_gamma_header.h ...pters/BoostAdapters/include/otb_boost_math_gamma_header.h +19 -14
- Modules/Adapters/BoostAdapters/include/otb_boost_math_normal_header.h ...ters/BoostAdapters/include/otb_boost_math_normal_header.h +19 -14
- Modules/Adapters/BoostAdapters/include/otb_boost_string_header.h .../Adapters/BoostAdapters/include/otb_boost_string_header.h +19 -14
- Modules/Adapters/BoostAdapters/include/otb_boost_tokenizer_header.h ...apters/BoostAdapters/include/otb_boost_tokenizer_header.h +19 -14
- Modules/Adapters/BoostAdapters/otb-module.cmake Modules/Adapters/BoostAdapters/otb-module.cmake +20 -0
- Modules/Adapters/CurlAdapters/CMakeLists.txt Modules/Adapters/CurlAdapters/CMakeLists.txt +20 -0
- Modules/Adapters/CurlAdapters/include/otbCurlHelper.h Modules/Adapters/CurlAdapters/include/otbCurlHelper.h +19 -14
- Modules/Adapters/CurlAdapters/include/otbCurlHelperInterface.h ...es/Adapters/CurlAdapters/include/otbCurlHelperInterface.h +19 -14
- Modules/Adapters/CurlAdapters/include/otbCurlHelperStub.h Modules/Adapters/CurlAdapters/include/otbCurlHelperStub.h +19 -14
- Modules/Adapters/CurlAdapters/otb-module.cmake Modules/Adapters/CurlAdapters/otb-module.cmake +20 -0
- Modules/Adapters/CurlAdapters/src/CMakeLists.txt Modules/Adapters/CurlAdapters/src/CMakeLists.txt +20 -0
- Modules/Adapters/CurlAdapters/src/otbCurlHelper.cxx Modules/Adapters/CurlAdapters/src/otbCurlHelper.cxx +19 -14
- Modules/Adapters/CurlAdapters/src/otbCurlHelperInterface.cxx Modules/Adapters/CurlAdapters/src/otbCurlHelperInterface.cxx +19 -14
- Modules/Adapters/CurlAdapters/src/otbCurlHelperStub.cxx Modules/Adapters/CurlAdapters/src/otbCurlHelperStub.cxx +19 -14
- Modules/Adapters/CurlAdapters/test/CMakeLists.txt Modules/Adapters/CurlAdapters/test/CMakeLists.txt +20 -0
- Modules/Adapters/CurlAdapters/test/otbCurlAdaptersTestDriver.cxx .../Adapters/CurlAdapters/test/otbCurlAdaptersTestDriver.cxx +21 -0
- Modules/Adapters/CurlAdapters/test/otbIsNightlyRevision.cxx Modules/Adapters/CurlAdapters/test/otbIsNightlyRevision.cxx +19 -14
- Modules/Adapters/GdalAdapters/CMakeLists.txt Modules/Adapters/GdalAdapters/CMakeLists.txt +20 -0
- Modules/Adapters/GdalAdapters/include/otbGdalDataTypeBridge.h ...les/Adapters/GdalAdapters/include/otbGdalDataTypeBridge.h +19 -14
- Modules/Adapters/GdalAdapters/include/otbGeometriesSet.h Modules/Adapters/GdalAdapters/include/otbGeometriesSet.h +19 -14
- Modules/Adapters/GdalAdapters/include/otbGeometriesSource.h Modules/Adapters/GdalAdapters/include/otbGeometriesSource.h +19 -14
- Modules/Adapters/GdalAdapters/include/otbGeometriesToGeometriesFilter.h ...rs/GdalAdapters/include/otbGeometriesToGeometriesFilter.h +19 -14
- Modules/Adapters/GdalAdapters/include/otbGeometriesToGeometriesFilter.txx .../GdalAdapters/include/otbGeometriesToGeometriesFilter.txx +19 -14
- Modules/Adapters/GdalAdapters/include/otbImageReference.h Modules/Adapters/GdalAdapters/include/otbImageReference.h +19 -14
- Modules/Adapters/GdalAdapters/include/otbOGR.h Modules/Adapters/GdalAdapters/include/otbOGR.h +19 -14
- Modules/Adapters/GdalAdapters/include/otbOGRDataSourceWrapper.h ...s/Adapters/GdalAdapters/include/otbOGRDataSourceWrapper.h +19 -14
- Modules/Adapters/GdalAdapters/include/otbOGRDataSourceWrapper.txx ...Adapters/GdalAdapters/include/otbOGRDataSourceWrapper.txx +19 -14
- Modules/Adapters/GdalAdapters/include/otbOGRDriversInit.h Modules/Adapters/GdalAdapters/include/otbOGRDriversInit.h +19 -14
- Modules/Adapters/GdalAdapters/include/otbOGRFeatureWrapper.h Modules/Adapters/GdalAdapters/include/otbOGRFeatureWrapper.h +19 -14
- Modules/Adapters/GdalAdapters/include/otbOGRFeatureWrapper.txx ...es/Adapters/GdalAdapters/include/otbOGRFeatureWrapper.txx +19 -14
- Modules/Adapters/GdalAdapters/include/otbOGRFieldWrapper.h Modules/Adapters/GdalAdapters/include/otbOGRFieldWrapper.h +19 -14
- Modules/Adapters/GdalAdapters/include/otbOGRFieldWrapper.txx Modules/Adapters/GdalAdapters/include/otbOGRFieldWrapper.txx +19 -14
- Modules/Adapters/GdalAdapters/include/otbOGRGeometriesVisitor.h ...s/Adapters/GdalAdapters/include/otbOGRGeometriesVisitor.h +19 -14
- Modules/Adapters/GdalAdapters/include/otbOGRGeometryWrapper.h ...les/Adapters/GdalAdapters/include/otbOGRGeometryWrapper.h +19 -14
- Modules/Adapters/GdalAdapters/include/otbOGRHelpers.h Modules/Adapters/GdalAdapters/include/otbOGRHelpers.h +19 -14
- Modules/Adapters/GdalAdapters/include/otbOGRLayerWrapper.h Modules/Adapters/GdalAdapters/include/otbOGRLayerWrapper.h +19 -14
- Modules/Adapters/GdalAdapters/include/otbOGRVersionProxy.h Modules/Adapters/GdalAdapters/include/otbOGRVersionProxy.h +19 -14
- Modules/Adapters/GdalAdapters/otb-module.cmake Modules/Adapters/GdalAdapters/otb-module.cmake +20 -0
- Modules/Adapters/GdalAdapters/src/CMakeLists.txt Modules/Adapters/GdalAdapters/src/CMakeLists.txt +20 -0
- Modules/Adapters/GdalAdapters/src/otbGeometriesSet.cxx Modules/Adapters/GdalAdapters/src/otbGeometriesSet.cxx +19 -14
- Modules/Adapters/GdalAdapters/src/otbGeometriesSource.cxx Modules/Adapters/GdalAdapters/src/otbGeometriesSource.cxx +19 -14
- Modules/Adapters/GdalAdapters/src/otbGeometriesToGeometriesFilter.cxx ...ters/GdalAdapters/src/otbGeometriesToGeometriesFilter.cxx +19 -14
- Modules/Adapters/GdalAdapters/src/otbOGRDataSourceWrapper.cxx ...les/Adapters/GdalAdapters/src/otbOGRDataSourceWrapper.cxx +19 -14
- Modules/Adapters/GdalAdapters/src/otbOGRDriversInit.cxx Modules/Adapters/GdalAdapters/src/otbOGRDriversInit.cxx +19 -14
- Modules/Adapters/GdalAdapters/src/otbOGRFeatureWrapper.cxx Modules/Adapters/GdalAdapters/src/otbOGRFeatureWrapper.cxx +19 -14
- Modules/Adapters/GdalAdapters/src/otbOGRFieldWrapper.cxx Modules/Adapters/GdalAdapters/src/otbOGRFieldWrapper.cxx +19 -14
- Modules/Adapters/GdalAdapters/src/otbOGRGeometryWrapper.cxx Modules/Adapters/GdalAdapters/src/otbOGRGeometryWrapper.cxx +19 -14
- Modules/Adapters/GdalAdapters/src/otbOGRLayerWrapper.cxx Modules/Adapters/GdalAdapters/src/otbOGRLayerWrapper.cxx +19 -14
- Modules/Adapters/GdalAdapters/src/otbOGRVersionProxy1x.cxx Modules/Adapters/GdalAdapters/src/otbOGRVersionProxy1x.cxx +19 -14
- Modules/Adapters/GdalAdapters/src/otbOGRVersionProxy2x.cxx Modules/Adapters/GdalAdapters/src/otbOGRVersionProxy2x.cxx +19 -14
- Modules/Adapters/GdalAdapters/test/CMakeLists.txt Modules/Adapters/GdalAdapters/test/CMakeLists.txt +20 -0
- Modules/Adapters/GdalAdapters/test/otbOGRDataSourceWrapperIO.cxx .../Adapters/GdalAdapters/test/otbOGRDataSourceWrapperIO.cxx +19 -14
- Modules/Adapters/GdalAdapters/test/otbOGRDataSourceWrapperNew.cxx ...Adapters/GdalAdapters/test/otbOGRDataSourceWrapperNew.cxx +19 -14
- Modules/Adapters/OSSIMAdapters/CMakeLists.txt Modules/Adapters/OSSIMAdapters/CMakeLists.txt +20 -0
- Modules/Adapters/OSSIMAdapters/include/otbDEMConvertAdapter.h ...les/Adapters/OSSIMAdapters/include/otbDEMConvertAdapter.h +19 -14
- Modules/Adapters/OSSIMAdapters/include/otbDEMHandler.h Modules/Adapters/OSSIMAdapters/include/otbDEMHandler.h +19 -14
- Modules/Adapters/OSSIMAdapters/include/otbDateTimeAdapter.h Modules/Adapters/OSSIMAdapters/include/otbDateTimeAdapter.h +19 -14
- Modules/Adapters/OSSIMAdapters/include/otbEllipsoidAdapter.h Modules/Adapters/OSSIMAdapters/include/otbEllipsoidAdapter.h +19 -14
- Modules/Adapters/OSSIMAdapters/include/otbFilterFunctionValues.h .../Adapters/OSSIMAdapters/include/otbFilterFunctionValues.h +19 -14
- Modules/Adapters/OSSIMAdapters/include/otbGeometricSarSensorModelAdapter.h ...OSSIMAdapters/include/otbGeometricSarSensorModelAdapter.h +19 -14
- Modules/Adapters/OSSIMAdapters/include/otbImageKeywordlist.h Modules/Adapters/OSSIMAdapters/include/otbImageKeywordlist.h +19 -14
- Modules/Adapters/OSSIMAdapters/include/otbMapProjectionAdapter.h .../Adapters/OSSIMAdapters/include/otbMapProjectionAdapter.h +19 -14
- Modules/Adapters/OSSIMAdapters/include/otbMetaDataKey.h Modules/Adapters/OSSIMAdapters/include/otbMetaDataKey.h +19 -14
- Modules/Adapters/OSSIMAdapters/include/otbPlatformPositionAdapter.h ...apters/OSSIMAdapters/include/otbPlatformPositionAdapter.h +19 -14
- Modules/Adapters/OSSIMAdapters/include/otbRPCSolverAdapter.h Modules/Adapters/OSSIMAdapters/include/otbRPCSolverAdapter.h +19 -14
- Modules/Adapters/OSSIMAdapters/include/otbSarSensorModelAdapter.h ...Adapters/OSSIMAdapters/include/otbSarSensorModelAdapter.h +19 -14
- Modules/Adapters/OSSIMAdapters/include/otbSensorModelAdapter.h ...es/Adapters/OSSIMAdapters/include/otbSensorModelAdapter.h +19 -14
- Modules/Adapters/OSSIMAdapters/otb-module.cmake Modules/Adapters/OSSIMAdapters/otb-module.cmake +20 -0
- Modules/Adapters/OSSIMAdapters/src/CMakeLists.txt Modules/Adapters/OSSIMAdapters/src/CMakeLists.txt +20 -0
- Modules/Adapters/OSSIMAdapters/src/otbDEMConvertAdapter.cxx Modules/Adapters/OSSIMAdapters/src/otbDEMConvertAdapter.cxx +19 -14
- Modules/Adapters/OSSIMAdapters/src/otbDEMHandler.cxx Modules/Adapters/OSSIMAdapters/src/otbDEMHandler.cxx +19 -14
- Modules/Adapters/OSSIMAdapters/src/otbDateTimeAdapter.cxx Modules/Adapters/OSSIMAdapters/src/otbDateTimeAdapter.cxx +19 -14
- Modules/Adapters/OSSIMAdapters/src/otbEllipsoidAdapter.cxx Modules/Adapters/OSSIMAdapters/src/otbEllipsoidAdapter.cxx +19 -14
- Modules/Adapters/OSSIMAdapters/src/otbFilterFunctionValues.cxx ...es/Adapters/OSSIMAdapters/src/otbFilterFunctionValues.cxx +19 -14
- Modules/Adapters/OSSIMAdapters/src/otbGeometricSarSensorModelAdapter.cxx ...s/OSSIMAdapters/src/otbGeometricSarSensorModelAdapter.cxx +19 -14
- Modules/Adapters/OSSIMAdapters/src/otbImageKeywordlist.cxx Modules/Adapters/OSSIMAdapters/src/otbImageKeywordlist.cxx +19 -14
- Modules/Adapters/OSSIMAdapters/src/otbMapProjectionAdapter.cxx ...es/Adapters/OSSIMAdapters/src/otbMapProjectionAdapter.cxx +19 -14
- Modules/Adapters/OSSIMAdapters/src/otbMetaDataKey.cxx Modules/Adapters/OSSIMAdapters/src/otbMetaDataKey.cxx +19 -14
- Modules/Adapters/OSSIMAdapters/src/otbPlatformPositionAdapter.cxx ...Adapters/OSSIMAdapters/src/otbPlatformPositionAdapter.cxx +19 -14
- Modules/Adapters/OSSIMAdapters/src/otbRPCSolverAdapter.cxx Modules/Adapters/OSSIMAdapters/src/otbRPCSolverAdapter.cxx +19 -14
- Modules/Adapters/OSSIMAdapters/src/otbSarSensorModelAdapter.cxx ...s/Adapters/OSSIMAdapters/src/otbSarSensorModelAdapter.cxx +19 -14
- Modules/Adapters/OSSIMAdapters/src/otbSensorModelAdapter.cxx Modules/Adapters/OSSIMAdapters/src/otbSensorModelAdapter.cxx +19 -14
- Modules/Adapters/OSSIMAdapters/test/CMakeLists.txt Modules/Adapters/OSSIMAdapters/test/CMakeLists.txt +20 -0
- Modules/Adapters/OSSIMAdapters/test/otbDEMHandlerTest.cxx Modules/Adapters/OSSIMAdapters/test/otbDEMHandlerTest.cxx +19 -14
- Modules/Adapters/OSSIMAdapters/test/otbGeometricSarSensorModelAdapter.cxx .../OSSIMAdapters/test/otbGeometricSarSensorModelAdapter.cxx +19 -14
- Modules/Adapters/OSSIMAdapters/test/otbMapProjectionAdapterTest.cxx ...apters/OSSIMAdapters/test/otbMapProjectionAdapterTest.cxx +19 -14
- Modules/Adapters/OSSIMAdapters/test/otbOSSIMAdaptersTestDriver.cxx ...dapters/OSSIMAdapters/test/otbOSSIMAdaptersTestDriver.cxx +21 -0
- Modules/Adapters/OSSIMAdapters/test/otbOssimElevManagerTest2.cxx .../Adapters/OSSIMAdapters/test/otbOssimElevManagerTest2.cxx +19 -14
- Modules/Adapters/OSSIMAdapters/test/otbOssimElevManagerTest4.cxx .../Adapters/OSSIMAdapters/test/otbOssimElevManagerTest4.cxx +19 -14
- Modules/Adapters/OSSIMAdapters/test/otbOssimJpegFileResourceLeakTest.cxx ...s/OSSIMAdapters/test/otbOssimJpegFileResourceLeakTest.cxx +19 -14
- Modules/Adapters/OSSIMAdapters/test/otbRPCSolverAdapterTest.cxx ...s/Adapters/OSSIMAdapters/test/otbRPCSolverAdapterTest.cxx +19 -14
- Modules/Adapters/OSSIMAdapters/test/otbTestImageKeywordlist.cxx ...s/Adapters/OSSIMAdapters/test/otbTestImageKeywordlist.cxx +19 -14
- Modules/Adapters/OpenThreadsAdapters/CMakeLists.txt Modules/Adapters/OpenThreadsAdapters/CMakeLists.txt +20 -0
- Modules/Adapters/OpenThreadsAdapters/include/otbThreads.h Modules/Adapters/OpenThreadsAdapters/include/otbThreads.h +19 -14
- Modules/Adapters/OpenThreadsAdapters/otb-module.cmake Modules/Adapters/OpenThreadsAdapters/otb-module.cmake +20 -0
- Modules/Adapters/OpenThreadsAdapters/src/CMakeLists.txt Modules/Adapters/OpenThreadsAdapters/src/CMakeLists.txt +20 -0
- Modules/Adapters/OpenThreadsAdapters/src/otbThreads.cxx Modules/Adapters/OpenThreadsAdapters/src/otbThreads.cxx +19 -14
- Modules/Adapters/OpenThreadsAdapters/test/CMakeLists.txt Modules/Adapters/OpenThreadsAdapters/test/CMakeLists.txt +20 -0
- Modules/Adapters/OpenThreadsAdapters/test/otbOpenThreadsAdaptersTestDriver.cxx ...ThreadsAdapters/test/otbOpenThreadsAdaptersTestDriver.cxx +21 -0
- Modules/Adapters/OpenThreadsAdapters/test/otbThreadsTest.cxx Modules/Adapters/OpenThreadsAdapters/test/otbThreadsTest.cxx +19 -14
- Modules/Adapters/QtAdapters/CMakeLists.txt Modules/Adapters/QtAdapters/CMakeLists.txt +20 -0
- Modules/Adapters/QtAdapters/include/otbQtAdapters.h Modules/Adapters/QtAdapters/include/otbQtAdapters.h +19 -17
- Modules/Adapters/QtAdapters/otb-module.cmake Modules/Adapters/QtAdapters/otb-module.cmake +20 -0
- Modules/Adapters/QtAdapters/src/CMakeLists.txt Modules/Adapters/QtAdapters/src/CMakeLists.txt +20 -0
- Modules/Adapters/QtAdapters/src/otbQtAdapters.cxx Modules/Adapters/QtAdapters/src/otbQtAdapters.cxx +19 -17
- Modules/Adapters/QtAdapters/test/CMakeLists.txt Modules/Adapters/QtAdapters/test/CMakeLists.txt +20 -0
- Modules/Applications/AppChangeDetection/CMakeLists.txt Modules/Applications/AppChangeDetection/CMakeLists.txt +20 -0
- Modules/Applications/AppChangeDetection/app/CMakeLists.txt Modules/Applications/AppChangeDetection/app/CMakeLists.txt +20 -0
- Modules/Applications/AppChangeDetection/app/otbMultivariateAlterationDetector.cxx ...ChangeDetection/app/otbMultivariateAlterationDetector.cxx +19 -14
- Modules/Applications/AppChangeDetection/otb-module.cmake Modules/Applications/AppChangeDetection/otb-module.cmake +20 -0
- Modules/Applications/AppChangeDetection/test/CMakeLists.txt Modules/Applications/AppChangeDetection/test/CMakeLists.txt +20 -0
- Modules/Applications/AppClassification/CMakeLists.txt Modules/Applications/AppClassification/CMakeLists.txt +20 -0
- Modules/Applications/AppClassification/app/CMakeLists.txt Modules/Applications/AppClassification/app/CMakeLists.txt +20 -0
- Modules/Applications/AppClassification/app/otbClassificationMapRegularization.cxx ...Classification/app/otbClassificationMapRegularization.cxx +19 -13
- Modules/Applications/AppClassification/app/otbComputeConfusionMatrix.cxx ...tions/AppClassification/app/otbComputeConfusionMatrix.cxx +19 -14
- Modules/Applications/AppClassification/app/otbComputeImagesStatistics.cxx ...ions/AppClassification/app/otbComputeImagesStatistics.cxx +19 -14
- Modules/Applications/AppClassification/app/otbComputeOGRLayersFeaturesStatistics.cxx ...ssification/app/otbComputeOGRLayersFeaturesStatistics.cxx +19 -13
- Modules/Applications/AppClassification/app/otbComputePolylineFeatureFromImage.cxx ...Classification/app/otbComputePolylineFeatureFromImage.cxx +19 -14
- Modules/Applications/AppClassification/app/otbDSFuzzyModelEstimation.cxx ...tions/AppClassification/app/otbDSFuzzyModelEstimation.cxx +19 -14
- Modules/Applications/AppClassification/app/otbFusionOfClassifications.cxx ...ions/AppClassification/app/otbFusionOfClassifications.cxx +19 -14
- Modules/Applications/AppClassification/app/otbImageClassifier.cxx ...Applications/AppClassification/app/otbImageClassifier.cxx +19 -14
- Modules/Applications/AppClassification/app/otbKMeansClassification.cxx ...cations/AppClassification/app/otbKMeansClassification.cxx +19 -14
- Modules/Applications/AppClassification/app/otbMultiImageSamplingRate.cxx ...tions/AppClassification/app/otbMultiImageSamplingRate.cxx +19 -14
- Modules/Applications/AppClassification/app/otbOGRLayerClassifier.cxx ...lications/AppClassification/app/otbOGRLayerClassifier.cxx +19 -13
- Modules/Applications/AppClassification/app/otbPolygonClassStatistics.cxx ...tions/AppClassification/app/otbPolygonClassStatistics.cxx +19 -14
- Modules/Applications/AppClassification/app/otbPredictRegression.cxx ...plications/AppClassification/app/otbPredictRegression.cxx +19 -14
- Modules/Applications/AppClassification/app/otbSOMClassification.cxx ...plications/AppClassification/app/otbSOMClassification.cxx +19 -14
- Modules/Applications/AppClassification/app/otbSampleExtraction.cxx ...pplications/AppClassification/app/otbSampleExtraction.cxx +19 -14
- Modules/Applications/AppClassification/app/otbSampleSelection.cxx ...Applications/AppClassification/app/otbSampleSelection.cxx +19 -14
- Modules/Applications/AppClassification/app/otbTrainImagesClassifier.cxx ...ations/AppClassification/app/otbTrainImagesClassifier.cxx +19 -13
- Modules/Applications/AppClassification/app/otbTrainOGRLayersClassifier.cxx ...ons/AppClassification/app/otbTrainOGRLayersClassifier.cxx +19 -13
- Modules/Applications/AppClassification/app/otbTrainRegression.cxx ...Applications/AppClassification/app/otbTrainRegression.cxx +19 -13
- Modules/Applications/AppClassification/app/otbTrainVectorClassifier.cxx ...ations/AppClassification/app/otbTrainVectorClassifier.cxx +19 -13
- Modules/Applications/AppClassification/app/otbVectorDataDSValidation.cxx ...tions/AppClassification/app/otbVectorDataDSValidation.cxx +19 -14
- Modules/Applications/AppClassification/include/otbLearningApplicationBase.h ...ns/AppClassification/include/otbLearningApplicationBase.h +19 -13
- Modules/Applications/AppClassification/include/otbLearningApplicationBase.txx .../AppClassification/include/otbLearningApplicationBase.txx +19 -13
- Modules/Applications/AppClassification/include/otbTrainBoost.txx .../Applications/AppClassification/include/otbTrainBoost.txx +19 -13
- Modules/Applications/AppClassification/include/otbTrainDecisionTree.txx ...ations/AppClassification/include/otbTrainDecisionTree.txx +19 -13
- Modules/Applications/AppClassification/include/otbTrainGradientBoostedTree.txx ...AppClassification/include/otbTrainGradientBoostedTree.txx +19 -13
- Modules/Applications/AppClassification/include/otbTrainKNN.txx ...es/Applications/AppClassification/include/otbTrainKNN.txx +19 -13
- Modules/Applications/AppClassification/include/otbTrainLibSVM.txx ...Applications/AppClassification/include/otbTrainLibSVM.txx +19 -13
- Modules/Applications/AppClassification/include/otbTrainNeuralNetwork.txx ...tions/AppClassification/include/otbTrainNeuralNetwork.txx +19 -13
- Modules/Applications/AppClassification/include/otbTrainNormalBayes.txx ...cations/AppClassification/include/otbTrainNormalBayes.txx +19 -13
- Modules/Applications/AppClassification/include/otbTrainRandomForests.txx ...tions/AppClassification/include/otbTrainRandomForests.txx +19 -13
- Modules/Applications/AppClassification/include/otbTrainSVM.txx ...es/Applications/AppClassification/include/otbTrainSVM.txx +19 -13
- Modules/Applications/AppClassification/include/otbTrainSharkRandomForests.txx .../AppClassification/include/otbTrainSharkRandomForests.txx +19 -13
- Modules/Applications/AppClassification/otb-module.cmake Modules/Applications/AppClassification/otb-module.cmake +20 -0
- Modules/Applications/AppClassification/test/CMakeLists.txt Modules/Applications/AppClassification/test/CMakeLists.txt +20 -0
- Modules/Applications/AppDescriptors/CMakeLists.txt Modules/Applications/AppDescriptors/CMakeLists.txt +20 -0
- Modules/Applications/AppDescriptors/app/CMakeLists.txt Modules/Applications/AppDescriptors/app/CMakeLists.txt +20 -0
- Modules/Applications/AppDescriptors/app/otbHomologousPointsExtraction.cxx ...ions/AppDescriptors/app/otbHomologousPointsExtraction.cxx +19 -14
- Modules/Applications/AppDescriptors/otb-module.cmake Modules/Applications/AppDescriptors/otb-module.cmake +20 -0
- Modules/Applications/AppDescriptors/test/CMakeLists.txt Modules/Applications/AppDescriptors/test/CMakeLists.txt +20 -0
- Modules/Applications/AppDimensionalityReduction/CMakeLists.txt ...es/Applications/AppDimensionalityReduction/CMakeLists.txt +20 -0
- Modules/Applications/AppDimensionalityReduction/app/CMakeLists.txt ...pplications/AppDimensionalityReduction/app/CMakeLists.txt +20 -0
- Modules/Applications/AppDimensionalityReduction/app/otbDimensionalityReduction.cxx ...imensionalityReduction/app/otbDimensionalityReduction.cxx +19 -14
- Modules/Applications/AppDimensionalityReduction/otb-module.cmake .../Applications/AppDimensionalityReduction/otb-module.cmake +20 -0
- Modules/Applications/AppDimensionalityReduction/test/CMakeLists.txt ...plications/AppDimensionalityReduction/test/CMakeLists.txt +20 -0
- Modules/Applications/AppDomainTransform/CMakeLists.txt Modules/Applications/AppDomainTransform/CMakeLists.txt +20 -0
- Modules/Applications/AppDomainTransform/app/CMakeLists.txt Modules/Applications/AppDomainTransform/app/CMakeLists.txt +20 -0
- Modules/Applications/AppDomainTransform/app/otbDomainTransform.cxx ...pplications/AppDomainTransform/app/otbDomainTransform.cxx +19 -14
- Modules/Applications/AppDomainTransform/otb-module.cmake Modules/Applications/AppDomainTransform/otb-module.cmake +20 -0
- Modules/Applications/AppDomainTransform/test/CMakeLists.txt Modules/Applications/AppDomainTransform/test/CMakeLists.txt +20 -0
- Modules/Applications/AppEdge/CMakeLists.txt Modules/Applications/AppEdge/CMakeLists.txt +20 -0
- Modules/Applications/AppEdge/app/CMakeLists.txt Modules/Applications/AppEdge/app/CMakeLists.txt +20 -0
- Modules/Applications/AppEdge/app/otbEdgeExtraction.cxx Modules/Applications/AppEdge/app/otbEdgeExtraction.cxx +19 -14
- Modules/Applications/AppEdge/app/otbLineSegmentDetection.cxx Modules/Applications/AppEdge/app/otbLineSegmentDetection.cxx +19 -14
- Modules/Applications/AppEdge/otb-module.cmake Modules/Applications/AppEdge/otb-module.cmake +20 -0
- Modules/Applications/AppEdge/test/CMakeLists.txt Modules/Applications/AppEdge/test/CMakeLists.txt +20 -0
- Modules/Applications/AppFiltering/CMakeLists.txt Modules/Applications/AppFiltering/CMakeLists.txt +20 -0
- Modules/Applications/AppFiltering/app/CMakeLists.txt Modules/Applications/AppFiltering/app/CMakeLists.txt +20 -0
- Modules/Applications/AppFiltering/app/otbDespeckle.cxx Modules/Applications/AppFiltering/app/otbDespeckle.cxx +19 -14
- Modules/Applications/AppFiltering/app/otbSmoothing.cxx Modules/Applications/AppFiltering/app/otbSmoothing.cxx +19 -14
- Modules/Applications/AppFiltering/otb-module.cmake Modules/Applications/AppFiltering/otb-module.cmake +20 -0
- Modules/Applications/AppFiltering/test/CMakeLists.txt Modules/Applications/AppFiltering/test/CMakeLists.txt +20 -0
- Modules/Applications/AppFusion/CMakeLists.txt Modules/Applications/AppFusion/CMakeLists.txt +20 -0
- Modules/Applications/AppFusion/app/CMakeLists.txt Modules/Applications/AppFusion/app/CMakeLists.txt +20 -0
- Modules/Applications/AppFusion/app/otbBundleToPerfectSensor.cxx ...s/Applications/AppFusion/app/otbBundleToPerfectSensor.cxx +19 -14
- Modules/Applications/AppFusion/app/otbPansharpening.cxx Modules/Applications/AppFusion/app/otbPansharpening.cxx +19 -14
- Modules/Applications/AppFusion/otb-module.cmake Modules/Applications/AppFusion/otb-module.cmake +20 -0
- Modules/Applications/AppFusion/test/CMakeLists.txt Modules/Applications/AppFusion/test/CMakeLists.txt +20 -0
- Modules/Applications/AppHyperspectral/CMakeLists.txt Modules/Applications/AppHyperspectral/CMakeLists.txt +20 -0
- Modules/Applications/AppHyperspectral/app/CMakeLists.txt Modules/Applications/AppHyperspectral/app/CMakeLists.txt +20 -0
- Modules/Applications/AppHyperspectral/app/otbHyperspectralUnmixing.cxx ...cations/AppHyperspectral/app/otbHyperspectralUnmixing.cxx +19 -14
- Modules/Applications/AppHyperspectral/app/otbVertexComponentAnalysis.cxx ...tions/AppHyperspectral/app/otbVertexComponentAnalysis.cxx +19 -14
- Modules/Applications/AppHyperspectral/otb-module.cmake Modules/Applications/AppHyperspectral/otb-module.cmake +20 -0
- Modules/Applications/AppHyperspectral/test/CMakeLists.txt Modules/Applications/AppHyperspectral/test/CMakeLists.txt +20 -0
- Modules/Applications/AppImageUtils/CMakeLists.txt Modules/Applications/AppImageUtils/CMakeLists.txt +20 -0
- Modules/Applications/AppImageUtils/app/CMakeLists.txt Modules/Applications/AppImageUtils/app/CMakeLists.txt +20 -0
- Modules/Applications/AppImageUtils/app/otbColorMapping.cxx Modules/Applications/AppImageUtils/app/otbColorMapping.cxx +19 -14
- Modules/Applications/AppImageUtils/app/otbCompareImages.cxx Modules/Applications/AppImageUtils/app/otbCompareImages.cxx +19 -14
- Modules/Applications/AppImageUtils/app/otbConcatenateImages.cxx ...s/Applications/AppImageUtils/app/otbConcatenateImages.cxx +19 -14
- Modules/Applications/AppImageUtils/app/otbConvert.cxx Modules/Applications/AppImageUtils/app/otbConvert.cxx +19 -14
- Modules/Applications/AppImageUtils/app/otbDEMConvert.cxx Modules/Applications/AppImageUtils/app/otbDEMConvert.cxx +19 -14
- Modules/Applications/AppImageUtils/app/otbDownloadSRTMTiles.cxx ...s/Applications/AppImageUtils/app/otbDownloadSRTMTiles.cxx +19 -14
- Modules/Applications/AppImageUtils/app/otbExtractROI.cxx Modules/Applications/AppImageUtils/app/otbExtractROI.cxx +19 -14
- Modules/Applications/AppImageUtils/app/otbManageNoData.cxx Modules/Applications/AppImageUtils/app/otbManageNoData.cxx +19 -14
- Modules/Applications/AppImageUtils/app/otbMultiResolutionPyramid.cxx ...lications/AppImageUtils/app/otbMultiResolutionPyramid.cxx +19 -14
- Modules/Applications/AppImageUtils/app/otbPixelValue.cxx Modules/Applications/AppImageUtils/app/otbPixelValue.cxx +19 -14
- Modules/Applications/AppImageUtils/app/otbQuicklook.cxx Modules/Applications/AppImageUtils/app/otbQuicklook.cxx +19 -14
- Modules/Applications/AppImageUtils/app/otbReadImageInfo.cxx Modules/Applications/AppImageUtils/app/otbReadImageInfo.cxx +19 -14
- Modules/Applications/AppImageUtils/app/otbRescale.cxx Modules/Applications/AppImageUtils/app/otbRescale.cxx +19 -14
- Modules/Applications/AppImageUtils/app/otbSplitImage.cxx Modules/Applications/AppImageUtils/app/otbSplitImage.cxx +19 -14
- Modules/Applications/AppImageUtils/app/otbTileFusion.cxx Modules/Applications/AppImageUtils/app/otbTileFusion.cxx +19 -14
- Modules/Applications/AppImageUtils/otb-module.cmake Modules/Applications/AppImageUtils/otb-module.cmake +20 -0
- Modules/Applications/AppImageUtils/test/CMakeLists.txt Modules/Applications/AppImageUtils/test/CMakeLists.txt +20 -0
- Modules/Applications/AppIndices/CMakeLists.txt Modules/Applications/AppIndices/CMakeLists.txt +20 -0
- Modules/Applications/AppIndices/app/CMakeLists.txt Modules/Applications/AppIndices/app/CMakeLists.txt +20 -0
- Modules/Applications/AppIndices/app/otbRadiometricIndices.cxx ...les/Applications/AppIndices/app/otbRadiometricIndices.cxx +19 -14
- Modules/Applications/AppIndices/otb-module.cmake Modules/Applications/AppIndices/otb-module.cmake +20 -0
- Modules/Applications/AppIndices/test/CMakeLists.txt Modules/Applications/AppIndices/test/CMakeLists.txt +20 -0
- Modules/Applications/AppKMZ/CMakeLists.txt Modules/Applications/AppKMZ/CMakeLists.txt +20 -0
- Modules/Applications/AppKMZ/app/CMakeLists.txt Modules/Applications/AppKMZ/app/CMakeLists.txt +20 -0
- Modules/Applications/AppKMZ/app/otbKmzExport.cxx Modules/Applications/AppKMZ/app/otbKmzExport.cxx +19 -14
- Modules/Applications/AppKMZ/otb-module.cmake Modules/Applications/AppKMZ/otb-module.cmake +20 -0
- Modules/Applications/AppKMZ/test/CMakeLists.txt Modules/Applications/AppKMZ/test/CMakeLists.txt +20 -0
- Modules/Applications/AppMathParser/CMakeLists.txt Modules/Applications/AppMathParser/CMakeLists.txt +20 -0
- Modules/Applications/AppMathParser/app/CMakeLists.txt Modules/Applications/AppMathParser/app/CMakeLists.txt +20 -0
- Modules/Applications/AppMathParser/app/otbBandMath.cxx Modules/Applications/AppMathParser/app/otbBandMath.cxx +19 -14
- Modules/Applications/AppMathParser/otb-module.cmake Modules/Applications/AppMathParser/otb-module.cmake +20 -0
- Modules/Applications/AppMathParser/test/CMakeLists.txt Modules/Applications/AppMathParser/test/CMakeLists.txt +20 -0
- Modules/Applications/AppMathParserX/CMakeLists.txt Modules/Applications/AppMathParserX/CMakeLists.txt +20 -0
- Modules/Applications/AppMathParserX/app/CMakeLists.txt Modules/Applications/AppMathParserX/app/CMakeLists.txt +20 -0
- Modules/Applications/AppMathParserX/app/otbBandMathX.cxx Modules/Applications/AppMathParserX/app/otbBandMathX.cxx +19 -14
- Modules/Applications/AppMathParserX/otb-module.cmake Modules/Applications/AppMathParserX/otb-module.cmake +20 -0
- Modules/Applications/AppMathParserX/test/CMakeLists.txt Modules/Applications/AppMathParserX/test/CMakeLists.txt +20 -0
- Modules/Applications/AppMoments/CMakeLists.txt Modules/Applications/AppMoments/CMakeLists.txt +20 -0
- Modules/Applications/AppMoments/app/CMakeLists.txt Modules/Applications/AppMoments/app/CMakeLists.txt +20 -0
- Modules/Applications/AppMoments/app/otbLocalStatisticExtraction.cxx ...plications/AppMoments/app/otbLocalStatisticExtraction.cxx +19 -14
- Modules/Applications/AppMoments/otb-module.cmake Modules/Applications/AppMoments/otb-module.cmake +20 -0
- Modules/Applications/AppMoments/test/CMakeLists.txt Modules/Applications/AppMoments/test/CMakeLists.txt +20 -0
- Modules/Applications/AppMorphology/CMakeLists.txt Modules/Applications/AppMorphology/CMakeLists.txt +20 -0
- Modules/Applications/AppMorphology/app/CMakeLists.txt Modules/Applications/AppMorphology/app/CMakeLists.txt +20 -0
- Modules/Applications/AppMorphology/app/otbBinaryMorphologicalOperation.cxx ...ons/AppMorphology/app/otbBinaryMorphologicalOperation.cxx +19 -14
- Modules/Applications/AppMorphology/app/otbGrayScaleMorphologicalOperation.cxx .../AppMorphology/app/otbGrayScaleMorphologicalOperation.cxx +19 -14
- Modules/Applications/AppMorphology/app/otbMorphologicalClassification.cxx ...ions/AppMorphology/app/otbMorphologicalClassification.cxx +19 -14
- Modules/Applications/AppMorphology/app/otbMorphologicalMultiScaleDecomposition.cxx ...orphology/app/otbMorphologicalMultiScaleDecomposition.cxx +19 -14
- Modules/Applications/AppMorphology/app/otbMorphologicalProfilesAnalysis.cxx ...ns/AppMorphology/app/otbMorphologicalProfilesAnalysis.cxx +19 -14
- Modules/Applications/AppMorphology/otb-module.cmake Modules/Applications/AppMorphology/otb-module.cmake +20 -0
- Modules/Applications/AppMorphology/test/CMakeLists.txt Modules/Applications/AppMorphology/test/CMakeLists.txt +20 -0
- Modules/Applications/AppOpticalCalibration/CMakeLists.txt Modules/Applications/AppOpticalCalibration/CMakeLists.txt +20 -0
- Modules/Applications/AppOpticalCalibration/app/CMakeLists.txt ...les/Applications/AppOpticalCalibration/app/CMakeLists.txt +20 -0
- Modules/Applications/AppOpticalCalibration/app/otbOpticalCalibration.cxx ...tions/AppOpticalCalibration/app/otbOpticalCalibration.cxx +19 -14
- Modules/Applications/AppOpticalCalibration/otb-module.cmake Modules/Applications/AppOpticalCalibration/otb-module.cmake +20 -0
- Modules/Applications/AppOpticalCalibration/test/CMakeLists.txt ...es/Applications/AppOpticalCalibration/test/CMakeLists.txt +20 -0
- Modules/Applications/AppProjection/CMakeLists.txt Modules/Applications/AppProjection/CMakeLists.txt +20 -0
- Modules/Applications/AppProjection/app/CMakeLists.txt Modules/Applications/AppProjection/app/CMakeLists.txt +20 -0
- Modules/Applications/AppProjection/app/otbConvertCartoToGeoPoint.cxx ...lications/AppProjection/app/otbConvertCartoToGeoPoint.cxx +19 -14
- Modules/Applications/AppProjection/app/otbConvertSensorToGeoPoint.cxx ...ications/AppProjection/app/otbConvertSensorToGeoPoint.cxx +19 -14
- Modules/Applications/AppProjection/app/otbGenerateRPCSensorModel.cxx ...lications/AppProjection/app/otbGenerateRPCSensorModel.cxx +19 -14
- Modules/Applications/AppProjection/app/otbGridBasedImageResampling.cxx ...cations/AppProjection/app/otbGridBasedImageResampling.cxx +19 -14
- Modules/Applications/AppProjection/app/otbImageEnvelope.cxx Modules/Applications/AppProjection/app/otbImageEnvelope.cxx +19 -14
- Modules/Applications/AppProjection/app/otbObtainUTMZoneFromGeoPoint.cxx ...ations/AppProjection/app/otbObtainUTMZoneFromGeoPoint.cxx +19 -14
- Modules/Applications/AppProjection/app/otbOrthoRectification.cxx .../Applications/AppProjection/app/otbOrthoRectification.cxx +19 -14
- Modules/Applications/AppProjection/app/otbRefineSensorModel.cxx ...s/Applications/AppProjection/app/otbRefineSensorModel.cxx +19 -14
- Modules/Applications/AppProjection/app/otbRigidTransformResample.cxx ...lications/AppProjection/app/otbRigidTransformResample.cxx +19 -14
- Modules/Applications/AppProjection/app/otbSuperimpose.cxx Modules/Applications/AppProjection/app/otbSuperimpose.cxx +19 -14
- Modules/Applications/AppProjection/app/otbVectorDataReprojection.cxx ...lications/AppProjection/app/otbVectorDataReprojection.cxx +19 -14
- Modules/Applications/AppProjection/otb-module.cmake Modules/Applications/AppProjection/otb-module.cmake +20 -0
- Modules/Applications/AppProjection/test/CMakeLists.txt Modules/Applications/AppProjection/test/CMakeLists.txt +20 -0
- Modules/Applications/AppSARCalibration/CMakeLists.txt Modules/Applications/AppSARCalibration/CMakeLists.txt +20 -0
- Modules/Applications/AppSARCalibration/app/CMakeLists.txt Modules/Applications/AppSARCalibration/app/CMakeLists.txt +20 -0
- Modules/Applications/AppSARCalibration/app/otbSARCalibration.cxx .../Applications/AppSARCalibration/app/otbSARCalibration.cxx +19 -14
- Modules/Applications/AppSARCalibration/app/otbSARDeburst.cxx Modules/Applications/AppSARCalibration/app/otbSARDeburst.cxx +19 -14
- Modules/Applications/AppSARCalibration/app/otbSarRadiometricCalibration.cxx ...ns/AppSARCalibration/app/otbSarRadiometricCalibration.cxx +19 -14
- Modules/Applications/AppSARCalibration/otb-module.cmake Modules/Applications/AppSARCalibration/otb-module.cmake +20 -0
- Modules/Applications/AppSARCalibration/test/CMakeLists.txt Modules/Applications/AppSARCalibration/test/CMakeLists.txt +20 -0
- Modules/Applications/AppSARDecompositions/CMakeLists.txt Modules/Applications/AppSARDecompositions/CMakeLists.txt +20 -0
- Modules/Applications/AppSARDecompositions/app/CMakeLists.txt Modules/Applications/AppSARDecompositions/app/CMakeLists.txt +20 -0
- Modules/Applications/AppSARDecompositions/app/otbSARDecompositions.cxx ...cations/AppSARDecompositions/app/otbSARDecompositions.cxx +19 -14
- Modules/Applications/AppSARDecompositions/otb-module.cmake Modules/Applications/AppSARDecompositions/otb-module.cmake +20 -0
- Modules/Applications/AppSARDecompositions/test/CMakeLists.txt ...les/Applications/AppSARDecompositions/test/CMakeLists.txt +20 -0
- Modules/Applications/AppSARPolarMatrixConvert/CMakeLists.txt Modules/Applications/AppSARPolarMatrixConvert/CMakeLists.txt +20 -0
- Modules/Applications/AppSARPolarMatrixConvert/app/CMakeLists.txt .../Applications/AppSARPolarMatrixConvert/app/CMakeLists.txt +20 -0
- Modules/Applications/AppSARPolarMatrixConvert/app/otbSARPolarMatrixConvert.cxx ...AppSARPolarMatrixConvert/app/otbSARPolarMatrixConvert.cxx +19 -14
- Modules/Applications/AppSARPolarMatrixConvert/otb-module.cmake ...es/Applications/AppSARPolarMatrixConvert/otb-module.cmake +20 -0
- Modules/Applications/AppSARPolarMatrixConvert/test/CMakeLists.txt ...Applications/AppSARPolarMatrixConvert/test/CMakeLists.txt +20 -0
- Modules/Applications/AppSARPolarSynth/CMakeLists.txt Modules/Applications/AppSARPolarSynth/CMakeLists.txt +20 -0
- Modules/Applications/AppSARPolarSynth/app/CMakeLists.txt Modules/Applications/AppSARPolarSynth/app/CMakeLists.txt +20 -0
- Modules/Applications/AppSARPolarSynth/app/otbSARPolarSynth.cxx ...es/Applications/AppSARPolarSynth/app/otbSARPolarSynth.cxx +19 -14
- Modules/Applications/AppSARPolarSynth/otb-module.cmake Modules/Applications/AppSARPolarSynth/otb-module.cmake +20 -0
- Modules/Applications/AppSARPolarSynth/test/CMakeLists.txt Modules/Applications/AppSARPolarSynth/test/CMakeLists.txt +20 -0
- Modules/Applications/AppSegmentation/CMakeLists.txt Modules/Applications/AppSegmentation/CMakeLists.txt +20 -0
- Modules/Applications/AppSegmentation/app/CMakeLists.txt Modules/Applications/AppSegmentation/app/CMakeLists.txt +20 -0
- Modules/Applications/AppSegmentation/app/otbConnectedComponentSegmentation.cxx ...AppSegmentation/app/otbConnectedComponentSegmentation.cxx +19 -14
- Modules/Applications/AppSegmentation/app/otbHooverCompareSegmentation.cxx ...ions/AppSegmentation/app/otbHooverCompareSegmentation.cxx +19 -14
- Modules/Applications/AppSegmentation/app/otbLSMSSegmentation.cxx .../Applications/AppSegmentation/app/otbLSMSSegmentation.cxx +19 -14
- Modules/Applications/AppSegmentation/app/otbLSMSSmallRegionsMerging.cxx ...ations/AppSegmentation/app/otbLSMSSmallRegionsMerging.cxx +19 -14
- Modules/Applications/AppSegmentation/app/otbLSMSVectorization.cxx ...Applications/AppSegmentation/app/otbLSMSVectorization.cxx +19 -14
- Modules/Applications/AppSegmentation/app/otbMeanShiftSmoothing.cxx ...pplications/AppSegmentation/app/otbMeanShiftSmoothing.cxx +19 -14
- Modules/Applications/AppSegmentation/app/otbSegmentation.cxx Modules/Applications/AppSegmentation/app/otbSegmentation.cxx +19 -14
- Modules/Applications/AppSegmentation/otb-module.cmake Modules/Applications/AppSegmentation/otb-module.cmake +20 -0
- Modules/Applications/AppSegmentation/test/CMakeLists.txt Modules/Applications/AppSegmentation/test/CMakeLists.txt +20 -0
- Modules/Applications/AppStereo/CMakeLists.txt Modules/Applications/AppStereo/CMakeLists.txt +20 -0
- Modules/Applications/AppStereo/app/CMakeLists.txt Modules/Applications/AppStereo/app/CMakeLists.txt +20 -0
- Modules/Applications/AppStereo/app/otbBlockMatching.cxx Modules/Applications/AppStereo/app/otbBlockMatching.cxx +19 -14
- Modules/Applications/AppStereo/app/otbDisparityMapToElevationMap.cxx ...lications/AppStereo/app/otbDisparityMapToElevationMap.cxx +19 -14
- Modules/Applications/AppStereo/app/otbFineRegistration.cxx Modules/Applications/AppStereo/app/otbFineRegistration.cxx +19 -14
- Modules/Applications/AppStereo/app/otbGeneratePlyFile.cxx Modules/Applications/AppStereo/app/otbGeneratePlyFile.cxx +19 -14
- Modules/Applications/AppStereo/app/otbStereoFramework.cxx Modules/Applications/AppStereo/app/otbStereoFramework.cxx +19 -14
- Modules/Applications/AppStereo/app/otbStereoRectificationGridGenerator.cxx ...ons/AppStereo/app/otbStereoRectificationGridGenerator.cxx +19 -14
- Modules/Applications/AppStereo/otb-module.cmake Modules/Applications/AppStereo/otb-module.cmake +20 -0
- Modules/Applications/AppStereo/test/CMakeLists.txt Modules/Applications/AppStereo/test/CMakeLists.txt +20 -0
- Modules/Applications/AppTest/CMakeLists.txt Modules/Applications/AppTest/CMakeLists.txt +20 -0
- Modules/Applications/AppTest/app/CMakeLists.txt Modules/Applications/AppTest/app/CMakeLists.txt +20 -0
- Modules/Applications/AppTest/app/otbTestApplication.cxx Modules/Applications/AppTest/app/otbTestApplication.cxx +19 -14
- Modules/Applications/AppTest/otb-module.cmake Modules/Applications/AppTest/otb-module.cmake +20 -0
- Modules/Applications/AppTest/test/CMakeLists.txt Modules/Applications/AppTest/test/CMakeLists.txt +20 -0
- Modules/Applications/AppTest/test/otbAppTestTestDriver.cxx Modules/Applications/AppTest/test/otbAppTestTestDriver.cxx +21 -0
- Modules/Applications/AppTest/test/otbWrapperApplicationDocTests.cxx ...plications/AppTest/test/otbWrapperApplicationDocTests.cxx +19 -14
- Modules/Applications/AppTextures/CMakeLists.txt Modules/Applications/AppTextures/CMakeLists.txt +20 -0
- Modules/Applications/AppTextures/app/CMakeLists.txt Modules/Applications/AppTextures/app/CMakeLists.txt +20 -0
- Modules/Applications/AppTextures/app/otbHaralickTextureExtraction.cxx ...ications/AppTextures/app/otbHaralickTextureExtraction.cxx +19 -14
- Modules/Applications/AppTextures/app/otbSFSTextureExtraction.cxx .../Applications/AppTextures/app/otbSFSTextureExtraction.cxx +19 -14
- Modules/Applications/AppTextures/otb-module.cmake Modules/Applications/AppTextures/otb-module.cmake +20 -0
- Modules/Applications/AppTextures/test/CMakeLists.txt Modules/Applications/AppTextures/test/CMakeLists.txt +20 -0
- Modules/Applications/AppVectorDataTranslation/CMakeLists.txt Modules/Applications/AppVectorDataTranslation/CMakeLists.txt +20 -0
- Modules/Applications/AppVectorDataTranslation/app/CMakeLists.txt .../Applications/AppVectorDataTranslation/app/CMakeLists.txt +20 -0
- Modules/Applications/AppVectorDataTranslation/app/otbRasterization.cxx ...cations/AppVectorDataTranslation/app/otbRasterization.cxx +19 -14
- Modules/Applications/AppVectorDataTranslation/otb-module.cmake ...es/Applications/AppVectorDataTranslation/otb-module.cmake +20 -0
- Modules/Applications/AppVectorDataTranslation/test/CMakeLists.txt ...Applications/AppVectorDataTranslation/test/CMakeLists.txt +20 -0
- Modules/Applications/AppVectorUtils/CMakeLists.txt Modules/Applications/AppVectorUtils/CMakeLists.txt +20 -0
- Modules/Applications/AppVectorUtils/app/CMakeLists.txt Modules/Applications/AppVectorUtils/app/CMakeLists.txt +20 -0
- Modules/Applications/AppVectorUtils/app/otbConcatenateVectorData.cxx ...lications/AppVectorUtils/app/otbConcatenateVectorData.cxx +19 -14
- Modules/Applications/AppVectorUtils/app/otbOSMDownloader.cxx Modules/Applications/AppVectorUtils/app/otbOSMDownloader.cxx +19 -14
- Modules/Applications/AppVectorUtils/app/otbVectorDataExtractROI.cxx ...plications/AppVectorUtils/app/otbVectorDataExtractROI.cxx +19 -14
- Modules/Applications/AppVectorUtils/app/otbVectorDataSetField.cxx ...Applications/AppVectorUtils/app/otbVectorDataSetField.cxx +19 -14
- Modules/Applications/AppVectorUtils/app/otbVectorDataTransform.cxx ...pplications/AppVectorUtils/app/otbVectorDataTransform.cxx +19 -14
- Modules/Applications/AppVectorUtils/otb-module.cmake Modules/Applications/AppVectorUtils/otb-module.cmake +20 -0
- Modules/Applications/AppVectorUtils/test/CMakeLists.txt Modules/Applications/AppVectorUtils/test/CMakeLists.txt +20 -0
- Modules/Core/CommandLineParser/CMakeLists.txt Modules/Core/CommandLineParser/CMakeLists.txt +20 -0
- Modules/Core/CommandLineParser/include/otbCommandLineArgumentParser.h .../CommandLineParser/include/otbCommandLineArgumentParser.h +19 -14
- Modules/Core/CommandLineParser/otb-module.cmake Modules/Core/CommandLineParser/otb-module.cmake +20 -0
- Modules/Core/CommandLineParser/src/CMakeLists.txt Modules/Core/CommandLineParser/src/CMakeLists.txt +20 -0
- Modules/Core/CommandLineParser/src/otbCommandLineArgumentParser.cxx ...re/CommandLineParser/src/otbCommandLineArgumentParser.cxx +19 -14
- Modules/Core/CommandLineParser/test/CMakeLists.txt Modules/Core/CommandLineParser/test/CMakeLists.txt +20 -0
- Modules/Core/CommandLineParser/test/otbCommandLineParserTestDriver.cxx ...CommandLineParser/test/otbCommandLineParserTestDriver.cxx +21 -0
- Modules/Core/CommandLineParser/test/otbTestCommandLineArgumentParser.cxx ...mmandLineParser/test/otbTestCommandLineArgumentParser.cxx +19 -14
- Modules/Core/CommandLineParser/test/otbTestCommandLineArgumentParserHelp.cxx ...dLineParser/test/otbTestCommandLineArgumentParserHelp.cxx +19 -14
- Modules/Core/CommandLineParser/test/otbTestCommandLineArgumentParserList.cxx ...dLineParser/test/otbTestCommandLineArgumentParserList.cxx +19 -14
- Modules/Core/CommandLineParser/test/otbTestCommandLineArgumentParserWithError.cxx ...Parser/test/otbTestCommandLineArgumentParserWithError.cxx +19 -14
- Modules/Core/Common/CMakeLists.txt Modules/Core/Common/CMakeLists.txt +20 -0
- Modules/Core/Common/include/otbCast.h Modules/Core/Common/include/otbCast.h +19 -14
- Modules/Core/Common/include/otbChannelSelectorFunctor.h Modules/Core/Common/include/otbChannelSelectorFunctor.h +19 -14
- Modules/Core/Common/include/otbCommandProgressUpdate.h Modules/Core/Common/include/otbCommandProgressUpdate.h +19 -14
- Modules/Core/Common/include/otbCommandProgressUpdate.txx Modules/Core/Common/include/otbCommandProgressUpdate.txx +19 -14
- Modules/Core/Common/include/otbComplexToIntensityImageFilter.h ...es/Core/Common/include/otbComplexToIntensityImageFilter.h +19 -14
- Modules/Core/Common/include/otbComplexToVectorImageCastFilter.h ...s/Core/Common/include/otbComplexToVectorImageCastFilter.h +19 -14
- Modules/Core/Common/include/otbConfigurationManager.h Modules/Core/Common/include/otbConfigurationManager.h +19 -14
- Modules/Core/Common/include/otbDecimateImageFilter.h Modules/Core/Common/include/otbDecimateImageFilter.h +20 -16
- Modules/Core/Common/include/otbDecimateImageFilter.txx Modules/Core/Common/include/otbDecimateImageFilter.txx +20 -16
- Modules/Core/Common/include/otbDotProductImageFilter.h Modules/Core/Common/include/otbDotProductImageFilter.h +19 -14
- Modules/Core/Common/include/otbDotProductImageFilter.txx Modules/Core/Common/include/otbDotProductImageFilter.txx +19 -14
- Modules/Core/Common/include/otbFilterWatcherBase.h Modules/Core/Common/include/otbFilterWatcherBase.h +20 -17
- Modules/Core/Common/include/otbFunctionToImageFilter.h Modules/Core/Common/include/otbFunctionToImageFilter.h +20 -17
- Modules/Core/Common/include/otbFunctionToImageFilter.txx Modules/Core/Common/include/otbFunctionToImageFilter.txx +20 -17
- Modules/Core/Common/include/otbImageAndVectorImageOperationFilter.h ...re/Common/include/otbImageAndVectorImageOperationFilter.h +20 -17
- Modules/Core/Common/include/otbImageAndVectorImageOperationFilter.txx .../Common/include/otbImageAndVectorImageOperationFilter.txx +20 -17
- Modules/Core/Common/include/otbImageRegionAdaptativeSplitter.h ...es/Core/Common/include/otbImageRegionAdaptativeSplitter.h +19 -14
- Modules/Core/Common/include/otbImageRegionAdaptativeSplitter.txx .../Core/Common/include/otbImageRegionAdaptativeSplitter.txx +19 -14
- Modules/Core/Common/include/otbImageRegionNonUniformMultidimensionalSplitter.h ...nclude/otbImageRegionNonUniformMultidimensionalSplitter.h +20 -17
- Modules/Core/Common/include/otbImageRegionNonUniformMultidimensionalSplitter.txx ...lude/otbImageRegionNonUniformMultidimensionalSplitter.txx +20 -17
- Modules/Core/Common/include/otbImageRegionSquareTileSplitter.h ...es/Core/Common/include/otbImageRegionSquareTileSplitter.h +19 -14
- Modules/Core/Common/include/otbImageRegionSquareTileSplitter.txx .../Core/Common/include/otbImageRegionSquareTileSplitter.txx +19 -14
- Modules/Core/Common/include/otbImageRegionTileMapSplitter.h Modules/Core/Common/include/otbImageRegionTileMapSplitter.h +19 -14
- Modules/Core/Common/include/otbImageRegionTileMapSplitter.txx ...les/Core/Common/include/otbImageRegionTileMapSplitter.txx +19 -14
- Modules/Core/Common/include/otbImageToModulusAndDirectionImageFilter.h ...Common/include/otbImageToModulusAndDirectionImageFilter.h +19 -14
- Modules/Core/Common/include/otbImageToModulusAndDirectionImageFilter.txx ...mmon/include/otbImageToModulusAndDirectionImageFilter.txx +19 -14
- Modules/Core/Common/include/otbImaginaryImageToComplexImageFilter.h ...re/Common/include/otbImaginaryImageToComplexImageFilter.h +19 -14
- Modules/Core/Common/include/otbImportImageFilter.h Modules/Core/Common/include/otbImportImageFilter.h +20 -17
- Modules/Core/Common/include/otbImportImageFilter.txx Modules/Core/Common/include/otbImportImageFilter.txx +20 -17
- Modules/Core/Common/include/otbImportVectorImageFilter.h Modules/Core/Common/include/otbImportVectorImageFilter.h +20 -17
- Modules/Core/Common/include/otbImportVectorImageFilter.txx Modules/Core/Common/include/otbImportVectorImageFilter.txx +20 -17
- Modules/Core/Common/include/otbMacro.h Modules/Core/Common/include/otbMacro.h +19 -14
- Modules/Core/Common/include/otbMath.h Modules/Core/Common/include/otbMath.h +19 -14
- Modules/Core/Common/include/otbModelComponentBase.h Modules/Core/Common/include/otbModelComponentBase.h +20 -16
- Modules/Core/Common/include/otbModelComponentBase.txx Modules/Core/Common/include/otbModelComponentBase.txx +20 -16
- Modules/Core/Common/include/otbQuaternaryFunctorImageFilter.h ...les/Core/Common/include/otbQuaternaryFunctorImageFilter.h +20 -17
- Modules/Core/Common/include/otbQuaternaryFunctorImageFilter.txx ...s/Core/Common/include/otbQuaternaryFunctorImageFilter.txx +20 -17
- Modules/Core/Common/include/otbRGBAPixelConverter.h Modules/Core/Common/include/otbRGBAPixelConverter.h +19 -14
- Modules/Core/Common/include/otbRGBAPixelConverter.txx Modules/Core/Common/include/otbRGBAPixelConverter.txx +19 -14
- Modules/Core/Common/include/otbRectangle.h Modules/Core/Common/include/otbRectangle.h +19 -14
- Modules/Core/Common/include/otbRectangle.txx Modules/Core/Common/include/otbRectangle.txx +19 -14
- Modules/Core/Common/include/otbStandardFilterWatcher.h Modules/Core/Common/include/otbStandardFilterWatcher.h +20 -17
- Modules/Core/Common/include/otbStandardOneLineFilterWatcher.h ...les/Core/Common/include/otbStandardOneLineFilterWatcher.h +20 -17
- Modules/Core/Common/include/otbStandardWriterWatcher.h Modules/Core/Common/include/otbStandardWriterWatcher.h +20 -17
- Modules/Core/Common/include/otbSubsampledImageRegionConstIterator.h ...re/Common/include/otbSubsampledImageRegionConstIterator.h +20 -16
- Modules/Core/Common/include/otbSubsampledImageRegionConstIterator.txx .../Common/include/otbSubsampledImageRegionConstIterator.txx +20 -16
- Modules/Core/Common/include/otbSubsampledImageRegionIterator.h ...es/Core/Common/include/otbSubsampledImageRegionIterator.h +20 -16
- Modules/Core/Common/include/otbSystem.h Modules/Core/Common/include/otbSystem.h +19 -14
- Modules/Core/Common/include/otbUnaryFunctorImageFilter.h Modules/Core/Common/include/otbUnaryFunctorImageFilter.h +19 -14
- Modules/Core/Common/include/otbUnaryFunctorNeighborhoodVectorImageFilter.h ...on/include/otbUnaryFunctorNeighborhoodVectorImageFilter.h +19 -14
- Modules/Core/Common/include/otbUnaryFunctorNeighborhoodVectorImageFilter.txx .../include/otbUnaryFunctorNeighborhoodVectorImageFilter.txx +19 -14
- Modules/Core/Common/include/otbUnaryFunctorVectorImageFilter.h ...es/Core/Common/include/otbUnaryFunctorVectorImageFilter.h +19 -14
- Modules/Core/Common/include/otbUnaryFunctorVectorImageFilter.txx .../Core/Common/include/otbUnaryFunctorVectorImageFilter.txx +19 -14
- Modules/Core/Common/include/otbUnaryFunctorWithIndexWithOutputSizeImageFilter.h ...clude/otbUnaryFunctorWithIndexWithOutputSizeImageFilter.h +19 -14
- Modules/Core/Common/include/otbUnaryFunctorWithIndexWithOutputSizeImageFilter.txx ...ude/otbUnaryFunctorWithIndexWithOutputSizeImageFilter.txx +19 -14
- Modules/Core/Common/include/otbUniformAlphaBlendingFunctor.h Modules/Core/Common/include/otbUniformAlphaBlendingFunctor.h +19 -14
- Modules/Core/Common/include/otbUtils.h Modules/Core/Common/include/otbUtils.h +19 -14
- Modules/Core/Common/include/otbVariableLengthVectorConverter.h ...es/Core/Common/include/otbVariableLengthVectorConverter.h +19 -14
- Modules/Core/Common/include/otbVariableLengthVectorConverter.txx .../Core/Common/include/otbVariableLengthVectorConverter.txx +19 -14
- Modules/Core/Common/include/otbVectorImageToASImageAdaptor.h Modules/Core/Common/include/otbVectorImageToASImageAdaptor.h +19 -14
- Modules/Core/Common/include/otbVectorImageToASPixelAccessor.h ...les/Core/Common/include/otbVectorImageToASPixelAccessor.h +19 -14
- Modules/Core/Common/include/otbWriterWatcherBase.h Modules/Core/Common/include/otbWriterWatcherBase.h +20 -17
- Modules/Core/Common/otb-module.cmake Modules/Core/Common/otb-module.cmake +20 -0
- Modules/Core/Common/src/CMakeLists.txt Modules/Core/Common/src/CMakeLists.txt +20 -0
- Modules/Core/Common/src/otbConfigurationManager.cxx Modules/Core/Common/src/otbConfigurationManager.cxx +19 -14
- Modules/Core/Common/src/otbConfigure.h.in Modules/Core/Common/src/otbConfigure.h.in +20 -0
- Modules/Core/Common/src/otbFilterWatcherBase.cxx Modules/Core/Common/src/otbFilterWatcherBase.cxx +20 -17
- Modules/Core/Common/src/otbStandardFilterWatcher.cxx Modules/Core/Common/src/otbStandardFilterWatcher.cxx +20 -17
- Modules/Core/Common/src/otbStandardOneLineFilterWatcher.cxx Modules/Core/Common/src/otbStandardOneLineFilterWatcher.cxx +20 -17
- Modules/Core/Common/src/otbStandardWriterWatcher.cxx Modules/Core/Common/src/otbStandardWriterWatcher.cxx +20 -17
- Modules/Core/Common/src/otbSystem.cxx Modules/Core/Common/src/otbSystem.cxx +19 -14
- Modules/Core/Common/src/otbUtils.cxx Modules/Core/Common/src/otbUtils.cxx +19 -14
- Modules/Core/Common/src/otbWriterWatcherBase.cxx Modules/Core/Common/src/otbWriterWatcherBase.cxx +20 -17
- Modules/Core/Common/test/CMakeLists.txt Modules/Core/Common/test/CMakeLists.txt +20 -0
- Modules/Core/Common/test/otbCommonTestDriver.cxx Modules/Core/Common/test/otbCommonTestDriver.cxx +21 -0
- Modules/Core/Common/test/otbConfigurationManagerTest.cxx Modules/Core/Common/test/otbConfigurationManagerTest.cxx +19 -14
- Modules/Core/Common/test/otbImageRegionAdaptativeSplitter.cxx ...les/Core/Common/test/otbImageRegionAdaptativeSplitter.cxx +19 -14
- Modules/Core/Common/test/otbImageRegionNonUniformMultidimensionalSplitter.cxx ...test/otbImageRegionNonUniformMultidimensionalSplitter.cxx +19 -14
- Modules/Core/Common/test/otbImageRegionNonUniformMultidimensionalSplitterNew.cxx ...t/otbImageRegionNonUniformMultidimensionalSplitterNew.cxx +19 -14
- Modules/Core/Common/test/otbImageRegionSquareTileSplitter.cxx ...les/Core/Common/test/otbImageRegionSquareTileSplitter.cxx +19 -14
- Modules/Core/Common/test/otbImageRegionTileMapSplitter.cxx Modules/Core/Common/test/otbImageRegionTileMapSplitter.cxx +19 -14
- Modules/Core/Common/test/otbImageRegionTileMapSplitterNew.cxx ...les/Core/Common/test/otbImageRegionTileMapSplitterNew.cxx +19 -14
- Modules/Core/Common/test/otbRGBAPixelConverter.cxx Modules/Core/Common/test/otbRGBAPixelConverter.cxx +19 -14
- Modules/Core/Common/test/otbRectangle.cxx Modules/Core/Common/test/otbRectangle.cxx +19 -14
- Modules/Core/Common/test/otbRectangleNew.cxx Modules/Core/Common/test/otbRectangleNew.cxx +19 -14
- Modules/Core/Common/test/otbStandardFilterWatcherNew.cxx Modules/Core/Common/test/otbStandardFilterWatcherNew.cxx +19 -14
- Modules/Core/Common/test/otbStandardOneLineFilterWatcherTest.cxx .../Core/Common/test/otbStandardOneLineFilterWatcherTest.cxx +19 -14
- Modules/Core/Common/test/otbStandardWriterWatcher.cxx Modules/Core/Common/test/otbStandardWriterWatcher.cxx +19 -14
- Modules/Core/Common/test/otbSystemTest.cxx Modules/Core/Common/test/otbSystemTest.cxx +19 -14
- Modules/Core/Common/test/otbVariableLengthVectorConverter.cxx ...les/Core/Common/test/otbVariableLengthVectorConverter.cxx +19 -14
- Modules/Core/ComplexImage/CMakeLists.txt Modules/Core/ComplexImage/CMakeLists.txt +20 -0
- Modules/Core/ComplexImage/include/otbAmplitudePhaseToRGBFunctor.h ...Core/ComplexImage/include/otbAmplitudePhaseToRGBFunctor.h +19 -14
- Modules/Core/ComplexImage/otb-module.cmake Modules/Core/ComplexImage/otb-module.cmake +20 -0
- Modules/Core/ComplexImage/test/CMakeLists.txt Modules/Core/ComplexImage/test/CMakeLists.txt +20 -0
- Modules/Core/ComplexImage/test/otbAmplitudePhaseToRGBFunctor.cxx .../Core/ComplexImage/test/otbAmplitudePhaseToRGBFunctor.cxx +19 -14
- Modules/Core/ComplexImage/test/otbAmplitudePhaseToRGBFunctorNew.cxx ...re/ComplexImage/test/otbAmplitudePhaseToRGBFunctorNew.cxx +19 -14
- Modules/Core/ComplexImage/test/otbComplexImageTestDriver.cxx Modules/Core/ComplexImage/test/otbComplexImageTestDriver.cxx +21 -0
- Modules/Core/ImageBase/CMakeLists.txt Modules/Core/ImageBase/CMakeLists.txt +20 -0
- Modules/Core/ImageBase/include/otbConvertPixelBuffer.h Modules/Core/ImageBase/include/otbConvertPixelBuffer.h +20 -12
- Modules/Core/ImageBase/include/otbConvertPixelBuffer.txx Modules/Core/ImageBase/include/otbConvertPixelBuffer.txx +20 -12
- Modules/Core/ImageBase/include/otbDefaultConvertPixelTraits.h ...les/Core/ImageBase/include/otbDefaultConvertPixelTraits.h +20 -12
- Modules/Core/ImageBase/include/otbExtractROI.h Modules/Core/ImageBase/include/otbExtractROI.h +19 -14
- Modules/Core/ImageBase/include/otbExtractROI.txx Modules/Core/ImageBase/include/otbExtractROI.txx +19 -14
- Modules/Core/ImageBase/include/otbExtractROIBase.h Modules/Core/ImageBase/include/otbExtractROIBase.h +19 -14
- Modules/Core/ImageBase/include/otbExtractROIBase.txx Modules/Core/ImageBase/include/otbExtractROIBase.txx +19 -14
- Modules/Core/ImageBase/include/otbImage.h Modules/Core/ImageBase/include/otbImage.h +19 -14
- Modules/Core/ImageBase/include/otbImage.txx Modules/Core/ImageBase/include/otbImage.txx +19 -14
- Modules/Core/ImageBase/include/otbImageFunctionAdaptor.h Modules/Core/ImageBase/include/otbImageFunctionAdaptor.h +19 -14
- Modules/Core/ImageBase/include/otbImageFunctionAdaptor.txx Modules/Core/ImageBase/include/otbImageFunctionAdaptor.txx +19 -14
- Modules/Core/ImageBase/include/otbImageIOBase.h Modules/Core/ImageBase/include/otbImageIOBase.h +20 -12
- Modules/Core/ImageBase/include/otbImageOfVectorsToMonoChannelExtractROI.h ...geBase/include/otbImageOfVectorsToMonoChannelExtractROI.h +19 -14
- Modules/Core/ImageBase/include/otbImageOfVectorsToMonoChannelExtractROI.txx ...Base/include/otbImageOfVectorsToMonoChannelExtractROI.txx +19 -14
- Modules/Core/ImageBase/include/otbMetaImageFunction.h Modules/Core/ImageBase/include/otbMetaImageFunction.h +19 -14
- Modules/Core/ImageBase/include/otbMetaImageFunction.txx Modules/Core/ImageBase/include/otbMetaImageFunction.txx +19 -14
- Modules/Core/ImageBase/include/otbMultiChannelExtractROI.h Modules/Core/ImageBase/include/otbMultiChannelExtractROI.h +19 -14
- Modules/Core/ImageBase/include/otbMultiChannelExtractROI.txx Modules/Core/ImageBase/include/otbMultiChannelExtractROI.txx +19 -14
- Modules/Core/ImageBase/include/otbMultiToMonoChannelExtractROI.h .../Core/ImageBase/include/otbMultiToMonoChannelExtractROI.h +19 -14
- Modules/Core/ImageBase/include/otbMultiToMonoChannelExtractROI.txx ...ore/ImageBase/include/otbMultiToMonoChannelExtractROI.txx +19 -14
- Modules/Core/ImageBase/include/otbRemoteSensingRegion.h Modules/Core/ImageBase/include/otbRemoteSensingRegion.h +19 -14
- Modules/Core/ImageBase/include/otbVectorImage.h Modules/Core/ImageBase/include/otbVectorImage.h +19 -14
- Modules/Core/ImageBase/include/otbVectorImage.txx Modules/Core/ImageBase/include/otbVectorImage.txx +19 -14
- Modules/Core/ImageBase/otb-module.cmake Modules/Core/ImageBase/otb-module.cmake +20 -0
- Modules/Core/ImageBase/src/CMakeLists.txt Modules/Core/ImageBase/src/CMakeLists.txt +20 -0
- Modules/Core/ImageBase/src/otbImageIOBase.cxx Modules/Core/ImageBase/src/otbImageIOBase.cxx +20 -12
- Modules/Core/ImageBase/test/0000307-ExtractROICompareRegionsImplementations.cxx .../test/0000307-ExtractROICompareRegionsImplementations.cxx +19 -14
- Modules/Core/ImageBase/test/0000428-CastImageFilterStreaming.cxx .../Core/ImageBase/test/0000428-CastImageFilterStreaming.cxx +19 -14
- Modules/Core/ImageBase/test/CMakeLists.txt Modules/Core/ImageBase/test/CMakeLists.txt +20 -0
- Modules/Core/ImageBase/test/otbComplexToIntensityFilterTest.cxx ...s/Core/ImageBase/test/otbComplexToIntensityFilterTest.cxx +19 -14
- Modules/Core/ImageBase/test/otbComplexToVectorImageCastFilter.cxx ...Core/ImageBase/test/otbComplexToVectorImageCastFilter.cxx +19 -14
- Modules/Core/ImageBase/test/otbExtractROI.cxx Modules/Core/ImageBase/test/otbExtractROI.cxx +19 -14
- Modules/Core/ImageBase/test/otbExtractROI2.cxx Modules/Core/ImageBase/test/otbExtractROI2.cxx +19 -14
- Modules/Core/ImageBase/test/otbExtractROINew.cxx Modules/Core/ImageBase/test/otbExtractROINew.cxx +19 -14
- Modules/Core/ImageBase/test/otbExtractROITestMetaData.cxx Modules/Core/ImageBase/test/otbExtractROITestMetaData.cxx +19 -14
- Modules/Core/ImageBase/test/otbExtractROI_RGB.cxx Modules/Core/ImageBase/test/otbExtractROI_RGB.cxx +19 -14
- Modules/Core/ImageBase/test/otbFlexibleDistanceWithMissingValue.cxx ...re/ImageBase/test/otbFlexibleDistanceWithMissingValue.cxx +20 -16
- Modules/Core/ImageBase/test/otbFlexibleDistanceWithMissingValueNew.cxx ...ImageBase/test/otbFlexibleDistanceWithMissingValueNew.cxx +20 -16
- Modules/Core/ImageBase/test/otbFunctionToImageFilter.cxx Modules/Core/ImageBase/test/otbFunctionToImageFilter.cxx +19 -14
- Modules/Core/ImageBase/test/otbFunctionToImageFilterNew.cxx Modules/Core/ImageBase/test/otbFunctionToImageFilterNew.cxx +19 -14
- Modules/Core/ImageBase/test/otbImageAndVectorImageOperationFilterNew.cxx ...ageBase/test/otbImageAndVectorImageOperationFilterNew.cxx +19 -14
- Modules/Core/ImageBase/test/otbImageAndVectorImageOperationFilterTest.cxx ...geBase/test/otbImageAndVectorImageOperationFilterTest.cxx +19 -14
- Modules/Core/ImageBase/test/otbImageBaseTestDriver.cxx Modules/Core/ImageBase/test/otbImageBaseTestDriver.cxx +21 -0
- Modules/Core/ImageBase/test/otbImageFunctionAdaptor.cxx Modules/Core/ImageBase/test/otbImageFunctionAdaptor.cxx +19 -14
- Modules/Core/ImageBase/test/otbImageOfVectorsToMonoChannelExtractROI.cxx ...ageBase/test/otbImageOfVectorsToMonoChannelExtractROI.cxx +19 -14
- Modules/Core/ImageBase/test/otbImageOfVectorsToMonoChannelExtractROINew.cxx ...Base/test/otbImageOfVectorsToMonoChannelExtractROINew.cxx +19 -14
- Modules/Core/ImageBase/test/otbImagePCAShapeModelEstimatorTest.cxx ...ore/ImageBase/test/otbImagePCAShapeModelEstimatorTest.cxx +20 -12
- Modules/Core/ImageBase/test/otbImageTest.cxx Modules/Core/ImageBase/test/otbImageTest.cxx +19 -14
- Modules/Core/ImageBase/test/otbMetaImageFunction.cxx Modules/Core/ImageBase/test/otbMetaImageFunction.cxx +19 -14
- Modules/Core/ImageBase/test/otbMultiChannelExtractROI.cxx Modules/Core/ImageBase/test/otbMultiChannelExtractROI.cxx +19 -14
- Modules/Core/ImageBase/test/otbMultiChannelExtractROINew.cxx Modules/Core/ImageBase/test/otbMultiChannelExtractROINew.cxx +19 -14
- Modules/Core/ImageBase/test/otbMultiToMonoChannelExtractROI.cxx ...s/Core/ImageBase/test/otbMultiToMonoChannelExtractROI.cxx +19 -14
- Modules/Core/ImageBase/test/otbMultiToMonoChannelExtractROINew.cxx ...ore/ImageBase/test/otbMultiToMonoChannelExtractROINew.cxx +19 -14
- Modules/Core/ImageBase/test/otbTestMultiExtractMultiUpdate.cxx ...es/Core/ImageBase/test/otbTestMultiExtractMultiUpdate.cxx +19 -14
- Modules/Core/ImageBase/test/otbVectorImageTest.cxx Modules/Core/ImageBase/test/otbVectorImageTest.cxx +19 -14
- Modules/Core/ImageBase/test/otbVectorImageToASImageAdaptorNew.cxx ...Core/ImageBase/test/otbVectorImageToASImageAdaptorNew.cxx +19 -14
- Modules/Core/Interpolation/CMakeLists.txt Modules/Core/Interpolation/CMakeLists.txt +20 -0
- Modules/Core/Interpolation/include/otbBCOInterpolateImageFunction.h ...re/Interpolation/include/otbBCOInterpolateImageFunction.h +19 -14
- Modules/Core/Interpolation/include/otbBCOInterpolateImageFunction.txx .../Interpolation/include/otbBCOInterpolateImageFunction.txx +19 -14
- Modules/Core/Interpolation/include/otbBSplineDecompositionImageFilter.h ...nterpolation/include/otbBSplineDecompositionImageFilter.h +19 -14
- Modules/Core/Interpolation/include/otbBSplineDecompositionImageFilter.txx ...erpolation/include/otbBSplineDecompositionImageFilter.txx +19 -14
- Modules/Core/Interpolation/include/otbBSplineInterpolateImageFunction.h ...nterpolation/include/otbBSplineInterpolateImageFunction.h +19 -14
- Modules/Core/Interpolation/include/otbBSplineInterpolateImageFunction.txx ...erpolation/include/otbBSplineInterpolateImageFunction.txx +19 -14
- Modules/Core/Interpolation/include/otbGenericInterpolateImageFunction.h ...nterpolation/include/otbGenericInterpolateImageFunction.h +19 -14
- Modules/Core/Interpolation/include/otbGenericInterpolateImageFunction.txx ...erpolation/include/otbGenericInterpolateImageFunction.txx +19 -14
- Modules/Core/Interpolation/include/otbProlateInterpolateImageFunction.h ...nterpolation/include/otbProlateInterpolateImageFunction.h +19 -14
- Modules/Core/Interpolation/include/otbProlateInterpolateImageFunction.txx ...erpolation/include/otbProlateInterpolateImageFunction.txx +19 -14
- Modules/Core/Interpolation/include/otbStreamingTraits.h Modules/Core/Interpolation/include/otbStreamingTraits.h +19 -14
- Modules/Core/Interpolation/include/otbStreamingTraits.txx Modules/Core/Interpolation/include/otbStreamingTraits.txx +19 -14
- Modules/Core/Interpolation/include/otbWindowedSincInterpolateImageBlackmanFunction.h ...include/otbWindowedSincInterpolateImageBlackmanFunction.h +19 -14
- Modules/Core/Interpolation/include/otbWindowedSincInterpolateImageCosineFunction.h ...n/include/otbWindowedSincInterpolateImageCosineFunction.h +19 -14
- Modules/Core/Interpolation/include/otbWindowedSincInterpolateImageFunctionBase.h ...ion/include/otbWindowedSincInterpolateImageFunctionBase.h +19 -14
- Modules/Core/Interpolation/include/otbWindowedSincInterpolateImageFunctionBase.txx ...n/include/otbWindowedSincInterpolateImageFunctionBase.txx +19 -14
- Modules/Core/Interpolation/include/otbWindowedSincInterpolateImageGaussianFunction.h ...include/otbWindowedSincInterpolateImageGaussianFunction.h +19 -14
- Modules/Core/Interpolation/include/otbWindowedSincInterpolateImageHammingFunction.h .../include/otbWindowedSincInterpolateImageHammingFunction.h +19 -14
- Modules/Core/Interpolation/include/otbWindowedSincInterpolateImageLanczosFunction.h .../include/otbWindowedSincInterpolateImageLanczosFunction.h +19 -14
- Modules/Core/Interpolation/include/otbWindowedSincInterpolateImageWelchFunction.h ...on/include/otbWindowedSincInterpolateImageWelchFunction.h +19 -14
- Modules/Core/Interpolation/otb-module.cmake Modules/Core/Interpolation/otb-module.cmake +20 -0
- Modules/Core/Interpolation/test/CMakeLists.txt Modules/Core/Interpolation/test/CMakeLists.txt +20 -0
- Modules/Core/Interpolation/test/otbBCOInterpolateImageFunction.cxx ...ore/Interpolation/test/otbBCOInterpolateImageFunction.cxx +19 -14
- Modules/Core/Interpolation/test/otbBSplineDecompositionImageFilter.cxx ...Interpolation/test/otbBSplineDecompositionImageFilter.cxx +19 -14
- Modules/Core/Interpolation/test/otbBSplineDecompositionImageFilterNew.cxx ...erpolation/test/otbBSplineDecompositionImageFilterNew.cxx +19 -14
- Modules/Core/Interpolation/test/otbBSplineInterpolateImageFunction.cxx ...Interpolation/test/otbBSplineInterpolateImageFunction.cxx +19 -14
- Modules/Core/Interpolation/test/otbBSplineInterpolateImageFunctionNew.cxx ...erpolation/test/otbBSplineInterpolateImageFunctionNew.cxx +19 -14
- Modules/Core/Interpolation/test/otbGenericInterpolateImageFunctionNew.cxx ...erpolation/test/otbGenericInterpolateImageFunctionNew.cxx +19 -14
- Modules/Core/Interpolation/test/otbInterpolationTestDriver.cxx ...es/Core/Interpolation/test/otbInterpolationTestDriver.cxx +21 -0
- Modules/Core/Interpolation/test/otbProlateInterpolateImageFunction.cxx ...Interpolation/test/otbProlateInterpolateImageFunction.cxx +19 -14
- Modules/Core/Interpolation/test/otbProlateInterpolateImageFunctionNew.cxx ...erpolation/test/otbProlateInterpolateImageFunctionNew.cxx +19 -14
- Modules/Core/Interpolation/test/otbProlateValidationTest.cxx Modules/Core/Interpolation/test/otbProlateValidationTest.cxx +19 -14
- Modules/Core/Interpolation/test/otbStreamingTraits.cxx Modules/Core/Interpolation/test/otbStreamingTraits.cxx +19 -14
- Modules/Core/Interpolation/test/otbWindowedSincInterpolateImageBlackmanFunction.cxx .../test/otbWindowedSincInterpolateImageBlackmanFunction.cxx +19 -14
- Modules/Core/Interpolation/test/otbWindowedSincInterpolateImageBlackmanFunctionNew.cxx ...st/otbWindowedSincInterpolateImageBlackmanFunctionNew.cxx +19 -14
- Modules/Core/Interpolation/test/otbWindowedSincInterpolateImageCosineFunction.cxx ...on/test/otbWindowedSincInterpolateImageCosineFunction.cxx +19 -14
- Modules/Core/Interpolation/test/otbWindowedSincInterpolateImageCosineFunctionNew.cxx ...test/otbWindowedSincInterpolateImageCosineFunctionNew.cxx +19 -14
- Modules/Core/Interpolation/test/otbWindowedSincInterpolateImageFunctionBaseNew.cxx ...n/test/otbWindowedSincInterpolateImageFunctionBaseNew.cxx +19 -14
- Modules/Core/Interpolation/test/otbWindowedSincInterpolateImageGaussianFunction.cxx .../test/otbWindowedSincInterpolateImageGaussianFunction.cxx +19 -14
- Modules/Core/Interpolation/test/otbWindowedSincInterpolateImageGaussianFunctionNew.cxx ...st/otbWindowedSincInterpolateImageGaussianFunctionNew.cxx +19 -14
- Modules/Core/Interpolation/test/otbWindowedSincInterpolateImageHammingFunction.cxx ...n/test/otbWindowedSincInterpolateImageHammingFunction.cxx +19 -14
- Modules/Core/Interpolation/test/otbWindowedSincInterpolateImageHammingFunctionNew.cxx ...est/otbWindowedSincInterpolateImageHammingFunctionNew.cxx +19 -14
- Modules/Core/Interpolation/test/otbWindowedSincInterpolateImageLanczosFunction.cxx ...n/test/otbWindowedSincInterpolateImageLanczosFunction.cxx +19 -14
- Modules/Core/Interpolation/test/otbWindowedSincInterpolateImageLanczosFunctionNew.cxx ...est/otbWindowedSincInterpolateImageLanczosFunctionNew.cxx +19 -14
- Modules/Core/Interpolation/test/otbWindowedSincInterpolateImageWelchFunction.cxx ...ion/test/otbWindowedSincInterpolateImageWelchFunction.cxx +19 -14
- Modules/Core/Interpolation/test/otbWindowedSincInterpolateImageWelchFunctionNew.cxx .../test/otbWindowedSincInterpolateImageWelchFunctionNew.cxx +19 -14
- Modules/Core/LabelMap/CMakeLists.txt Modules/Core/LabelMap/CMakeLists.txt +20 -0
- Modules/Core/LabelMap/include/otbAttributesMapLabelObject.h Modules/Core/LabelMap/include/otbAttributesMapLabelObject.h +19 -14
- Modules/Core/LabelMap/include/otbAttributesMapLabelObjectWithClassLabel.h ...elMap/include/otbAttributesMapLabelObjectWithClassLabel.h +19 -14
- Modules/Core/LabelMap/include/otbAttributesMapOpeningLabelMapFilter.h .../LabelMap/include/otbAttributesMapOpeningLabelMapFilter.h +19 -14
- Modules/Core/LabelMap/include/otbAttributesMapOpeningLabelMapFilter.txx ...abelMap/include/otbAttributesMapOpeningLabelMapFilter.txx +19 -14
- Modules/Core/LabelMap/include/otbBandsStatisticsAttributesLabelMapFilter.h ...lMap/include/otbBandsStatisticsAttributesLabelMapFilter.h +19 -14
- Modules/Core/LabelMap/include/otbBandsStatisticsAttributesLabelMapFilter.txx ...ap/include/otbBandsStatisticsAttributesLabelMapFilter.txx +19 -14
- Modules/Core/LabelMap/include/otbImageToLabelMapWithAttributesFilter.h ...LabelMap/include/otbImageToLabelMapWithAttributesFilter.h +19 -14
- Modules/Core/LabelMap/include/otbImageToLabelMapWithAttributesFilter.txx ...belMap/include/otbImageToLabelMapWithAttributesFilter.txx +19 -14
- Modules/Core/LabelMap/include/otbKMeansAttributesLabelMapFilter.h ...Core/LabelMap/include/otbKMeansAttributesLabelMapFilter.h +19 -14
- Modules/Core/LabelMap/include/otbKMeansAttributesLabelMapFilter.txx ...re/LabelMap/include/otbKMeansAttributesLabelMapFilter.txx +19 -14
- Modules/Core/LabelMap/include/otbLabelImageToLabelMapWithAdjacencyFilter.h ...lMap/include/otbLabelImageToLabelMapWithAdjacencyFilter.h +20 -17
- Modules/Core/LabelMap/include/otbLabelImageToLabelMapWithAdjacencyFilter.txx ...ap/include/otbLabelImageToLabelMapWithAdjacencyFilter.txx +20 -17
- Modules/Core/LabelMap/include/otbLabelMapFeaturesFunctorImageFilter.h .../LabelMap/include/otbLabelMapFeaturesFunctorImageFilter.h +20 -17
- Modules/Core/LabelMap/include/otbLabelMapSource.h Modules/Core/LabelMap/include/otbLabelMapSource.h +19 -14
- Modules/Core/LabelMap/include/otbLabelMapSource.txx Modules/Core/LabelMap/include/otbLabelMapSource.txx +19 -14
- Modules/Core/LabelMap/include/otbLabelMapToAttributeImageFilter.h ...Core/LabelMap/include/otbLabelMapToAttributeImageFilter.h +19 -14
- Modules/Core/LabelMap/include/otbLabelMapToAttributeImageFilter.txx ...re/LabelMap/include/otbLabelMapToAttributeImageFilter.txx +19 -14
- Modules/Core/LabelMap/include/otbLabelMapToLabelImageFilter.h ...les/Core/LabelMap/include/otbLabelMapToLabelImageFilter.h +20 -12
- Modules/Core/LabelMap/include/otbLabelMapToLabelImageFilter.txx ...s/Core/LabelMap/include/otbLabelMapToLabelImageFilter.txx +20 -12
- Modules/Core/LabelMap/include/otbLabelMapToSampleListFilter.h ...les/Core/LabelMap/include/otbLabelMapToSampleListFilter.h +19 -14
- Modules/Core/LabelMap/include/otbLabelMapToSampleListFilter.txx ...s/Core/LabelMap/include/otbLabelMapToSampleListFilter.txx +19 -14
- Modules/Core/LabelMap/include/otbLabelMapWithAdjacency.h Modules/Core/LabelMap/include/otbLabelMapWithAdjacency.h +19 -14
- Modules/Core/LabelMap/include/otbLabelMapWithClassLabelToClassLabelImageFilter.h ...nclude/otbLabelMapWithClassLabelToClassLabelImageFilter.h +19 -14
- Modules/Core/LabelMap/include/otbLabelMapWithClassLabelToClassLabelImageFilter.txx ...lude/otbLabelMapWithClassLabelToClassLabelImageFilter.txx +19 -14
- Modules/Core/LabelMap/include/otbLabelMapWithClassLabelToLabeledSampleListFilter.h ...lude/otbLabelMapWithClassLabelToLabeledSampleListFilter.h +19 -14
- Modules/Core/LabelMap/include/otbLabelMapWithClassLabelToLabeledSampleListFilter.txx ...de/otbLabelMapWithClassLabelToLabeledSampleListFilter.txx +19 -14
- Modules/Core/LabelMap/include/otbLabelObjectFieldsFunctor.h Modules/Core/LabelMap/include/otbLabelObjectFieldsFunctor.h +19 -14
- Modules/Core/LabelMap/include/otbLabelObjectToPolygonFunctor.h ...es/Core/LabelMap/include/otbLabelObjectToPolygonFunctor.h +19 -14
- Modules/Core/LabelMap/include/otbLabelObjectToPolygonFunctor.txx .../Core/LabelMap/include/otbLabelObjectToPolygonFunctor.txx +19 -15
- Modules/Core/LabelMap/include/otbLabelObjectWithClassLabelFieldsFunctor.h ...elMap/include/otbLabelObjectWithClassLabelFieldsFunctor.h +19 -14
- Modules/Core/LabelMap/include/otbMergeLabelObjectFunctor.h Modules/Core/LabelMap/include/otbMergeLabelObjectFunctor.h +19 -14
- Modules/Core/LabelMap/include/otbMinMaxAttributesLabelMapFilter.h ...Core/LabelMap/include/otbMinMaxAttributesLabelMapFilter.h +19 -14
- Modules/Core/LabelMap/include/otbMinMaxAttributesLabelMapFilter.txx ...re/LabelMap/include/otbMinMaxAttributesLabelMapFilter.txx +19 -14
- Modules/Core/LabelMap/include/otbNormalizeAttributesLabelMapFilter.h ...e/LabelMap/include/otbNormalizeAttributesLabelMapFilter.h +20 -17
- Modules/Core/LabelMap/include/otbNormalizeAttributesLabelMapFilter.txx ...LabelMap/include/otbNormalizeAttributesLabelMapFilter.txx +20 -17
- Modules/Core/LabelMap/include/otbShapeAttributesLabelMapFilter.h .../Core/LabelMap/include/otbShapeAttributesLabelMapFilter.h +20 -17
- Modules/Core/LabelMap/include/otbShapeAttributesLabelMapFilter.txx ...ore/LabelMap/include/otbShapeAttributesLabelMapFilter.txx +20 -17
- Modules/Core/LabelMap/include/otbStatisticsAttributesLabelMapFilter.h .../LabelMap/include/otbStatisticsAttributesLabelMapFilter.h +20 -17
- Modules/Core/LabelMap/include/otbStatisticsAttributesLabelMapFilter.txx ...abelMap/include/otbStatisticsAttributesLabelMapFilter.txx +20 -17
- Modules/Core/LabelMap/otb-module.cmake Modules/Core/LabelMap/otb-module.cmake +20 -0
- Modules/Core/LabelMap/test/CMakeLists.txt Modules/Core/LabelMap/test/CMakeLists.txt +20 -0
- Modules/Core/LabelMap/test/otbAttributesMapLabelObjectNew.cxx ...les/Core/LabelMap/test/otbAttributesMapLabelObjectNew.cxx +19 -14
- Modules/Core/LabelMap/test/otbAttributesMapLabelObjectWithClassLabelNew.cxx ...Map/test/otbAttributesMapLabelObjectWithClassLabelNew.cxx +19 -14
- Modules/Core/LabelMap/test/otbAttributesMapOpeningLabelMapFilterNew.cxx ...abelMap/test/otbAttributesMapOpeningLabelMapFilterNew.cxx +19 -14
- Modules/Core/LabelMap/test/otbBandsStatisticsAttributesLabelMapFilter.cxx ...elMap/test/otbBandsStatisticsAttributesLabelMapFilter.cxx +19 -14
- Modules/Core/LabelMap/test/otbImageToLabelMapWithAttributesFilter.cxx .../LabelMap/test/otbImageToLabelMapWithAttributesFilter.cxx +19 -14
- Modules/Core/LabelMap/test/otbImageToLabelMapWithAttributesFilterNew.cxx ...belMap/test/otbImageToLabelMapWithAttributesFilterNew.cxx +19 -14
- Modules/Core/LabelMap/test/otbKMeansAttributesLabelMapFilter.cxx .../Core/LabelMap/test/otbKMeansAttributesLabelMapFilter.cxx +19 -14
- Modules/Core/LabelMap/test/otbLabelImageToLabelMapWithAdjacencyFilter.cxx ...elMap/test/otbLabelImageToLabelMapWithAdjacencyFilter.cxx +19 -14
- Modules/Core/LabelMap/test/otbLabelMapSourceNew.cxx Modules/Core/LabelMap/test/otbLabelMapSourceNew.cxx +19 -14
- Modules/Core/LabelMap/test/otbLabelMapTestDriver.cxx Modules/Core/LabelMap/test/otbLabelMapTestDriver.cxx +21 -0
- Modules/Core/LabelMap/test/otbLabelMapToAttributeImageFilterNew.cxx ...re/LabelMap/test/otbLabelMapToAttributeImageFilterNew.cxx +19 -14
- Modules/Core/LabelMap/test/otbLabelMapToSampleListFilter.cxx Modules/Core/LabelMap/test/otbLabelMapToSampleListFilter.cxx +19 -14
- Modules/Core/LabelMap/test/otbLabelMapToSampleListFilterNew.cxx ...s/Core/LabelMap/test/otbLabelMapToSampleListFilterNew.cxx +19 -14
- Modules/Core/LabelMap/test/otbLabelMapWithClassLabelToLabeledSampleListFilter.cxx ...st/otbLabelMapWithClassLabelToLabeledSampleListFilter.cxx +19 -14
- Modules/Core/LabelMap/test/otbLabelMapWithClassLabelToLabeledSampleListFilterNew.cxx ...otbLabelMapWithClassLabelToLabeledSampleListFilterNew.cxx +19 -14
- Modules/Core/LabelMap/test/otbLabelObjectMapVectorizer.cxx Modules/Core/LabelMap/test/otbLabelObjectMapVectorizer.cxx +19 -14
- Modules/Core/LabelMap/test/otbLabelObjectToPolygonFunctorNew.cxx .../Core/LabelMap/test/otbLabelObjectToPolygonFunctorNew.cxx +19 -14
- Modules/Core/LabelMap/test/otbMinMaxAttributesLabelMapFilter.cxx .../Core/LabelMap/test/otbMinMaxAttributesLabelMapFilter.cxx +19 -14
- Modules/Core/LabelMap/test/otbNormalizeAttributesLabelMapFilter.cxx ...re/LabelMap/test/otbNormalizeAttributesLabelMapFilter.cxx +19 -14
- Modules/Core/LabelMap/test/otbShapeAttributesLabelMapFilterNew.cxx ...ore/LabelMap/test/otbShapeAttributesLabelMapFilterNew.cxx +19 -14
- Modules/Core/LabelMap/test/otbStatisticsAttributesLabelMapFilterNew.cxx ...abelMap/test/otbStatisticsAttributesLabelMapFilterNew.cxx +19 -14
- Modules/Core/Metadata/CMakeLists.txt Modules/Core/Metadata/CMakeLists.txt +20 -0
- Modules/Core/Metadata/include/otbBandName.h Modules/Core/Metadata/include/otbBandName.h +19 -14
- Modules/Core/Metadata/include/otbDefaultImageMetadataInterface.h .../Core/Metadata/include/otbDefaultImageMetadataInterface.h +19 -14
- Modules/Core/Metadata/include/otbDefaultImageMetadataInterfaceFactory.h ...etadata/include/otbDefaultImageMetadataInterfaceFactory.h +19 -14
- Modules/Core/Metadata/include/otbFormosatImageMetadataInterface.h ...Core/Metadata/include/otbFormosatImageMetadataInterface.h +19 -14
- Modules/Core/Metadata/include/otbFormosatImageMetadataInterfaceFactory.h ...tadata/include/otbFormosatImageMetadataInterfaceFactory.h +19 -14
- Modules/Core/Metadata/include/otbIkonosImageMetadataInterface.h ...s/Core/Metadata/include/otbIkonosImageMetadataInterface.h +19 -14
- Modules/Core/Metadata/include/otbIkonosImageMetadataInterfaceFactory.h ...Metadata/include/otbIkonosImageMetadataInterfaceFactory.h +19 -14
- Modules/Core/Metadata/include/otbImageMetadataInterfaceBase.h ...les/Core/Metadata/include/otbImageMetadataInterfaceBase.h +19 -14
- Modules/Core/Metadata/include/otbImageMetadataInterfaceFactory.h .../Core/Metadata/include/otbImageMetadataInterfaceFactory.h +19 -14
- Modules/Core/Metadata/include/otbNoDataHelper.h Modules/Core/Metadata/include/otbNoDataHelper.h +19 -14
- Modules/Core/Metadata/include/otbOpticalDefaultImageMetadataInterface.h ...etadata/include/otbOpticalDefaultImageMetadataInterface.h +19 -14
- Modules/Core/Metadata/include/otbOpticalDefaultImageMetadataInterfaceFactory.h .../include/otbOpticalDefaultImageMetadataInterfaceFactory.h +19 -14
- Modules/Core/Metadata/include/otbOpticalImageMetadataInterface.h .../Core/Metadata/include/otbOpticalImageMetadataInterface.h +19 -14
- Modules/Core/Metadata/include/otbOpticalImageMetadataInterfaceFactory.h ...etadata/include/otbOpticalImageMetadataInterfaceFactory.h +19 -14
- Modules/Core/Metadata/include/otbPleiadesImageMetadataInterface.h ...Core/Metadata/include/otbPleiadesImageMetadataInterface.h +19 -14
- Modules/Core/Metadata/include/otbPleiadesImageMetadataInterfaceFactory.h ...tadata/include/otbPleiadesImageMetadataInterfaceFactory.h +19 -14
- Modules/Core/Metadata/include/otbQuickBirdImageMetadataInterface.h ...ore/Metadata/include/otbQuickBirdImageMetadataInterface.h +19 -14
- Modules/Core/Metadata/include/otbQuickBirdImageMetadataInterfaceFactory.h ...adata/include/otbQuickBirdImageMetadataInterfaceFactory.h +19 -14
- Modules/Core/Metadata/include/otbRadarsat2ImageMetadataInterface.h ...ore/Metadata/include/otbRadarsat2ImageMetadataInterface.h +19 -14
- Modules/Core/Metadata/include/otbRadarsat2ImageMetadataInterfaceFactory.h ...adata/include/otbRadarsat2ImageMetadataInterfaceFactory.h +19 -14
- Modules/Core/Metadata/include/otbSarCalibrationLookupData.h Modules/Core/Metadata/include/otbSarCalibrationLookupData.h +20 -0
- Modules/Core/Metadata/include/otbSarDefaultImageMetadataInterface.h ...re/Metadata/include/otbSarDefaultImageMetadataInterface.h +19 -14
- Modules/Core/Metadata/include/otbSarDefaultImageMetadataInterfaceFactory.h ...data/include/otbSarDefaultImageMetadataInterfaceFactory.h +19 -14
- Modules/Core/Metadata/include/otbSarImageMetadataInterface.h Modules/Core/Metadata/include/otbSarImageMetadataInterface.h +19 -14
- Modules/Core/Metadata/include/otbSarImageMetadataInterfaceFactory.h ...re/Metadata/include/otbSarImageMetadataInterfaceFactory.h +19 -14
- Modules/Core/Metadata/include/otbSentinel1ImageMetadataInterface.h ...ore/Metadata/include/otbSentinel1ImageMetadataInterface.h +19 -14
- Modules/Core/Metadata/include/otbSentinel1ImageMetadataInterfaceFactory.h ...adata/include/otbSentinel1ImageMetadataInterfaceFactory.h +19 -14
- Modules/Core/Metadata/include/otbSpot6ImageMetadataInterface.h ...es/Core/Metadata/include/otbSpot6ImageMetadataInterface.h +19 -14
- Modules/Core/Metadata/include/otbSpot6ImageMetadataInterfaceFactory.h .../Metadata/include/otbSpot6ImageMetadataInterfaceFactory.h +19 -14
- Modules/Core/Metadata/include/otbSpotImageMetadataInterface.h ...les/Core/Metadata/include/otbSpotImageMetadataInterface.h +19 -14
- Modules/Core/Metadata/include/otbSpotImageMetadataInterfaceFactory.h ...e/Metadata/include/otbSpotImageMetadataInterfaceFactory.h +19 -14
- Modules/Core/Metadata/include/otbTerraSarImageMetadataInterface.h ...Core/Metadata/include/otbTerraSarImageMetadataInterface.h +19 -14
- Modules/Core/Metadata/include/otbTerraSarImageMetadataInterfaceFactory.h ...tadata/include/otbTerraSarImageMetadataInterfaceFactory.h +19 -14
- Modules/Core/Metadata/include/otbWorldView2ImageMetadataInterface.h ...re/Metadata/include/otbWorldView2ImageMetadataInterface.h +19 -14
- Modules/Core/Metadata/include/otbWorldView2ImageMetadataInterfaceFactory.h ...data/include/otbWorldView2ImageMetadataInterfaceFactory.h +19 -14
- Modules/Core/Metadata/otb-module.cmake Modules/Core/Metadata/otb-module.cmake +20 -0
- Modules/Core/Metadata/src/CMakeLists.txt Modules/Core/Metadata/src/CMakeLists.txt +20 -0
- Modules/Core/Metadata/src/otbDefaultImageMetadataInterfaceFactory.cxx .../Metadata/src/otbDefaultImageMetadataInterfaceFactory.cxx +19 -14
- Modules/Core/Metadata/src/otbFormosatImageMetadataInterface.cxx ...s/Core/Metadata/src/otbFormosatImageMetadataInterface.cxx +19 -14
- Modules/Core/Metadata/src/otbFormosatImageMetadataInterfaceFactory.cxx ...Metadata/src/otbFormosatImageMetadataInterfaceFactory.cxx +19 -14
- Modules/Core/Metadata/src/otbIkonosImageMetadataInterface.cxx ...les/Core/Metadata/src/otbIkonosImageMetadataInterface.cxx +19 -14
- Modules/Core/Metadata/src/otbIkonosImageMetadataInterfaceFactory.cxx ...e/Metadata/src/otbIkonosImageMetadataInterfaceFactory.cxx +19 -14
- Modules/Core/Metadata/src/otbImageMetadataInterfaceBase.cxx Modules/Core/Metadata/src/otbImageMetadataInterfaceBase.cxx +19 -14
- Modules/Core/Metadata/src/otbImageMetadataInterfaceFactory.cxx ...es/Core/Metadata/src/otbImageMetadataInterfaceFactory.cxx +19 -14
- Modules/Core/Metadata/src/otbNoDataHelper.cxx Modules/Core/Metadata/src/otbNoDataHelper.cxx +19 -14
- Modules/Core/Metadata/src/otbOpticalDefaultImageMetadataInterfaceFactory.cxx ...ta/src/otbOpticalDefaultImageMetadataInterfaceFactory.cxx +19 -14
- Modules/Core/Metadata/src/otbOpticalImageMetadataInterface.cxx ...es/Core/Metadata/src/otbOpticalImageMetadataInterface.cxx +19 -14
- Modules/Core/Metadata/src/otbOpticalImageMetadataInterfaceFactory.cxx .../Metadata/src/otbOpticalImageMetadataInterfaceFactory.cxx +19 -14
- Modules/Core/Metadata/src/otbPleiadesImageMetadataInterface.cxx ...s/Core/Metadata/src/otbPleiadesImageMetadataInterface.cxx +19 -14
- Modules/Core/Metadata/src/otbPleiadesImageMetadataInterfaceFactory.cxx ...Metadata/src/otbPleiadesImageMetadataInterfaceFactory.cxx +19 -14
- Modules/Core/Metadata/src/otbQuickBirdImageMetadataInterface.cxx .../Core/Metadata/src/otbQuickBirdImageMetadataInterface.cxx +19 -14
- Modules/Core/Metadata/src/otbQuickBirdImageMetadataInterfaceFactory.cxx ...etadata/src/otbQuickBirdImageMetadataInterfaceFactory.cxx +19 -14
- Modules/Core/Metadata/src/otbRadarsat2ImageMetadataInterface.cxx .../Core/Metadata/src/otbRadarsat2ImageMetadataInterface.cxx +19 -14
- Modules/Core/Metadata/src/otbRadarsat2ImageMetadataInterfaceFactory.cxx ...etadata/src/otbRadarsat2ImageMetadataInterfaceFactory.cxx +19 -14
- Modules/Core/Metadata/src/otbSarDefaultImageMetadataInterfaceFactory.cxx ...tadata/src/otbSarDefaultImageMetadataInterfaceFactory.cxx +19 -14
- Modules/Core/Metadata/src/otbSarImageMetadataInterface.cxx Modules/Core/Metadata/src/otbSarImageMetadataInterface.cxx +19 -14
- Modules/Core/Metadata/src/otbSarImageMetadataInterfaceFactory.cxx ...Core/Metadata/src/otbSarImageMetadataInterfaceFactory.cxx +19 -14
- Modules/Core/Metadata/src/otbSentinel1ImageMetadataInterface.cxx .../Core/Metadata/src/otbSentinel1ImageMetadataInterface.cxx +19 -14
- No files found.
Too many changes to show.
To preserve performance only 1000 of 1000+ files are displayed.
CMake/CPackFunctions.cmake
100755 → 100644