An open API service indexing awesome lists of open source software.

https://github.com/brazer27/3d-scanner

3D scanning software designed to convert real-world objects into detailed 3D models using low-cost depth sensors, such as the Kinect or other similar devices. The software captures the geometry and texture of objects or environments by creating a point cloud, which can then be processed into a mesh.
https://github.com/brazer27/3d-scanner

3d-model depth-sensing image-processing interactive sensor-fusion

Last synced: about 1 year ago
JSON representation

3D scanning software designed to convert real-world objects into detailed 3D models using low-cost depth sensors, such as the Kinect or other similar devices. The software captures the geometry and texture of objects or environments by creating a point cloud, which can then be processed into a mesh.

Awesome Lists containing this project

README

          

# 3D-Scanner
This is a Software Engineering Project to build a 3D scanner.

## Objectives
To replace the skanect software with
own, home-made acquisition and processing software so that we no longer
depend on proprietary software. Material resources will also be made
available so that functional prototypes can be constructed by the students.

## Installing Pre-requisites
Necessary installations needed to run this program.
1. QT
2. Point Cloud Library. (PCL)
3. OpenCV