/3DScanr

3D Scanning iOS Application

Primary LanguageC++MIT LicenseMIT

3DScanR

GitHub license

3D Scan, view, and export in seconds with just your iPhone or iPad!

This project uses ARKit to detect feature points on surfaces. These points are then be used to reconstruct a 3D surface using the Point Cloud Library. This surface can be viewed with ARKit and exported to a user's Google Drive account.

To try it out, download 3DScanR from the App Store.

OR

Clone the repository and open the iOS project in XCode. Building the PCL libraries needed to run surface reconstruction on the device was a huge pain. Luckily, I've included the static library files in the PCL_Build_Artifacts directory. Just drag these files into the Linked Frameworks and Libraries list, which is in the General tab of the ThreeDScanner target. If you run into problems, please open an issue.

Then run the app on an ARKit compatible device. Happy Scanning!