Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

28 Commits

Repository files navigation

Convertcloud

Simple pointcloud format converter. Supported conversions:

formatreadwriteasciibinarycompressed
.pcdgreengreengreenredred
.plygreengreengreenredgray
.xyzgreengreengreengraygray
.txtgreengreengreengraygray
.zdfgreenredgraygraygreen
.a3dgreengreengreengraygray
.stlgreenredgreenredgray

Use from shell:

$ cvc original.format1 converted.format2 

Use from python:

importconvertcloudascvcconv=cvc.Converter()
conv.load_points("original.format1")
conv.convert("converted.format2")

About

Simple pointcloud converter

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages