File: control

package info (click to toggle)
jeolib-jiplib 1.1.5%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 10,596 kB
  • sloc: cpp: 40,742; python: 2,784; sh: 49; makefile: 21; ansic: 5
file content (90 lines) | stat: -rw-r--r-- 3,086 bytes parent folder | download
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
Source: jeolib-jiplib
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Uploaders: Francesco Paolo Lovergine <frankie@debian.org>
Section: libs
Priority: optional
Build-Depends: chrpath,
               cmake,
               debhelper-compat (= 13),
               dh-python,
               dh-sequence-python3,
               dh-sequence-numpy3,
               libboost-filesystem-dev,
               libboost-serialization-dev,
               libfann-dev,
               libgdal-dev,
               libgsl-dev,
               libjsoncpp-dev,
               libmiallib-dev,
               pkgconf,
               python3,
               python3-all-dev,
               python3-numpy,
               python3-numpy-dev,
               python3-pip,
               python3-setuptools,
               swig
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/debiani-gis/jeolib-jiplib
Vcs-Git: https://salsa.debian.org/debian-gis/jeolib-jiplib.git
Homepage: https://github.com/ec-jrc/jeolib-jiplib
Rules-Requires-Root: no

Package: libjiplib-dev
Section: libdevel
Architecture: any
Depends: libjiplib1 (= ${binary:Version}),
         ${misc:Depends}
Recommends: pkgconf
Description: ISPRA JRC image processing for geospatial data library - Development files
 This is an intermediate level library written in C++ with Python
 binding used by PyJeo and possibly other tools for processing geospatial images. It
 provides a a comprehensive set of image processing functionality including:
 .
  * Image classification
  * Feature extraction
  * Spatial filtering
  * Morphological operations
  * Support Vector Machine operations
  * Neural Network algorithms
 .
 This package contains headers, static objects, scripts used
 to develop a program that uses this library.

Package: libjiplib1
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends}
Description: ISPRA JRC image processing for geospatial data library
 This is an intermediate level library written in C++ with Python
 binding used by PyJeo and possibly other tools for processing geospatial images. It
 provides a a comprehensive set of image processing functionality including:
 .
  * Image classification
  * Feature extraction
  * Spatial filtering
  * Morphological operations
  * Support Vector Machine operations
  * Neural Network algorithms
 .
 This package contains the shared library.

Package: python3-jiplib
Architecture: any
Section: python
Depends: ${python3:Depends},
         ${shlibs:Depends},
         ${misc:Depends}
Description: Python binding to the ISPRA JRC image processing for geospatial data library
 This is an intermediate level library written in C++ with Python
 binding used by PyJeo and possibly other tools for processing geospatial images. It
 provides a a comprehensive set of image processing functionality including:
 .
  * Image classification
  * Feature extraction
  * Spatial filtering
  * Morphological operations
  * Support Vector Machine operations
  * Neural Network algorithms
 .
 This package contains the Python classes and bindings.