Skip to content
/ Galaxy Public

Generating Large Convex Polytopes Directly on Point Clouds (2D)

Notifications You must be signed in to change notification settings

StarryN/Galaxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Generating Large Convex Polytopes Directly on Point Clouds (2D)

This repository contains the implementation of 2D version of Galaxy, which generate point-free polyhedrons efficiently on point clouds.

An example of output:

ptcl

Dependencies

  1. Eigen
  2. OpenCV

Build

mkdir build && cd build
cmake ..
make 
./demo

Publication

If you use our implementation in your academic work, please cite the corresponding paper:

@article{zhong2020generating,
         title={Generating large convex polytopes directly on point clouds},
         author={Zhong, Xingguang and Wu, Yuwei and Wang, Dong and Wang, Qianhao and Xu, Chao and Gao, Fei},
         journal={arXiv preprint arXiv:2010.08744},
         year={2020}
}

About

Generating Large Convex Polytopes Directly on Point Clouds (2D)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published