Skip to content

Latest commit

 

History

History
65 lines (44 loc) · 1.29 KB

README.rst

File metadata and controls

65 lines (44 loc) · 1.29 KB

Veloview to PCD

Descomprime Archivos obtenidos por Veloview, selecciona una muestra y los guarda en el formato Point Cloud Data PCD


Required Modules:

  • PIP
  • Numpy
  • Getopt
  • Pandas
  • CSV
  • Pypcd
  • pprint
  • Zipfile

Installation:

$ sudo apt update

$ sudo apt upgrade

$ pip install numpy

$ pip install pandas

$ pip install python-csv

$ pip install pypcd

$ pip3 install --upgrade git+https://github.com/klintan/pypcd.git

$ pip install pprint

Example:

$ python Veloview-PCD.py --help

$ python Veloview-PCD.py -i iValue

Cite article (In review):

@article{article, author = {A. R. Pedraza, J. J. G. Barbosa, K. L. F. Rodríguez, A. I. G. Moreno and E. A. G. Barbosa}, year = {2019}, month = {}, pages = {}, title = {Free-form object segmentation in urbanenvironments using Gaussian Density Model}, volume = {}, journal = {Latin America Transactions, IEEE (Revista IEEE America Latina}, doi = {10.1109/TLA.} }

License: AGPL-3