webarkit / jsfeatNext

Typescript version of jsfeat with typescript definitions.
GNU Lesser General Public License v2.1
8 stars 2 forks source link
computer-vision jsfeat jsfeatnext typescript webar webarkit

github releases github stars github forks npm package version Dependabot Badge code style: prettier CI twitter

jsfeatNext ๐Ÿš€

A testing repository to develop a ES6 version of jsfeat for the WebARKit project. Consider that this is a test and many things may changes during the development. I will provide some examples for testing.

List of features โœจ

Classes ๐Ÿ“š

These public classes were implemented:

npm package ๐Ÿ“ฆ

You can install the package with:

npm install @webarkit/jsfeat-next

Consider that the package is not well tested and many bugs may arise...

Future features ๐Ÿ”ฎ

Not all the original classes from jsfeat are yet implemented, this will be done in a near future.

Examples ๐Ÿงช

Go in the examples folder to test some of them.

working = โœ”๏ธ not working = โš ๏ธ

Typescript examples ๐Ÿ“

You can find some Typescript examples in this repository jsfeatNext-examples.

Documentation ๐Ÿ“–

There is not yet an official JsfeatNext documentation but you can read the original jsfeat docs to have an idea of classes and functions. We tried to be much close as possible to the original code, so if it works on jsfeat it will works on jsfeatNext.