ismailbozk / ObjectScanner

This project is a technical experiment on iOS Metal Api
MIT License
7 stars 3 forks source link

Purpose

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.

Summary

The following steps are followed in this project.

Main screen

Acknowledgements

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.

Supported OS & SDK Versions

Data Types

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.