Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
otb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
273
Issues
273
List
Boards
Labels
Service Desk
Milestones
Merge Requests
8
Merge Requests
8
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Main Repositories
otb
Commits
db61c5fc
Commit
db61c5fc
authored
Sep 16, 2016
by
Manuel Grizonnet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
STYLE: more spelling errors and deprecated methods or classes with typos
parent
91aea1b7
Changes
136
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
136 changed files
with
540 additions
and
12979 deletions
+540
-12979
CMake/CPackFunctions.cmake
CMake/CPackFunctions.cmake
+4
-4
CMake/UseJava.cmake
CMake/UseJava.cmake
+1
-1
Examples/FeatureExtraction/AsymmetricFusionOfLineDetectorExample.cxx
...atureExtraction/AsymmetricFusionOfLineDetectorExample.cxx
+6
-6
Examples/FeatureExtraction/CMakeLists.txt
Examples/FeatureExtraction/CMakeLists.txt
+2
-2
Examples/FeatureExtraction/ExtractSegmentsByStepsExample.cxx
Examples/FeatureExtraction/ExtractSegmentsByStepsExample.cxx
+5
-5
Examples/FeatureExtraction/ExtractSegmentsExample.cxx
Examples/FeatureExtraction/ExtractSegmentsExample.cxx
+5
-5
Examples/FeatureExtraction/test/CMakeLists.txt
Examples/FeatureExtraction/test/CMakeLists.txt
+3
-3
Examples/Markov/CMakeLists.txt
Examples/Markov/CMakeLists.txt
+2
-2
Examples/Markov/MarkovRestorationExample.cxx
Examples/Markov/MarkovRestorationExample.cxx
+4
-4
Examples/Markov/test/CMakeLists.txt
Examples/Markov/test/CMakeLists.txt
+5
-5
Examples/Simulation/LAIFromNDVIImageTransform.cxx
Examples/Simulation/LAIFromNDVIImageTransform.cxx
+2
-2
Examples/Simulation/test/CMakeLists.txt
Examples/Simulation/test/CMakeLists.txt
+4
-4
Modules/Adapters/GdalAdapters/include/otbGeometriesToGeometriesFilter.h
...rs/GdalAdapters/include/otbGeometriesToGeometriesFilter.h
+12
-1
Modules/Adapters/GdalAdapters/src/otbGeometriesToGeometriesFilter.cxx
...ters/GdalAdapters/src/otbGeometriesToGeometriesFilter.cxx
+1
-1
Modules/Adapters/OSSIMAdapters/include/otbMapProjectionAdapter.h
.../Adapters/OSSIMAdapters/include/otbMapProjectionAdapter.h
+12
-2
Modules/Adapters/OSSIMAdapters/include/otbSensorModelAdapter.h
...es/Adapters/OSSIMAdapters/include/otbSensorModelAdapter.h
+1
-1
Modules/Adapters/OSSIMAdapters/src/otbMapProjectionAdapter.cxx
...es/Adapters/OSSIMAdapters/src/otbMapProjectionAdapter.cxx
+5
-5
Modules/Adapters/OSSIMAdapters/test/CMakeLists.txt
Modules/Adapters/OSSIMAdapters/test/CMakeLists.txt
+3
-3
Modules/Adapters/OSSIMAdapters/test/otbOSSIMAdaptersTestDriver.cxx
...dapters/OSSIMAdapters/test/otbOSSIMAdaptersTestDriver.cxx
+1
-1
Modules/Adapters/OSSIMAdapters/test/otbOssimJpegFileResourceLeakTest.cxx
...s/OSSIMAdapters/test/otbOssimJpegFileResourceLeakTest.cxx
+1
-1
Modules/Adapters/OSSIMAdapters/test/otbRPCSolverAdapterTest.cxx
...s/Adapters/OSSIMAdapters/test/otbRPCSolverAdapterTest.cxx
+3
-3
Modules/Applications/AppDescriptors/app/otbHomologousPointsExtraction.cxx
...ions/AppDescriptors/app/otbHomologousPointsExtraction.cxx
+3
-3
Modules/Applications/AppImageUtils/app/otbDownloadSRTMTiles.cxx
...s/Applications/AppImageUtils/app/otbDownloadSRTMTiles.cxx
+1
-1
Modules/Applications/AppImageUtils/app/otbExtractROI.cxx
Modules/Applications/AppImageUtils/app/otbExtractROI.cxx
+1
-1
Modules/Applications/AppImageUtils/app/otbSplitImage.cxx
Modules/Applications/AppImageUtils/app/otbSplitImage.cxx
+1
-1
Modules/Applications/AppProjection/app/otbConvertCartoToGeoPoint.cxx
...lications/AppProjection/app/otbConvertCartoToGeoPoint.cxx
+2
-2
Modules/Applications/AppProjection/app/otbGenerateRPCSensorModel.cxx
...lications/AppProjection/app/otbGenerateRPCSensorModel.cxx
+1
-1
Modules/Applications/AppProjection/app/otbRefineSensorModel.cxx
...s/Applications/AppProjection/app/otbRefineSensorModel.cxx
+1
-1
Modules/Applications/AppSegmentation/test/CMakeLists.txt
Modules/Applications/AppSegmentation/test/CMakeLists.txt
+2
-2
Modules/Applications/AppStereo/app/otbGeneratePlyFile.cxx
Modules/Applications/AppStereo/app/otbGeneratePlyFile.cxx
+2
-2
Modules/Applications/AppVectorDataTranslation/app/otbRasterization.cxx
...cations/AppVectorDataTranslation/app/otbRasterization.cxx
+2
-2
Modules/Core/Common/include/otbImageAndVectorImageOperationFilter.h
...re/Common/include/otbImageAndVectorImageOperationFilter.h
+17
-7
Modules/Core/Common/include/otbSystem.h
Modules/Core/Common/include/otbSystem.h
+8
-1
Modules/Core/Common/src/otbSystem.cxx
Modules/Core/Common/src/otbSystem.cxx
+1
-1
Modules/Core/ImageBase/test/otbImageAndVectorImageOperationFilterTest.cxx
...geBase/test/otbImageAndVectorImageOperationFilterTest.cxx
+1
-1
Modules/Core/Interpolation/test/otbStreamingTraits.cxx
Modules/Core/Interpolation/test/otbStreamingTraits.cxx
+16
-16
Modules/Core/Metadata/include/otbNoDataHelper.h
Modules/Core/Metadata/include/otbNoDataHelper.h
+2
-2
Modules/Core/Metadata/src/otbTerraSarImageMetadataInterface.cxx
...s/Core/Metadata/src/otbTerraSarImageMetadataInterface.cxx
+9
-9
Modules/Core/Metadata/test/otbDefaultImageMetadataInterface.cxx
...s/Core/Metadata/test/otbDefaultImageMetadataInterface.cxx
+48
-48
Modules/Core/PointSet/include/otbPointSetAndValuesFunction.h
Modules/Core/PointSet/include/otbPointSetAndValuesFunction.h
+1
-1
Modules/Core/Streaming/include/otbRAMDrivenAdaptativeStreamingManager.h
...treaming/include/otbRAMDrivenAdaptativeStreamingManager.h
+1
-1
Modules/Core/Transform/include/otbGenericMapProjection.h
Modules/Core/Transform/include/otbGenericMapProjection.h
+9
-1
Modules/Core/Transform/include/otbGenericMapProjection.txx
Modules/Core/Transform/include/otbGenericMapProjection.txx
+2
-2
Modules/Core/Transform/include/otbGenericRSTransform.h
Modules/Core/Transform/include/otbGenericRSTransform.h
+8
-1
Modules/Core/Transform/include/otbGenericRSTransform.txx
Modules/Core/Transform/include/otbGenericRSTransform.txx
+3
-3
Modules/Core/Transform/include/otbImageToGenericRSOutputParameters.txx
...Transform/include/otbImageToGenericRSOutputParameters.txx
+1
-1
Modules/Core/Transform/include/otbTransform.h
Modules/Core/Transform/include/otbTransform.h
+1
-1
Modules/Core/Transform/test/otbCreateInverseForwardSensorModel.cxx
...ore/Transform/test/otbCreateInverseForwardSensorModel.cxx
+1
-1
Modules/Core/Transform/test/otbGenericRSTransform.cxx
Modules/Core/Transform/test/otbGenericRSTransform.cxx
+10
-10
Modules/Core/Transform/test/otbGenericRSTransformWithSRID.cxx
...les/Core/Transform/test/otbGenericRSTransformWithSRID.cxx
+10
-10
Modules/Detection/ObjectDetection/test/otbDescriptorsListSampleGenerator.cxx
...bjectDetection/test/otbDescriptorsListSampleGenerator.cxx
+3
-3
Modules/Detection/RoadExtraction/test/CMakeLists.txt
Modules/Detection/RoadExtraction/test/CMakeLists.txt
+6
-6
Modules/Feature/Corner/include/otbLineSpatialObjectListToRightAnglePointSetFilter.h
...lude/otbLineSpatialObjectListToRightAnglePointSetFilter.h
+1
-1
Modules/Feature/Edge/include/otbAssymmetricFusionOfLineDetectorImageFilter.h
...e/include/otbAssymmetricFusionOfLineDetectorImageFilter.h
+2
-0
Modules/Feature/Edge/include/otbStreamingLineSegmentDetector.txx
.../Feature/Edge/include/otbStreamingLineSegmentDetector.txx
+1
-1
Modules/Feature/Edge/test/CMakeLists.txt
Modules/Feature/Edge/test/CMakeLists.txt
+9
-9
Modules/Feature/Edge/test/otbAsymmetricFusionOfLineDetector.cxx
...s/Feature/Edge/test/otbAsymmetricFusionOfLineDetector.cxx
+3
-3
Modules/Feature/Edge/test/otbAsymmetricFusionOfLineDetectorNew.cxx
...eature/Edge/test/otbAsymmetricFusionOfLineDetectorNew.cxx
+3
-3
Modules/Feature/Edge/test/otbEdgeTestDriver.cxx
Modules/Feature/Edge/test/otbEdgeTestDriver.cxx
+2
-2
Modules/Feature/Textures/include/otbGreyLevelCooccurrenceIndexedList.h
...re/Textures/include/otbGreyLevelCooccurrenceIndexedList.h
+1
-1
Modules/Filtering/DEM/include/otbDEMToImageGenerator.h
Modules/Filtering/DEM/include/otbDEMToImageGenerator.h
+10
-2
Modules/Filtering/DEM/include/otbDEMToImageGenerator.txx
Modules/Filtering/DEM/include/otbDEMToImageGenerator.txx
+4
-4
Modules/Filtering/DEM/test/otbDEMToImageGeneratorFromImageTest.cxx
...iltering/DEM/test/otbDEMToImageGeneratorFromImageTest.cxx
+1
-1
Modules/Filtering/ImageManipulation/include/otbStreamingShrinkImageFilter.h
...ImageManipulation/include/otbStreamingShrinkImageFilter.h
+11
-4
Modules/Filtering/ImageManipulation/include/otbStreamingShrinkImageFilter.txx
...ageManipulation/include/otbStreamingShrinkImageFilter.txx
+23
-23
Modules/Filtering/ImageManipulation/test/otbMaskedIteratorDecorator.cxx
...ing/ImageManipulation/test/otbMaskedIteratorDecorator.cxx
+1
-1
Modules/Filtering/Projection/include/otbGCPsToRPCSensorModelImageFilter.txx
...Projection/include/otbGCPsToRPCSensorModelImageFilter.txx
+1
-1
Modules/Filtering/Projection/include/otbGenericRSResampleImageFilter.txx
...ng/Projection/include/otbGenericRSResampleImageFilter.txx
+1
-1
Modules/Filtering/Projection/include/otbGeometriesProjectionFilter.h
...tering/Projection/include/otbGeometriesProjectionFilter.h
+10
-1
Modules/Filtering/Projection/include/otbGroundSpacingImageFunction.txx
...ring/Projection/include/otbGroundSpacingImageFunction.txx
+1
-1
Modules/Filtering/Projection/include/otbImageToEnvelopeVectorDataFilter.txx
...Projection/include/otbImageToEnvelopeVectorDataFilter.txx
+1
-1
Modules/Filtering/Projection/include/otbLeastSquareAffineTransformEstimator.h
...ojection/include/otbLeastSquareAffineTransformEstimator.h
+1
-1
Modules/Filtering/Projection/include/otbPhysicalToRPCSensorModelImageFilter.txx
...ection/include/otbPhysicalToRPCSensorModelImageFilter.txx
+1
-1
Modules/Filtering/Projection/include/otbRationalTransform.h
Modules/Filtering/Projection/include/otbRationalTransform.h
+4
-4
Modules/Filtering/Projection/include/otbVectorDataProjectionFilter.h
...tering/Projection/include/otbVectorDataProjectionFilter.h
+1
-1
Modules/Filtering/Projection/include/otbVectorDataProjectionFilter.txx
...ring/Projection/include/otbVectorDataProjectionFilter.txx
+3
-3
Modules/Filtering/Projection/src/otbGeometriesProjectionFilter.cxx
...iltering/Projection/src/otbGeometriesProjectionFilter.cxx
+4
-4
Modules/Filtering/Projection/test/otbGCPsToRPCSensorModelImageFilterCheckRpcModel.cxx
.../test/otbGCPsToRPCSensorModelImageFilterCheckRpcModel.cxx
+1
-1
Modules/Filtering/Projection/test/otbGenericRSTransformFromImage.cxx
...tering/Projection/test/otbGenericRSTransformFromImage.cxx
+6
-6
Modules/Filtering/Projection/test/otbGenericRSTransformGenericTest.cxx
...ring/Projection/test/otbGenericRSTransformGenericTest.cxx
+1
-1
Modules/Filtering/Projection/test/otbROIdataConversion.cxx
Modules/Filtering/Projection/test/otbROIdataConversion.cxx
+8
-8
Modules/Filtering/Projection/test/otbROIdataConversionNew.cxx
...les/Filtering/Projection/test/otbROIdataConversionNew.cxx
+2
-2
Modules/Filtering/Projection/test/otbSensorModel.cxx
Modules/Filtering/Projection/test/otbSensorModel.cxx
+2
-2
Modules/Filtering/Projection/test/otbTileImageFilterRSTransformTest.cxx
...ing/Projection/test/otbTileImageFilterRSTransformTest.cxx
+2
-2
Modules/Filtering/Projection/test/otbVectorDataTransformFilter.cxx
...iltering/Projection/test/otbVectorDataTransformFilter.cxx
+4
-4
Modules/Filtering/VectorDataManipulation/include/otbVectorDataExtractROI.h
.../VectorDataManipulation/include/otbVectorDataExtractROI.h
+1
-1
Modules/Filtering/VectorDataManipulation/include/otbVectorDataExtractROI.txx
...ectorDataManipulation/include/otbVectorDataExtractROI.txx
+2
-2
Modules/IO/Carto/include/otbImageToOSMVectorDataGenerator.txx
...les/IO/Carto/include/otbImageToOSMVectorDataGenerator.txx
+1
-1
Modules/IO/Carto/include/otbMapFileProductWriter.txx
Modules/IO/Carto/include/otbMapFileProductWriter.txx
+1
-1
Modules/IO/IOGDAL/test/CMakeLists.txt
Modules/IO/IOGDAL/test/CMakeLists.txt
+2
-2
Modules/IO/IOGDAL/test/otbGDALImageIOTestWriteMetadata.cxx
Modules/IO/IOGDAL/test/otbGDALImageIOTestWriteMetadata.cxx
+1
-1
Modules/IO/IOTileMap/include/otbTileMapImageIO.h
Modules/IO/IOTileMap/include/otbTileMapImageIO.h
+3
-3
Modules/IO/IOTileMap/src/otbTileMapImageIO.cxx
Modules/IO/IOTileMap/src/otbTileMapImageIO.cxx
+14
-14
Modules/IO/ImageIO/include/otbImageFileReader.h
Modules/IO/ImageIO/include/otbImageFileReader.h
+1
-1
Modules/IO/ImageIO/include/otbImageFileReader.txx
Modules/IO/ImageIO/include/otbImageFileReader.txx
+3
-3
Modules/IO/ImageIO/include/otbImageSeriesFileReaderBase.h
Modules/IO/ImageIO/include/otbImageSeriesFileReaderBase.h
+1
-1
Modules/IO/ImageIO/include/otbImageSeriesFileReaderBase.txx
Modules/IO/ImageIO/include/otbImageSeriesFileReaderBase.txx
+3
-3
Modules/IO/KMZWriter/include/otbKmzProductWriter.txx
Modules/IO/KMZWriter/include/otbKmzProductWriter.txx
+1
-1
Modules/IO/VectorDataIO/include/otbVectorDataFileReader.h
Modules/IO/VectorDataIO/include/otbVectorDataFileReader.h
+1
-1
Modules/IO/VectorDataIO/include/otbVectorDataFileReader.txx
Modules/IO/VectorDataIO/include/otbVectorDataFileReader.txx
+3
-3
Modules/Learning/Markov/include/otbMarkovRandomFieldFilter.h
Modules/Learning/Markov/include/otbMarkovRandomFieldFilter.h
+1
-1
Modules/Learning/SVMLearning/test/otbObjectDetectionClassifier.cxx
...earning/SVMLearning/test/otbObjectDetectionClassifier.cxx
+3
-3
Modules/Radiometry/OpticalCalibration/test/CMakeLists.txt
Modules/Radiometry/OpticalCalibration/test/CMakeLists.txt
+10
-10
Modules/Radiometry/SARCalibration/include/otbSarRadiometricCalibrationToImageFilter.txx
...ion/include/otbSarRadiometricCalibrationToImageFilter.txx
+1
-1
Modules/Registration/DisparityMap/include/otbDisparityMapTo3DFilter.txx
...ration/DisparityMap/include/otbDisparityMapTo3DFilter.txx
+2
-2
Modules/Registration/DisparityMap/include/otbDisparityMapToDEMFilter.txx
...ation/DisparityMap/include/otbDisparityMapToDEMFilter.txx
+5
-5
Modules/Registration/DisparityMap/include/otbMultiDisparityMapTo3DFilter.txx
...n/DisparityMap/include/otbMultiDisparityMapTo3DFilter.txx
+2
-2
Modules/Registration/Stereo/include/otbMulti3DMapToDEMFilter.txx
.../Registration/Stereo/include/otbMulti3DMapToDEMFilter.txx
+3
-3
Modules/Registration/Stereo/include/otbStereoSensorModelToElevationMapFilter.txx
...ereo/include/otbStereoSensorModelToElevationMapFilter.txx
+5
-5
Modules/Registration/Stereo/include/otbStereorectificationDisplacementFieldSource.txx
...include/otbStereorectificationDisplacementFieldSource.txx
+4
-4
Modules/Segmentation/CCOBIA/include/otbStreamingConnectedComponentSegmentationOBIAToVectorDataFilter.txx
...gConnectedComponentSegmentationOBIAToVectorDataFilter.txx
+1
-1
Modules/Segmentation/MeanShift/include/otbMeanShiftConnectedComponentSegmentationFilter.txx
...lude/otbMeanShiftConnectedComponentSegmentationFilter.txx
+1
-1
Modules/Segmentation/MorphologicalProfiles/include/otbGeodesicMorphologyIterativeDecompositionImageFilter.txx
...tbGeodesicMorphologyIterativeDecompositionImageFilter.txx
+1
-1
Modules/Segmentation/OGRProcessing/include/otbStreamingImageToOGRLayerSegmentationFilter.txx
...include/otbStreamingImageToOGRLayerSegmentationFilter.txx
+2
-2
Modules/ThirdParty/ITK/include/itkImageRegionMultidimensionalSplitter.hxx
...ty/ITK/include/itkImageRegionMultidimensionalSplitter.hxx
+7
-7
Modules/Visualization/Ice/src/otbGlImageActor.cxx
Modules/Visualization/Ice/src/otbGlImageActor.cxx
+3
-3
Modules/Visualization/Ice/src/otbGlROIActor.cxx
Modules/Visualization/Ice/src/otbGlROIActor.cxx
+4
-4
Modules/Visualization/Ice/src/otbGlVectorActor.cxx
Modules/Visualization/Ice/src/otbGlVectorActor.cxx
+2
-2
Modules/Visualization/Ice/src/otbNonOptGlImageActor.cxx
Modules/Visualization/Ice/src/otbNonOptGlImageActor.cxx
+2
-2
Modules/Visualization/Ice/src/otbViewSettings.cxx
Modules/Visualization/Ice/src/otbViewSettings.cxx
+4
-4
Modules/Visualization/MonteverdiCore/src/mvdVectorImageModel.cxx
.../Visualization/MonteverdiCore/src/mvdVectorImageModel.cxx
+1
-1
Modules/Wrappers/ApplicationEngine/include/otbWrapperMapProjectionParametersHandler.h
...Engine/include/otbWrapperMapProjectionParametersHandler.h
+1
-1
Modules/Wrappers/ApplicationEngine/include/otbWrapperParameterGroup.h
...pers/ApplicationEngine/include/otbWrapperParameterGroup.h
+1
-1
Modules/Wrappers/ApplicationEngine/src/otbWrapperMapProjectionParametersHandler.cxx
...onEngine/src/otbWrapperMapProjectionParametersHandler.cxx
+1
-1
Modules/Wrappers/ApplicationEngine/src/otbWrapperOutputProcessXMLParameter.cxx
...icationEngine/src/otbWrapperOutputProcessXMLParameter.cxx
+1
-1
Modules/Wrappers/ApplicationEngine/src/otbWrapperParameterGroup.cxx
...appers/ApplicationEngine/src/otbWrapperParameterGroup.cxx
+27
-27
Modules/Wrappers/CommandLine/src/otbWrapperCommandLineParser.cxx
.../Wrappers/CommandLine/src/otbWrapperCommandLineParser.cxx
+17
-17
Modules/Wrappers/QtWidget/include/otbWrapperQtWidgetView.h
Modules/Wrappers/QtWidget/include/otbWrapperQtWidgetView.h
+1
-1
Modules/Wrappers/QtWidget/src/otbWrapperQtWidgetParameterBase.cxx
...Wrappers/QtWidget/src/otbWrapperQtWidgetParameterBase.cxx
+1
-1
Modules/Wrappers/QtWidget/src/otbWrapperQtWidgetView.cxx
Modules/Wrappers/QtWidget/src/otbWrapperQtWidgetView.cxx
+2
-2
Modules/Wrappers/SWIG/test/python/CMakeLists.txt
Modules/Wrappers/SWIG/test/python/CMakeLists.txt
+2
-2
RELEASE_NOTES.txt
RELEASE_NOTES.txt
+2
-2
Utilities/Maintenance/fix_typos/codespell
Utilities/Maintenance/fix_typos/codespell
+0
-1
Utilities/Maintenance/fix_typos/debian.txt
Utilities/Maintenance/fix_typos/debian.txt
+0
-3509
Utilities/Maintenance/fix_typos/otb_dict.txt
Utilities/Maintenance/fix_typos/otb_dict.txt
+0
-8507
Utilities/Maintenance/fix_typos/qgis.txt
Utilities/Maintenance/fix_typos/qgis.txt
+0
-501
No files found.
CMake/CPackFunctions.cmake
View file @
db61c5fc
...
...
@@ -166,7 +166,7 @@ function(configure_app_package app with_otb_apps)
# I guess it's because cpack already handles installing the runtime,
# but here we build with a particular version of Visual, but
# some OSGeo4W dependencies are built upon other runtimes
set
(
MVD2_ADDITION
N
AL_DLLS
set
(
MVD2_ADDITIONAL_DLLS
${
OSGEO4W_ROOT
}
/bin/msvcp60.dll
${
OSGEO4W_ROOT
}
/bin/msvcp70.dll
${
OSGEO4W_ROOT
}
/bin/msvcp71.dll
...
...
@@ -179,12 +179,12 @@ function(configure_app_package app with_otb_apps)
# I really don't understand why.
# Let's add them manually
set
(
MVD2_ADDITION
N
AL_DLLS
${
MVD2_ADDITION
N
AL_DLLS
}
set
(
MVD2_ADDITIONAL_DLLS
${
MVD2_ADDITIONAL_DLLS
}
${
OSGEO4W_ROOT
}
/bin/libgcc_s_dw2-1.dll
${
OSGEO4W_ROOT
}
/bin/libiconv-2.dll
)
foreach
(
dll
${
MVD2_ADDITION
N
AL_DLLS
}
)
foreach
(
dll
${
MVD2_ADDITIONAL_DLLS
}
)
if
(
EXISTS
${
dll
}
)
install
(
FILES
${
dll
}
DESTINATION bin COMPONENT Runtime
)
endif
()
...
...
CMake/UseJava.cmake
View file @
db61c5fc
...
...
@@ -112,7 +112,7 @@
# [VERSION TRUE|FALSE]
# )
#
# Create jav
e
documentation based on files or packages. For more
# Create jav
a
documentation based on files or packages. For more
# details please read the javadoc manpage.
#
# There are two main signatures for create_javadoc. The first
...
...
Examples/FeatureExtraction/AsymmetricFusionOfLineDetectorExample.cxx
View file @
db61c5fc
...
...
@@ -165,9 +165,9 @@ int main(int argc, char * argv[])
// Software Guide : BeginLatex
//
// The image obtained with the reader is passed as input to the
// \doxygen{otb}{As
sy
metricFusionOfDetectorImageFilter}. The pipeline is built as follows.
// \doxygen{otb}{As
ym
metricFusionOfDetectorImageFilter}. The pipeline is built as follows.
//
// \index{otb::As
sy
metricFusionOfDetectorImageFilter!SetInput()}
// \index{otb::As
ym
metricFusionOfDetectorImageFilter!SetInput()}
//
// Software Guide : EndLatex
...
...
@@ -183,8 +183,8 @@ int main(int argc, char * argv[])
// allow setting the minimum length and the typical witdh of the
// lines which are to be detected.
//
// \index{otb::As
sy
metricFusionOfDetector!SetWidthLine()}
// \index{otb::As
sy
metricFusionOfDetector!SetLengthLine()}
// \index{otb::As
ym
metricFusionOfDetector!SetWidthLine()}
// \index{otb::As
ym
metricFusionOfDetector!SetLengthLine()}
//
// Software Guide : EndLatex
...
...
@@ -211,12 +211,12 @@ int main(int argc, char * argv[])
// Software Guide : BeginLatex
// Figure~\ref{fig:LINEFUSION_FILTER}
// shows the result of applying the As
sy
metricFusionOf edge detector filter
// shows the result of applying the As
ym
metricFusionOf edge detector filter
// to a SAR image. \begin{figure} \center
// \includegraphics[width=0.25\textwidth]{amst.eps}
// \includegraphics[width=0.25\textwidth]{amstLineFusion.eps}
// \itkcaption[Line Correlation Detector Application]{Result of applying
// the \doxygen{otb}{As
sy
metricFusionOfDetectorImageFilter} to a SAR
// the \doxygen{otb}{As
ym
metricFusionOfDetectorImageFilter} to a SAR
// image. From left to right : original image, line intensity.} \label{fig:LINEFUSION_FILTER} \end{figure}
//
// Software Guide : EndLatex
...
...
Examples/FeatureExtraction/CMakeLists.txt
View file @
db61c5fc
project
(
FeatureExtractionExamples
)
add_executable
(
As
symmetricFusionOfLineDetectorExample As
symmetricFusionOfLineDetectorExample.cxx
)
target_link_libraries
(
As
s
ymmetricFusionOfLineDetectorExample
${
OTB_LIBRARIES
}
)
add_executable
(
As
ymmetricFusionOfLineDetectorExample A
symmetricFusionOfLineDetectorExample.cxx
)
target_link_libraries
(
AsymmetricFusionOfLineDetectorExample
${
OTB_LIBRARIES
}
)
add_executable
(
CloudDetectionExample CloudDetectionExample.cxx
)
target_link_libraries
(
CloudDetectionExample
${
OTB_LIBRARIES
}
)
...
...
Examples/FeatureExtraction/ExtractSegmentsByStepsExample.cxx
View file @
db61c5fc
...
...
@@ -234,8 +234,8 @@ int main(int argc, char * argv[])
// Software Guide : BeginLatex
// \textbf{FIXME: set the methods}
// \index{otb::As
sy
metricFusionOfDetector!SetWidthLine()}
// \index{otb::As
sy
metricFusionOfDetector!SetLengthLine()}
// \index{otb::As
ym
metricFusionOfDetector!SetWidthLine()}
// \index{otb::As
ym
metricFusionOfDetector!SetLengthLine()}
// The filter is executed by invoking the \code{Update()} method. If the
// filter is part of a larger image processing pipeline, calling
...
...
@@ -254,18 +254,18 @@ int main(int argc, char * argv[])
// Software Guide : EndLatex
// Software Guide : BeginLatex Figure~\ref{fig:LINECORRELATION_FILTER}
// shows the result of applying the As
sy
metricFusionOf edge detector filter
// shows the result of applying the As
ym
metricFusionOf edge detector filter
// to a SAR image. \begin{figure} \center
// \includegraphics[width=0.25\textwidth]{amst.eps}
// \includegraphics[width=0.25\textwidth]{amstSegmentExtractionBySteps.eps}
// \itkcaption[Line Correlation Detector Application]{Result of applying
// the \doxygen{otb}{As
sy
metricFusionOfDetectorImageFilter} to a SAR
// the \doxygen{otb}{As
ym
metricFusionOfDetectorImageFilter} to a SAR
// image. From left to right : original image, line intensity and
// edge orientation.} \label{fig:LINECORRELATION_FILTER} \end{figure}
//
// \relatedClasses
// \begin{itemize}
// \item \doxygen{otb}{As
sy
metricFusionOfDetectorImageFilter}
// \item \doxygen{otb}{As
ym
metricFusionOfDetectorImageFilter}
// \end{itemize}
// Software Guide : EndLatex
...
...
Examples/FeatureExtraction/ExtractSegmentsExample.cxx
View file @
db61c5fc
...
...
@@ -231,8 +231,8 @@ int main(int argc, char * argv[])
// Software Guide : BeginLatex
// \textbf{FIXME: set the methods}
// \index{otb::As
sy
metricFusionOfDetector!SetWidthLine()}
// \index{otb::As
sy
metricFusionOfDetector!SetLengthLine()}
// \index{otb::As
ym
metricFusionOfDetector!SetWidthLine()}
// \index{otb::As
ym
metricFusionOfDetector!SetLengthLine()}
// The filter is executed by invoking the \code{Update()} method. If the
// filter is part of a larger image processing pipeline, calling
...
...
@@ -249,18 +249,18 @@ int main(int argc, char * argv[])
writer
->
Update
();
// Software Guide : BeginLatex Figure~\ref{fig:LINECORRELATION_FILTER}
// shows the result of applying the As
sy
metricFusionOf edge detector filter
// shows the result of applying the As
ym
metricFusionOf edge detector filter
// to a SAR image. \begin{figure} \center
// \includegraphics[width=0.25\textwidth]{amst.eps}
// \includegraphics[width=0.25\textwidth]{amstSegmentExtraction.eps}
// \itkcaption[Line Correlation Detector Application]{Result of applying
// the \doxygen{otb}{As
sy
metricFusionOfDetectorImageFilter} to a SAR
// the \doxygen{otb}{As
ym
metricFusionOfDetectorImageFilter} to a SAR
// image. From left to right : original image, line intensity and
// edge orientation.} \label{fig:LINECORRELATION_FILTER} \end{figure}
//
// \relatedClasses
// \begin{itemize}
// \item \doxygen{otb}{As
sy
metricFusionOfDetectorImageFilter}
// \item \doxygen{otb}{As
ym
metricFusionOfDetectorImageFilter}
// \end{itemize}
// Software Guide : EndLatex
...
...
Examples/FeatureExtraction/test/CMakeLists.txt
View file @
db61c5fc
...
...
@@ -67,13 +67,13 @@ otb_add_test(NAME feTeExtractSegmentsByStepsExampleTest COMMAND ${OTB_TEST_DRIVE
10 3 10 0.5 10 10 3 10 0.5
)
# ------- As
s
ymmetricFusionOfLineDetectorExampleTest----------
# ------- AsymmetricFusionOfLineDetectorExampleTest----------
otb_add_test
(
NAME feTeAs
s
ymmetricFusionOfLineDetectorExampleTest COMMAND
${
OTB_TEST_DRIVER
}
otb_add_test
(
NAME feTeAsymmetricFusionOfLineDetectorExampleTest COMMAND
${
OTB_TEST_DRIVER
}
--compare-n-images
${
NOTOL
}
1
${
BASELINE
}
/amstLineFusion.png
${
TEMP
}
/amstLineFusion.png
Execute $<TARGET_FILE:As
s
ymmetricFusionOfLineDetectorExample>
Execute $<TARGET_FILE:AsymmetricFusionOfLineDetectorExample>
${
INPUTDATA
}
/amst.png
${
TEMP
}
/amstLineFusion.png
5 1
...
...
Examples/Markov/CMakeLists.txt
View file @
db61c5fc
...
...
@@ -12,8 +12,8 @@ target_link_libraries(MarkovClassification3Example ${OTB_LIBRARIES})
add_executable
(
MarkovRegularizationExample MarkovRegularizationExample.cxx
)
target_link_libraries
(
MarkovRegularizationExample
${
OTB_LIBRARIES
}
)
add_executable
(
MarkovRest
aurationExample MarkovRestau
rationExample.cxx
)
target_link_libraries
(
MarkovRest
au
rationExample
${
OTB_LIBRARIES
}
)
add_executable
(
MarkovRest
orationExample MarkovResto
rationExample.cxx
)
target_link_libraries
(
MarkovRest
o
rationExample
${
OTB_LIBRARIES
}
)
if
(
BUILD_TESTING
)
...
...
Examples/Markov/MarkovRestorationExample.cxx
View file @
db61c5fc
...
...
@@ -19,7 +19,7 @@
// Software Guide : BeginCommandLineArgs
// INPUTS: {QB_Suburb.png}, {QB_Suburb.png}
// OUTPUTS: {MarkovRest
au
ration.png}
// OUTPUTS: {MarkovRest
o
ration.png}
// 10.0 30 1.0 1
// Software Guide : EndCommandLineArgs
...
...
@@ -228,18 +228,18 @@ int main(int argc, char* argv[])
// Software Guide : BeginLatex
//
// Figure~\ref{fig:MRF_REST
AU
RATION} shows the output of the Markov Random
// Figure~\ref{fig:MRF_REST
O
RATION} shows the output of the Markov Random
// Field restoration.
//
// \begin{figure}
// \center
// \includegraphics[width=0.44\textwidth]{QB_Suburb.eps}
// \includegraphics[width=0.44\textwidth]{MarkovRest
au
ration.eps}
// \includegraphics[width=0.44\textwidth]{MarkovRest
o
ration.eps}
// \itkcaption[MRF restoration]{Result of applying
// the \doxygen{otb}{MarkovRandomFieldFilter} to an extract from a PAN Quickbird
// image for restoration. From left to right : original image, restaured image
// with edge preservation.}
// \label{fig:MRF_REST
AU
RATION}
// \label{fig:MRF_REST
O
RATION}
// \end{figure}
//
// Software Guide : EndLatex
...
...
Examples/Markov/test/CMakeLists.txt
View file @
db61c5fc
...
...
@@ -37,14 +37,14 @@ otb_add_test(NAME maTeMarkovClassification3ExampleTest COMMAND ${OTB_TEST_DRIVER
1.0 20 1.0 1
)
otb_add_test
(
NAME maTeMarkovRest
au
rationExampleTest COMMAND
${
OTB_TEST_DRIVER
}
otb_add_test
(
NAME maTeMarkovRest
o
rationExampleTest COMMAND
${
OTB_TEST_DRIVER
}
--compare-image
${
EPSILON_8
}
${
BASELINE
}
/MarkovRest
au
ration.png
${
TEMP
}
/MarkovRest
au
ration.png
Execute $<TARGET_FILE:MarkovRest
au
rationExample>
${
BASELINE
}
/MarkovRest
o
ration.png
${
TEMP
}
/MarkovRest
o
ration.png
Execute $<TARGET_FILE:MarkovRest
o
rationExample>
${
INPUTDATA
}
/QB_Suburb.png
${
INPUTDATA
}
/QB_Suburb.png
${
TEMP
}
/MarkovRest
au
ration.png
${
TEMP
}
/MarkovRest
o
ration.png
10.0
30.0
1.
...
...
Examples/Simulation/LAIFromNDVIImageTransform.cxx
View file @
db61c5fc
...
...
@@ -19,7 +19,7 @@
// Software Guide : BeginCommandLineArgs
//
// INPUTS: {verySmallFSATSW.tif}
// OUTPUTS: {siTvLAIFromNDVIImageTransf
romExampleTest_verySmallFSATSW.tif}, {verySmallFSATSW_visu.png}, {siTvLAIFromNDVIImageTransfro
mExampleTest_verySmallFSATSW_visu.png}
// OUTPUTS: {siTvLAIFromNDVIImageTransf
ormExampleTest_verySmallFSATSW.tif}, {verySmallFSATSW_visu.png}, {siTvLAIFromNDVIImageTransfor
mExampleTest_verySmallFSATSW_visu.png}
// 1 4
// Software Guide : EndCommandLineArgs
//
...
...
@@ -175,7 +175,7 @@ int main(int argc, char *argv[])
// \begin{figure}
// \center
// \includegraphics[width=0.44\textwidth]{verySmallFSATSW_visu.eps}
// \includegraphics[width=0.44\textwidth]{siTvLAIFromNDVIImageTransf
ro
mExampleTest_verySmallFSATSW_visu.eps}
// \includegraphics[width=0.44\textwidth]{siTvLAIFromNDVIImageTransf
or
mExampleTest_verySmallFSATSW_visu.eps}
// \itkcaption[LAIFromNDVIImageTransform Filter]{LAI generation \emph{(right)} from NDVI applied on Formosat 2 Image \emph{(left)} .}
// \label{fig:LAIFromNDVIImageTransform}
// \end{figure}
...
...
Examples/Simulation/test/CMakeLists.txt
View file @
db61c5fc
...
...
@@ -45,15 +45,15 @@ Execute $<TARGET_FILE:LAIAndPROSAILToSensorResponse>
endif
()
otb_add_test
(
NAME siTvLAIFromNDVIImageTransf
ro
mExampleTest COMMAND
${
OTB_TEST_DRIVER
}
otb_add_test
(
NAME siTvLAIFromNDVIImageTransf
or
mExampleTest COMMAND
${
OTB_TEST_DRIVER
}
--compare-image
${
EPSILON_8
}
${
OTB_DATA_ROOT
}
/Baseline/OTB/Images/raRAndNIRVegetationIndex_LAIFromNDVIFormosat2_verySmallFSATSWcRcNir.tif
${
TEMP
}
/siTvLAIFromNDVIImageTransf
ro
mExampleTest_verySmallFSATSW.tif
${
TEMP
}
/siTvLAIFromNDVIImageTransf
or
mExampleTest_verySmallFSATSW.tif
Execute $<TARGET_FILE:LAIFromNDVIImageTransform>
${
INPUTDATA
}
/verySmallFSATSW.tif
${
TEMP
}
/siTvLAIFromNDVIImageTransf
ro
mExampleTest_verySmallFSATSW.tif
${
TEMP
}
/siTvLAIFromNDVIImageTransf
or
mExampleTest_verySmallFSATSW.tif
${
TEMP
}
/verySmallFSATSW_visu.png
${
TEMP
}
/siTvLAIFromNDVIImageTransf
ro
mExampleTest_verySmallFSATSW_visu.png
${
TEMP
}
/siTvLAIFromNDVIImageTransf
or
mExampleTest_verySmallFSATSW_visu.png
1
# red
4
# nir
)
Modules/Adapters/GdalAdapters/include/otbGeometriesToGeometriesFilter.h
View file @
db61c5fc
...
...
@@ -32,6 +32,8 @@
#include <boost/type_traits/is_same.hpp>
#include "otbOGRLayerWrapper.h"
#include "otbMacro.h"
// forward declarations
namespace
otb
{
namespace
internal
{
struct
ProcessVisitor
;
...
...
@@ -163,8 +165,17 @@ private:
*
* The default implementation does nothing.
*/
virtual
void
DoFinalizeInitiali
s
ation
()
{}
virtual
void
DoFinalizeInitiali
z
ation
()
{}
//@}
/** THIS METHOD IS DEPRECATED AND SHOULD NOT BE USED. */
void
DoFinalizeInitialisation
()
{
otbWarningMacro
(
<<
"DoFinalizeInitialisation has been deprecated. Please use DoFinalizeInitialization() instead"
);
this
->
DoFinalizeInitialization
();
}
friend
struct
otb
::
internal
::
ProcessVisitor
;
};
...
...
Modules/Adapters/GdalAdapters/src/otbGeometriesToGeometriesFilter.cxx
View file @
db61c5fc
...
...
@@ -189,7 +189,7 @@ otb::GeometriesToGeometriesFilter::GetInput(void )
void
otb
::
GeometriesToGeometriesFilter
::
GenerateData
(
void
)
{
this
->
DoAllocateOutputs
();
this
->
DoFinalizeInitiali
s
ation
();
this
->
DoFinalizeInitiali
z
ation
();
InputGeometriesType
::
ConstPointer
input
=
this
->
GetInput
();
// assert(input && "Cann't filter to a nil geometries set");
...
...
Modules/Adapters/OSSIMAdapters/include/otbMapProjectionAdapter.h
View file @
db61c5fc
...
...
@@ -26,6 +26,8 @@
#include "OTBOSSIMAdaptersExport.h"
#include "otbMacro.h"
class
ossimProjection
;
namespace
otb
...
...
@@ -35,7 +37,7 @@ namespace otb
* \class MapProjectionAdapter
* \brief Wrapper class to group all dependencies to ossim for map projection
*
* This class is NOT inten
t
ed to be used outside of OTB. Use the
* This class is NOT inten
d
ed to be used outside of OTB. Use the
* GenericMapProjection. If you feel that you need to use it directly,
* think again!
*
...
...
@@ -73,7 +75,15 @@ public:
void
SetParameter
(
const
std
::
string
&
key
,
const
std
::
string
&
value
);
std
::
string
GetParameter
(
const
std
::
string
&
key
)
const
;
bool
InstanciateProjection
();
bool
InstantiateProjection
();
/** THIS METHOD IS DEPRECATED AND SHOULD NOT BE USED. */
bool
InstanciateProjection
()
{
otbWarningMacro
(
<<
"InstanciateProjection has been deprecated. Please use InstanciateProjection() instead"
);
return
this
->
InstantiateProjection
();
}
void
InverseTransform
(
double
x
,
double
y
,
double
z
,
double
&
lon
,
double
&
lat
,
double
&
h
);
...
...
Modules/Adapters/OSSIMAdapters/include/otbSensorModelAdapter.h
View file @
db61c5fc
...
...
@@ -32,7 +32,7 @@ class ImageKeywordlist;
* \class SensorModelAdapter
* \brief Wrapper class to group all dependencies to ossim for sensor models
*
* This class is NOT inten
t
ed to be used outside of OTB. Use the
* This class is NOT inten
d
ed to be used outside of OTB. Use the
* InverseSensorModel and ForwardSensorModel. If you feel that you need to use
* it directly, think again!
*
...
...
Modules/Adapters/OSSIMAdapters/src/otbMapProjectionAdapter.cxx
View file @
db61c5fc
...
...
@@ -90,7 +90,7 @@ MapProjectionAdapter::InternalMapProjectionPointer MapProjectionAdapter::GetMapP
itkDebugMacro
(
"returning MapProjection address "
<<
this
->
m_MapProjection
);
if
((
m_ReinstanciateProjection
)
||
(
m_MapProjection
==
ITK_NULLPTR
))
{
this
->
Instan
c
iateProjection
();
this
->
Instan
t
iateProjection
();
}
return
this
->
m_MapProjection
;
...
...
@@ -101,7 +101,7 @@ MapProjectionAdapter::InternalMapProjectionConstPointer MapProjectionAdapter::Ge
itkDebugMacro
(
"returning MapProjection address "
<<
this
->
m_MapProjection
);
if
((
m_ReinstanciateProjection
)
||
(
m_MapProjection
==
ITK_NULLPTR
))
{
itkExceptionMacro
(
<<
"m_MapProjection not up-to-date, call Instan
c
iateProjection() first"
);
itkExceptionMacro
(
<<
"m_MapProjection not up-to-date, call Instan
t
iateProjection() first"
);
}
return
this
->
m_MapProjection
;
...
...
@@ -126,7 +126,7 @@ void MapProjectionAdapter::SetWkt(const std::string& projectionRefWkt)
{
this
->
m_ProjectionRefWkt
=
projectionRefWkt
;
m_ReinstanciateProjection
=
true
;
this
->
Instan
c
iateProjection
();
//Should not be needed, but it is...
this
->
Instan
t
iateProjection
();
//Should not be needed, but it is...
this
->
Modified
();
}
...
...
@@ -134,7 +134,7 @@ void MapProjectionAdapter::SetParameter(const std::string& key, const std::strin
{
m_ParameterStore
[
key
]
=
value
;
m_ReinstanciateProjection
=
true
;
this
->
Instan
c
iateProjection
();
//Should not be needed, but it is...
this
->
Instan
t
iateProjection
();
//Should not be needed, but it is...
this
->
Modified
();
}
...
...
@@ -215,7 +215,7 @@ std::string MapProjectionAdapter::GetParameter(const std::string& key) const
return
""
;
}
bool
MapProjectionAdapter
::
Instan
c
iateProjection
()
bool
MapProjectionAdapter
::
Instan
t
iateProjection
()
{
if
((
this
->
m_ReinstanciateProjection
)
||
(
m_MapProjection
==
ITK_NULLPTR
))
{
...
...
Modules/Adapters/OSSIMAdapters/test/CMakeLists.txt
View file @
db61c5fc
...
...
@@ -3,7 +3,7 @@ otb_module_test()
set
(
OTBOSSIMAdaptersTests
otbOSSIMAdaptersTestDriver.cxx
otbTestImageKeywordlist.cxx
otbOssimJpegFileRes
s
ourceLeakTest.cxx
otbOssimJpegFileResourceLeakTest.cxx
otbMapProjectionAdapterTest.cxx
otbOssimElevManagerTest2.cxx
otbOssimElevManagerTest4.cxx
...
...
@@ -120,8 +120,8 @@ foreach( file ${NAME_TESTS} )
endforeach
()
otb_add_test
(
NAME ioTvOssimJpegFileRes
s
ourceLeak COMMAND otbOSSIMAdaptersTestDriver
otbOssimJpegFileRes
s
ourceLeakTest
otb_add_test
(
NAME ioTvOssimJpegFileResourceLeak COMMAND otbOSSIMAdaptersTestDriver
otbOssimJpegFileResourceLeakTest
${
INPUTDATA
}
/poupees.jpg
1200
)
...
...
Modules/Adapters/OSSIMAdapters/test/otbOSSIMAdaptersTestDriver.cxx
View file @
db61c5fc
...
...
@@ -2,7 +2,7 @@
void
RegisterTests
()
{
REGISTER_TEST
(
otbTestImageKeywordlist
);
REGISTER_TEST
(
otbOssimJpegFileRes
s
ourceLeakTest
);
REGISTER_TEST
(
otbOssimJpegFileResourceLeakTest
);
REGISTER_TEST
(
otbMapProjectionAdapterTest
);
REGISTER_TEST
(
otbOssimElevManagerTest2
);
REGISTER_TEST
(
otbOssimElevManagerTest4
);
...
...
Modules/Adapters/OSSIMAdapters/test/otbOssimJpegFileResourceLeakTest.cxx
View file @
db61c5fc
...
...
@@ -36,7 +36,7 @@
// This test demonstrate that handler->close() does not release the file descriptor for jpeg files.
int
otbOssimJpegFileRes
s
ourceLeakTest
(
int
argc
,
char
*
argv
[])
int
otbOssimJpegFileResourceLeakTest
(
int
argc
,
char
*
argv
[])
{
if
(
argc
!=
3
)
{
...
...
Modules/Adapters/OSSIMAdapters/test/otbRPCSolverAdapterTest.cxx
View file @
db61c5fc
...
...
@@ -72,7 +72,7 @@ int otbRPCSolverAdapterTest(int argc, char* argv[])
RSTranformType
::
Pointer
fwd2dTransform
=
RSTranformType
::
New
();
fwd2dTransform
->
SetInputKeywordList
(
reader
->
GetOutput
()
->
GetImageKeywordlist
());
fwd2dTransform
->
Instan
c
iateTransform
();
fwd2dTransform
->
Instan
t
iateTransform
();
ImageType
::
SizeType
size
=
reader
->
GetOutput
()
->
GetLargestPossibleRegion
().
GetSize
();
...
...
@@ -130,10 +130,10 @@ int otbRPCSolverAdapterTest(int argc, char* argv[])
// Build forward and inverse rpc transform
RSTranform3dType
::
Pointer
rpcFwdTransform
=
RSTranform3dType
::
New
();
rpcFwdTransform
->
SetInputKeywordList
(
rpcKwl
);
rpcFwdTransform
->
Instan
c
iateTransform
();
rpcFwdTransform
->
Instan
t
iateTransform
();
RSTranformType
::
Pointer
rpcInvTransform
=
RSTranformType
::
New
();
rpcInvTransform
->
SetOutputKeywordList
(
rpcKwl
);
rpcInvTransform
->
Instan
c
iateTransform
();
rpcInvTransform
->
Instan
t
iateTransform
();
EuclideanDistanceMetricType
::
Pointer
euclideanDistanceMetric
=
EuclideanDistanceMetricType
::
New
();
GeoDistanceType
::
Pointer
geoDistance
=
GeoDistanceType
::
New
();
...
...
Modules/Applications/AppDescriptors/app/otbHomologousPointsExtraction.cxx
View file @
db61c5fc
...
...
@@ -361,9 +361,9 @@ private:
// Setup the DEM Handler
otb
::
Wrapper
::
ElevationParametersHandler
::
SetupDEMHandlerFromElevationParameters
(
this
,
"elev"
);
rsTransform
->
Instan
c
iateTransform
();
rsTransform1ToWGS84
->
Instan
c
iateTransform
();
rsTransform2ToWGS84
->
Instan
c
iateTransform
();
rsTransform
->
Instan
t
iateTransform
();
rsTransform1ToWGS84
->
Instan
t
iateTransform
();
rsTransform2ToWGS84
->
Instan
t
iateTransform
();
if
(
GetParameterString
(
"mode"
)
==
"full"
)
...
...
Modules/Applications/AppImageUtils/app/otbDownloadSRTMTiles.cxx
View file @
db61c5fc
...
...
@@ -167,7 +167,7 @@ private:
rsTransformToWGS84
->
SetInputProjectionRef
(
inImage
->
GetProjectionRef
());
rsTransformToWGS84
->
SetOutputProjectionRef
(
static_cast
<
std
::
string
>
(
otb
::
GeoInformationConversion
::
ToWKT
(
4326
)));
rsTransformToWGS84
->
Instan
c
iateTransform
();
rsTransformToWGS84
->
Instan
t
iateTransform
();
const
SizeType
size
=
inImage
->
GetLargestPossibleRegion
().
GetSize
();
const
PointType
origin
=
inImage
->
GetOrigin
();
...
...
Modules/Applications/AppImageUtils/app/otbExtractROI.cxx
View file @
db61c5fc
...
...
@@ -238,7 +238,7 @@ private:
rsTransform
->
SetInputProjectionRef
(
referencePtr
->
GetProjectionRef
());
rsTransform
->
SetOutputKeywordList
(
inImage
->
GetImageKeywordlist
());
rsTransform
->
SetOutputProjectionRef
(
inImage
->
GetProjectionRef
());
rsTransform
->
Instan
c
iateTransform
();
rsTransform
->
Instan
t
iateTransform
();
FloatVectorImageType
::
IndexType
uli_ref
,
uri_ref
,
lli_ref
,
lri_ref
;
...
...
Modules/Applications/AppImageUtils/app/otbSplitImage.cxx
View file @
db61c5fc
...
...
@@ -70,7 +70,7 @@ private:
// Doc example parameter settings
SetDocExampleParameterValue
(
"in"
,
"VegetationIndex.hd"
);
SetDocExampleParameterValue
(
"out"
,
"split
ted
Image.tif"
);
SetDocExampleParameterValue
(
"out"
,
"splitImage.tif"
);
}
void
DoUpdateParameters
()
ITK_OVERRIDE
...
...
Modules/Applications/AppProjection/app/otbConvertCartoToGeoPoint.cxx
View file @
db61c5fc
...
...
@@ -97,13 +97,13 @@ private:
// Get the projectionRef
std
::
string
inputProjRef
=
MapProjectionParametersHandler
::
GetProjectionRefFromChoice
(
this
,
"mapproj"
);
// Instantiate a GenericRSTranform
// Instantiate a GenericRSTran
s
form
// Input : coordiante system picked up by the user
// Output : WGS84 corresponding to epsg code 4326
TransformType
::
Pointer
transform
=
TransformType
::
New
();
transform
->
SetInputProjectionRef
(
inputProjRef
);
transform
->
SetOutputProjectionRef
(
otb
::
GeoInformationConversion
::
ToWKT
(
4326
));
transform
->
Instan
c
iateTransform
();
transform
->
Instan
t
iateTransform
();
TransformType
::
InputPointType
cartoPoint
;
TransformType
::
OutputPointType
geoPoint
;
...
...
Modules/Applications/AppProjection/app/otbGenerateRPCSensorModel.cxx
View file @
db61c5fc
...
...
@@ -179,7 +179,7 @@ private:
RSTransformType
::
Pointer
rsTransform
=
RSTransformType
::
New
();
rsTransform
->
SetOutputProjectionRef
(
MapProjectionParametersHandler
::
GetProjectionRefFromChoice
(
this
,
"map"
));
rsTransform
->
Instan
c
iateTransform
();
rsTransform
->
Instan
t
iateTransform
();
std
::
ofstream
ofs
;
ofs
<<
std
::
fixed
;
...
...
Modules/Applications/AppProjection/app/otbRefineSensorModel.cxx
View file @
db61c5fc
...
...
@@ -194,7 +194,7 @@ private:
RSTransformType
::
Pointer
rsTransform
=
RSTransformType
::
New
();
rsTransform
->
SetOutputProjectionRef
(
MapProjectionParametersHandler
::
GetProjectionRefFromChoice
(
this
,
"map"
));
rsTransform
->
Instan
c
iateTransform
();
rsTransform
->
Instan
t
iateTransform
();
std
::
ofstream
ofs
;
ofs
<<
std
::
fixed
;
...
...
Modules/Applications/AppSegmentation/test/CMakeLists.txt
View file @
db61c5fc
...
...
@@ -23,14 +23,14 @@ set(raster_comparison --compare-image ${NOTOL})
set
(
vector_ref_path
${
BASELINE_FILES
}
)
set
(
raster_ref_path
${
BASELINE
}
)
set
(
fi
tl
erList
"Meanshift"
"CC"
"Watershed"
)
set
(
fi
lt
erList
"Meanshift"
"CC"
"Watershed"
)
# Loop on modes
foreach
(
mode
"Raster"
"Vector"
)
string
(
TOLOWER
${
mode
}
lmode
)
# Loop on filters
foreach
(
filter
${
fi
tl
erList
}
)
foreach
(
filter
${
fi
lt
erList
}
)
string
(
TOLOWER
${
filter
}
lfilter
)
# Derive output file name
...
...
Modules/Applications/AppStereo/app/otbGeneratePlyFile.cxx
View file @
db61c5fc
...
...
@@ -129,8 +129,8 @@ private:
rsTransform
->
SetOutputProjectionRef
(
colorPtr
->
GetProjectionRef
());
rsTransform
->
SetOutputKeywordList
(
colorPtr
->
GetImageKeywordlist
());
rsTransform
->
Instan
c
iateTransform
();
toMap
->
Instan
c
iateTransform
();
rsTransform
->
Instan
t
iateTransform
();
toMap
->
Instan
t
iateTransform
();
unsigned
long
nbValidPoints
=
0
;