Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can Point Cloud Library be used with iOS apps?

I would like to port the arithmetic processing (written in C ++) using Point Cloud Library to an iOS application (swift). Is it possible to use PCL with swift?

like image 368
RyotaUni Avatar asked Nov 25 '25 10:11

RyotaUni


1 Answers

There is no supported version of PCL compiled for arm64 yet. However, the following project may be useful:

https://github.com/patmarion/pcl-superbuild

It has difficulties with the current version of Boost for iOS, so you can replace Boost with a project like this:

https://github.com/danoli3/ofxiOSBoost/

Or maybe you can use the precompiled libraries from a project like this:

https://github.com/stevenroach7/3DScanr/tree/master/PCL_Build_Artifacts

like image 187
Raul B2. Avatar answered Nov 26 '25 23:11

Raul B2.



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!