This project was designed to:
- Take in depth map from the Microsoft Kinect
- Convert the depth map into a point cloud
- From the point cloud, find significant edges that bound geometry which would impede navigation for a self-navigating robot
- numpy
- Cython
- freenect
- vispy (for visualization of data)
- PyQt5 (for visualization: used by VisPy)