Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cursedprograms/ar-python-opencv
Augmented Reality with Python. Aruco Markers & OpenCV
https://github.com/cursedprograms/ar-python-opencv
aruco aruco-marker-detection aruco-markers aruco-markers-detection augmented-reality augmented-reality-applications matplotlib numpy opencv python
Last synced: 15 days ago
JSON representation
Augmented Reality with Python. Aruco Markers & OpenCV
- Host: GitHub
- URL: https://github.com/cursedprograms/ar-python-opencv
- Owner: CursedPrograms
- License: mit
- Created: 2024-10-10T16:23:35.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-10-20T22:55:45.000Z (24 days ago)
- Last Synced: 2024-10-21T02:55:48.254Z (24 days ago)
- Topics: aruco, aruco-marker-detection, aruco-markers, aruco-markers-detection, augmented-reality, augmented-reality-applications, matplotlib, numpy, opencv, python
- Language: Python
- Homepage: https://cursedprograms.github.io/AR-Python-OpenCV/
- Size: 81.1 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Twitter: @NorowaretaGemu](https://img.shields.io/badge/[email protected]?style=flat)](https://x.com/NorowaretaGemu)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
# AR-Python-OpenCV
## Augmented Reality with Python: Aruco Markers & OpenCV## Documentation
- [OpenCV ArUco Detection Tutorial](https://docs.opencv.org/4.x/d5/dae/tutorial_aruco_detection.html)
- [PyOpenGL on PyPI](https://pypi.org/project/PyOpenGL/)- https://threejs.org/docs/#api/en/core/Object3D
## How to Run:
https://github.com/CursedPrograms/OpenGL-Wheels-3.1.7-cp312-Archive/tree/main
```bash
pip install PyOpenGL-3.1.7-cp12-cp12m-win_amd64.whl
pip install PyOpenGL_accelerate-3.1.7-cp12-cp12m-win_amd64.whl
```
```bash
pip install objloader
pip install Cython==3.0.11
pip install --upgrade pip setuptools wheel
pip install path_to_downloaded_wheel.whl
pip install PyOpenGL PyOpenGL_accelerate
```
## How to Run:
### Install Requirements
Using Python directly:
```bash
pip install -r requirements.txt
```
Or run:
- `install_requirements.bat`
### Run main.py
Using Python directly:
```bash
python main.py
```Using provided scripts:
Windows:
- `.\run.bat`
or
- `.\run.ps1`Unix-like systems (Linux/macOS):
- `.\run.sh`
```bash
pip install Cython==3.0.11
pip install --upgrade pip setuptools wheel
pip install path_to_downloaded_wheel.whl
pip install PyOpenGL PyOpenGL_accelerate
```
```bash
opencv-python==4.6.0
opencv-contrib-python==4.6.0.66
matplotlib>=3.9.2
numpy>=1.26.2
PyOpenGL==3.1.7
pygame
```
© Cursed Entertainment