File: README

package info (click to toggle)
otb 6.6.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 47,068 kB
  • sloc: cpp: 316,755; ansic: 4,474; sh: 1,610; python: 497; perl: 92; makefile: 82; java: 72
file content (44 lines) | stat: -rw-r--r-- 1,198 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
---------------------
Ice in a nuttshell
----------------------

ICE is a fast OpenGl rendering API for remote sensing images. This small piece
of code decomposes into an OTB/OpenGl only library with an API for simple
rendering of remote sensing images and a GLFW3 example of how to use the API.

---------------------
Installation
----------------------

Dependencies:

- OTB (>= 4.0)
- OpenGl
- GLFW (>= 3.0)

-------------------------
Platform specific issues
-------------------------

OSX (10.9) Mavericks Requires:
XQuartz (http://xquartz.macosforge.org/landing/) because it includes freeGLUT. Therefore
in cmake, the following variables need to point to the correct places:
GLUT_INCLUDE_DIR=/usr/X11R6/include
GLUT_glut_LIBRARY=/usr/X11R6/lib/libglut.dylib

----------------------
Command Line Arguments
----------------------
 
Usage: ./otbIce img1 ... imgN

Press F1 for help

----------------------
Acknowledgement
----------------------

The authors would like to thank Gabriele Facciolo (CMLA) and the
authors of pvflip (https://github.com/gfacciol/pvflip/) for the seed
discussion about float32 OpenGl textures and OpenGl Shading Language
which greatly contributed to the dawn of Ice.