File: control

package info (click to toggle)
python-pcl 0.3.0~rc1%2Bdfsg-9
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 31,388 kB
  • sloc: python: 3,102; cpp: 283; makefile: 181; sh: 24; ansic: 12
file content (30 lines) | stat: -rw-r--r-- 1,147 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
Source: python-pcl
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Jochen Sprickerhof <jspricke@debian.org>
Build-Depends: debhelper-compat (= 13), dh-sequence-python3, python3-all-dev, cython3, libpcl-dev (>=1.11), python3-numpy, python3-setuptools,
Standards-Version: 4.5.0
Rules-Requires-Root: no
Homepage: https://strawlab.github.io/python-pcl/
Vcs-Git: https://salsa.debian.org/python-team/modules/python-pcl.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-pcl
Testsuite: autopkgtest-pkg-python

Package: python3-pcl
Architecture: any
Multi-Arch: foreign
Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
Provides: ${python3:Provides}
XB-Python-Version: ${python3:Versions}
Description: Python 3 binding to the Pointcloud library (PCL)
 The following parts of the API are wrapped (all methods operate on PointXYZ)
 point types:
  - I/O and integration; saving and loading PCD files
  - segmentation
  - SAC
  - smoothing
  - filtering
  - registration (ICP, GICP, ICP_NL)
 .
 This package installs the library for Python 3.