Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
otb
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Antoine Belvire
otb
Commits
d65df798
Commit
d65df798
authored
18 years ago
by
Thomas Feuvrier
Browse files
Options
Downloads
Patches
Plain Diff
MAJ via l'implémentation de l'écriture GDAL
Suppression de la CAI
parent
74cad136
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Testing/Code/Common/CMakeLists.txt
+9
-9
9 additions, 9 deletions
Testing/Code/Common/CMakeLists.txt
with
9 additions
and
9 deletions
Testing/Code/Common/CMakeLists.txt
+
9
−
9
View file @
d65df798
...
...
@@ -143,21 +143,21 @@ ADD_TEST(coTvMultiChannelROI_RGB2NG_PNG3 ${COMMON_TESTS}
ADD_TEST
(
coTvMultiChannelROI_5c_BSQ
${
COMMON_TESTS
}
# --compare-binary ${BASELINE}/coMultiChannelExtractROI_RGB2NG_PNG_poupees_303_2_134_330_channels_12321.c1
# ${TEMP}/coMultiChannelExtractROI_RGB2NG_PNG_poupees_303_2_134_330_channels_12321.c1
--compare-image
${
TOL
}
${
BASELINE
}
/coMultiChannelExtractROI_RGB
2NG_PNG
_poupees_303_2_134_330_channels_12321.hdr
${
TEMP
}
/coMultiChannelExtractROI_RGB
2NG_PNG
_poupees_303_2_134_330_channels_12321.hdr
--compare-image
${
TOL
}
${
BASELINE
}
/coMultiChannelExtractROI_RGB
_ENVI
_poupees_303_2_134_330_channels_12321.hdr
${
TEMP
}
/coMultiChannelExtractROI_RGB
_ENVI
_poupees_303_2_134_330_channels_12321.hdr
otbMultiChannelExtractROI
${
INPUTDATA
}
/poupees.hdr
${
TEMP
}
/coMultiChannelExtractROI_RGB
2NG_PNG
_poupees_303_2_134_330_channels_12321.hdr
${
TEMP
}
/coMultiChannelExtractROI_RGB
_ENVI
_poupees_303_2_134_330_channels_12321.hdr
-startX 303 -startY 2 -sizeX 134 -sizeY 330 -channels 1 2 3 2 1
)
ADD_TEST
(
coTvMultiChannelROI_3c_BSQ
${
COMMON_TESTS
}
# --compare-binary ${BASELINE}/coMultiChannelExtractROI_RGB2NG_PNG_poupees_303_2_134_330_channels_345.c1
# ${TEMP}/coMultiChannelExtractROI_RGB2NG_PNG_poupees_303_2_134_330_channels_345.c1
--compare-image
${
TOL
}
${
BASELINE
}
/coMultiChannelExtractROI_RGB
2NG_PNG
_poupees_303_2_134_330_channels_345.hdr
${
TEMP
}
/coMultiChannelExtractROI_RGB
2NG_PNG
_poupees_303_2_134_330_channels_345.hdr
--compare-image
${
TOL
}
${
BASELINE
}
/coMultiChannelExtractROI_RGB
_ENVI
_poupees_303_2_134_330_channels_345.hdr
${
TEMP
}
/coMultiChannelExtractROI_RGB
_ENVI
_poupees_303_2_134_330_channels_345.hdr
otbMultiChannelExtractROI
${
TEMP
}
/coMultiChannelExtractROI_RGB
2NG_PNG
_poupees_303_2_134_330_channels_12321.hdr
${
TEMP
}
/coMultiChannelExtractROI_RGB
2NG_PNG
_poupees_303_2_134_330_channels_345.hdr
${
TEMP
}
/coMultiChannelExtractROI_RGB
_ENVI
_poupees_303_2_134_330_channels_12321.hdr
${
TEMP
}
/coMultiChannelExtractROI_RGB
_ENVI
_poupees_303_2_134_330_channels_345.hdr
-startX 0 -startY 0 -sizeX 134 -sizeY 330 -channels 3 4 5
)
...
...
@@ -234,10 +234,10 @@ INCLUDE_DIRECTORIES("${OTBTesting_BINARY_DIR}")
# ${TIFF_LIBRARY}
ADD_EXECUTABLE
(
otbCommonTests otbCommonTests.cxx
${
BasicCommon_SRCS
}
)
TARGET_LINK_LIBRARIES
(
otbCommonTests OTBIO OTBCommon
cai
${
GDAL_LIBRARY
}
ITKIO ITKCommon
)
TARGET_LINK_LIBRARIES
(
otbCommonTests OTBIO OTBCommon
gdal
ITKIO ITKCommon
)
ADD_EXECUTABLE
(
otbTestExtractROI otbTestExtractROI.cxx
)
TARGET_LINK_LIBRARIES
(
otbTestExtractROI OTBIO OTBCommon
cai
${
GDAL_LIBRARY
}
ITKIO ITKCommon
)
TARGET_LINK_LIBRARIES
(
otbTestExtractROI OTBIO OTBCommon
gdal
ITKIO ITKCommon
)
ENDIF
(
NOT OTB_DISABLE_CXX_TESTING
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment