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
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
David Youssefi
otb
Commits
d71044c0
Commit
d71044c0
authored
16 years ago
by
Emmanuel Christophe
Browse files
Options
Downloads
Patches
Plain Diff
CPACK: improving cpack configuration
parent
a78ace9a
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CMakeLists.txt
+4
-1
4 additions, 1 deletion
CMakeLists.txt
Description.txt
+22
-22
22 additions, 22 deletions
Description.txt
with
26 additions
and
23 deletions
CMakeLists.txt
+
4
−
1
View file @
d71044c0
...
...
@@ -61,7 +61,7 @@ ADD_DEFINITIONS(
#-----------------------------------------------------------------------------
# OTB version number. An even minor number corresponds to releases.
SET
(
OTB_VERSION_MAJOR
"2"
)
SET
(
OTB_VERSION_MINOR
"
8
"
)
SET
(
OTB_VERSION_MINOR
"
9
"
)
SET
(
OTB_VERSION_PATCH
"0"
)
...
...
@@ -686,5 +686,8 @@ SET(CPACK_PACKAGE_INSTALL_DIRECTORY "OrfeoToolbox-${OTB_VERSION_MAJOR}.${OTB_VER
SET
(
CPACK_RESOURCE_FILE_LICENSE
"
${
CMAKE_CURRENT_SOURCE_DIR
}
/Copyright/OTBCopyright.txt"
)
FILE
(
READ
${
CPACK_PACKAGE_DESCRIPTION_FILE
}
CPACK_RPM_PACKAGE_DESCRIPTION
)
FILE
(
READ
${
CPACK_PACKAGE_DESCRIPTION_FILE
}
CPACK_DEBIAN_PACKAGE_DESCRIPTION
)
INCLUDE
(
CPack
)
This diff is collapsed.
Click to expand it.
Description.txt
+
22
−
22
View file @
d71044c0
Remote sensing processing library developped by CNES
ORFEO Toolbox (OTB) is distributed as an open source library of image processing
algorithms. OTB is based on the medical image processing library ITK and offers
particular functionalities for remote sensing image processing in general and for
high spatial resolution images in particular. OTB is distributed under a free
software licence CeCILL (similar to GPL) to encourage contribution from users and to
promote reproducible research. The library is intensively tested on several platforms
as Linux, Unix and Windows. Most functionnalies are also adapted to process huge
images using streaming and multithreading as often as possible.
.
Among other, OTB provides a number of heavily documented functionalities as
.
image access: optimized read/write access for most of remote sensing image formats, meta-data access, visualization;
filtering: blurring, denoising, enhancement;
feature extraction: interest points, alignments, lines;
image segmentation: region growing, watershed, level sets;
classification: K-means, SVM, Markov random fields;
change detection.
.
OTB rely on itk, gdal, ossim, libsvm among others.
\ No newline at end of file
Remote sensing processing library developped by CNES ORFEO Toolbox (OTB) is
distributed as an open source library of image processing algorithms. OTB is
based on the medical image processing library ITK and offers particular
functionalities for remote sensing image processing in general and for high
spatial resolution images in particular. OTB is distributed under a free
software licence CeCILL (similar to GPL) to encourage contribution from users
and to promote reproducible research. The library is intensively tested on
several platforms as Linux, Unix and Windows. Most functionnalies are also
adapted to process huge images using streaming and multithreading as often as
possible.
.
Among other, OTB provides a number of heavily documented functionalities as
.
image access: optimized read/write access for most of remote sensing image
formats, meta-data access, visualization;
filtering: blurring, denoising, enhancement;
feature extraction: interest points, alignments, lines;
image segmentation: region growing, watershed, level sets;
classification: K-means, SVM, Markov random fields;
change detection.
.
OTB rely on itk, gdal, ossim, libsvm among others.
\ No newline at end of file
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