Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/diogok/js-aruco-markers
js aruco augmented reality makers
https://github.com/diogok/js-aruco-markers
augmented-reality canvas html5 javascript js-aruco markers
Last synced: about 6 hours ago
JSON representation
js aruco augmented reality makers
- Host: GitHub
- URL: https://github.com/diogok/js-aruco-markers
- Owner: diogok
- Created: 2014-01-02T02:17:10.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-01-02T02:17:37.000Z (almost 11 years ago)
- Last Synced: 2024-08-29T18:35:38.572Z (3 months ago)
- Topics: augmented-reality, canvas, html5, javascript, js-aruco, markers
- Language: JavaScript
- Size: 105 KB
- Stars: 29
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# js-aruco markers
[js-aruco](https://code.google.com/p/js-aruco/) is a great augmented reality lib in javascript, based on [ArUco](http://www.uco.es/investiga/grupos/ava/node/26), a lightweight RA based on OpenCV.
This is a simple html page that generate the possible markers in canvas, so you can save the image, print them or generate them on demand.
You can clone this repo and access index.html or include markers.js and call makeMarker(id,width,height) which will return a canvas element drawn.
[See all markers](http://diogok.net/js-aruco-markers/index.html)