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.
- Host: GitHub
- URL: https://github.com/brazer27/3d-scanner
- Owner: Brazer27
- Created: 2024-11-28T07:59:46.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-28T08:02:03.000Z (over 1 year ago)
- Last Synced: 2025-04-02T18:51:57.882Z (about 1 year ago)
- Topics: 3d-model, depth-sensing, image-processing, interactive, sensor-fusion
- Language: C++
- Homepage:
- Size: 45.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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