diff options
author | Benjamin Trigona-Harany <slackbuilds@jaxartes.net> | 2018-04-27 23:33:38 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-04-28 06:40:14 +0700 |
commit | 9945b06141f98ea555ee8c91adbfbb49142865b9 (patch) | |
tree | 5cab821429e76d1664fff6ca2b6165c0daaa5cdd /gis/OTB/README | |
parent | 5fe16980b677edcaf6a6d8c1c6a0b97bd1c96db6 (diff) |
gis/OTB: Added (image processing library).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'gis/OTB/README')
-rw-r--r-- | gis/OTB/README | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gis/OTB/README b/gis/OTB/README new file mode 100644 index 0000000000000..706771a02e910 --- /dev/null +++ b/gis/OTB/README @@ -0,0 +1,12 @@ +ORFEO Toolbox (OTB) is 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. Targeted algorithms for high +resolution optical images (Pleiades, SPOT, QuickBird, WorldView, Landsat, +Ikonos), hyperspectral sensors (Hyperion) or SAR (TerraSarX, ERS, Palsar) are +available. + +Monteverdi, a satellite image viewer with access to OTB processing, will also +be built as part of this script. + +OTB may use the following optional dependencies: opencv (use OPENCV=ON). |