JSPM

@webarkit/featureset-display

0.3.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 4
  • Score
    100M100P100Q18851F
  • License LGPL-3.0

FeatureSET Display based on ARToolKit, ported thanks to Emscripten

Package Exports

  • @webarkit/featureset-display
  • @webarkit/featureset-display/dist/ARFset.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@webarkit/featureset-display) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

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. 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.