Skip to content
This repository has been archived by the owner on Nov 16, 2021. It is now read-only.

Latest commit

 

History

History
29 lines (24 loc) · 571 Bytes

README.md

File metadata and controls

29 lines (24 loc) · 571 Bytes

cgal-pybind

CGAL Python binding with pybind11

Methods:

  • Skeletonization/contraction
  • Segmentation

Installation

$> git clone https://github.com/CGAL/cgal.git $PATH_TO_GIT
$> git clone https://github.com/mgeplf/cgal-pybind.git
$> cd cgal-pybind
$> git submodule init
$> git submodule update
$> export CGAL_DIR=$PATH_TO_GIT
$> pip install .

Test

$> python example/test

Requierements

  • cmake > 3.0.9
  • C++ compiler (with C++11 support)
  • trimesh Python package
  • CGAL header