Object Scanner is a portion of my thesis project, written in C++, Objective-C and Swift.
The whole purpose of this project is exploring the GPGPU and graphics programming on Metal Api.
The following steps are followed in this project.
This project is portion of my Master Thesis project, you can check the whole project in here.
This project is developed by using the following articles/projects and the Computer Vision algorithms that I used in the master thesis.
This project simulates the and RGB-Depth camera and provides and UIImage as an rgb frame and a float array as an depth frame. (Array indices are corresponds to [y * image.width + x]) Test data can be found under the !TestData directory.