https://github.com/webarkit/featureset-display
A little javascript lib for display .iset .fset and .fset3 files
https://github.com/webarkit/featureset-display
artoolkit5 augmented-reality featureset imageset jsartoolkit5 nft nft-marker-creator nft-viewer
Last synced: 26 days ago
JSON representation
A little javascript lib for display .iset .fset and .fset3 files
- Host: GitHub
- URL: https://github.com/webarkit/featureset-display
- Owner: webarkit
- License: lgpl-3.0
- Created: 2020-01-31T22:20:50.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-03-22T18:29:12.000Z (about 3 years ago)
- Last Synced: 2025-05-14T08:14:26.968Z (26 days ago)
- Topics: artoolkit5, augmented-reality, featureset, imageset, jsartoolkit5, nft, nft-marker-creator, nft-viewer
- Language: JavaScript
- Homepage:
- Size: 10 MB
- Stars: 7
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# FeatureSET-Display
A little javascript lib for display .iset and .fset .fset3 files
## Introduction of the project
With this little library it is possible to display NFT markers (.fset .iset and .fset3) files, generated with [NFT-Marker-Creator](https://github.com/.Carnaux/NFT-Marker-Creator). For now it may show you the image set from .iset file and the feature points from .fset and .fset3 files. Very useful utility to understand the stength and key points of the NFT marker.
### List of working features
- Display of the first the ImageSet.
- Display the features points used in identifying and features points used in continuous tracking.Display of various imageSet and FeatureSet infos in the console:
- NFT number of ImageSet
- NFT dpi
- NFT marker width
- NFT marker height
- NFT number of Feature sets
- NFT number of feature points### List of features to add
- display the ImageSet (the entire array of images as a choice)
### Example
An example is included in the **example** folder. Run a http server (python or node) and open the **example.html** file.