You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
6 months ago | |
---|---|---|
.gitignore | 6 months ago | |
3DScanner.pro | 6 months ago | |
CHANGELOG.org | 6 months ago | |
Makefile | 6 months ago | |
README.org | 6 months ago | |
main.cpp | 6 months ago | |
mainWindow.cpp | 6 months ago | |
mainWindow.h | 6 months ago | |
mainWindow.ui | 6 months ago | |
moc_mainWindow.cpp | 6 months ago | |
moc_predefs.h | 6 months ago | |
scanner.cpp | 6 months ago | |
scanner.hpp | 6 months ago | |
ui_mainWindow.h | 6 months ago |
README.org
Project site: https://xenobyte.xyz/projects/?nav=es3d
Official repo: https://git.xenobyte.xyz/XENOBYTE/es3d
This is an an old C++, Qt & OpenCV prototype that scans a live webcam feed for vertices and exports them to .xyz format (compatible with meshlab). It includes a few filters to better adapt the camera input to the edge detection algorithms like gamma and exposure, it also takes screenshots!
Dependencies
- Qt v5+
- OpenCV v4.5+
- Any webcam
Previews
Documentation, Installation & Troubleshooting
Visit the official project page at XENOBYTE.XYZ for documentation, installation instructions and troubleshooting.