Skip to content

R-QinQ/PcdPlyConverter

This branch is up to date with ryokomy/PcdPlyConverter:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

35c39ab · Apr 11, 2017

History

2 Commits
Apr 11, 2017
Apr 11, 2017
Apr 11, 2017
Apr 11, 2017
Apr 11, 2017

Repository files navigation

PcdPlyConverter

purpose

convert .pcd file -> .ply file
convert .ply file -> .pcd file

usage

git clone or download zip of this repository.
Just DoubleClick pcd_ply_converter in bin directory.

tested environment

macOS Sierra (Version 10.12.2)
if you compile it by yourself, it works on any platforms (didn't confirm it though)

for development (for compile it by yourself)

install pcl (if you use mac, "brew install pcl" is all you should do)

git clone [email protected]:RyoheiKomiyama/PcdPlyConverter.git
cd PcdPlyConverter
mkdir build
cd build
cmake ..
make

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 73.2%
  • CMake 26.8%