3dgeo-heidelberg / py4dgeo

py4dgeo - A Python library for change analysis in 4D point clouds
https://py4dgeo.readthedocs.io
MIT License
65 stars 9 forks source link

How to call your library in C++ to calculate point cloud displacement with M3C2 algorithm #217

Closed YangkoC closed 1 year ago

YangkoC commented 1 year ago

I am a novice who just learned C++. I want to call your library in C++to use M3C2 to calculate the displacement of point cloud. I hope you can give me some help. Thank you very much.

kathapand commented 1 year ago

The library is open, so you may just integrate the code/functions in your own workflows. You may have a look at the documentation for the C++ API: https://py4dgeo.readthedocs.io/en/latest/cppapi.html