Skip to content

Commit 900fdb6

Browse files
committed
Added a general description for NFT and types of markers
1 parent e832c81 commit 900fdb6

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# ARToolKit.js
22

3-
Emscripten port of [ARToolKit](https://github.com/artoolkit/artoolkit5) to JavaScript.
3+
Emscripten port of [ARToolKit](https://github.com/artoolkitx/artoolkit5) to JavaScript.
4+
5+
## MArkers Types
6+
7+
JSARToolKit5 support these types of markers:
8+
- Square pictorial markers
9+
- Square barcode markers
10+
- Multi square markers set
11+
- NFT (natural feature tracking) markers
412

513
---
614
**NOTE:**
@@ -173,6 +181,9 @@ The basic operation goes like this:
173181

174182
### Basic example with a worker and a NFT marker
175183

184+
**NFT** (**N**atural **F**eature **T**racking) is a markerless technology that let you track almost any images you want. To use this feature take a look at the nft_improved_worker example folder. If you want to create your custom NFT marker you can use the online tool [NFT-Marker-Creator](https://carnaux.github.io/NFT-Marker-Creator/). In the code below a summarized example:
185+
186+
176187
```js
177188
<div id="container">
178189
<video id="video"></video>
@@ -209,7 +220,6 @@ if (navigator.mediaDevices && navigator.mediaDevices.getUserMedia) {
209220
</script>
210221
```
211222
212-
213223
## Constants
214224
215225
*prepend all these constants with `Module.` or `artoolkit.CONSTANTS` to access them*

0 commit comments

Comments
 (0)