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
|
Source: python-pcl
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Jochen Sprickerhof <jspricke@debian.org>
Build-Depends: debhelper-compat (= 13), dh-sequence-python3, dh-sequence-numpy3, python3-all-dev, cython3, libpcl-dev (>=1.12), python3-setuptools,
Standards-Version: 4.6.2
Rules-Requires-Root: no
Homepage: https://strawlab.github.io/python-pcl/
Vcs-Git: https://salsa.debian.org/python-team/packages/python-pcl.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-pcl
Testsuite: autopkgtest-pkg-python
Package: python3-pcl
Architecture: any
Multi-Arch: foreign
Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
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.
|