Skip to content
Snippets Groups Projects
Commit d71044c0 authored by Emmanuel Christophe's avatar Emmanuel Christophe
Browse files

CPACK: improving cpack configuration

parent a78ace9a
No related branches found
No related tags found
No related merge requests found
......@@ -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)
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment