https://github.com/adamspannbauer/opencv_ar
learning ar with python+opencv
https://github.com/adamspannbauer/opencv_ar
Last synced: about 1 month ago
JSON representation
learning ar with python+opencv
- Host: GitHub
- URL: https://github.com/adamspannbauer/opencv_ar
- Owner: AdamSpannbauer
- License: mit
- Created: 2018-06-12T14:21:02.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-14T02:21:36.000Z (about 8 years ago)
- Last Synced: 2025-03-02T18:19:46.747Z (over 1 year ago)
- Language: Python
- Size: 37 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Learning AR stuff with Python+OpenCV
----
## `ar_overlay_2d.py` - 2D AR Overlay of a Query in a Target Image
Find a `query_image` in a `target_image` and do best to replace found query with `ar_image`.
### Video overlay
#### Inputs
`query_image` | `target_image` | `ar_image`
:---------------------------:|:------------------------------:|:--------------|
|
Live Webcam Feed
|
#### Output
### Static image overlay
#### Inputs
`query_image` | `target_image` | `ar_image`
:---------------------------:|:------------------------------:|:--------------|
|
| 
#### Output