Typescript version of jsfeat for WebARKit
npm install @webarkit/jsfeat-next!github releases
!github stars
!github forks
!npm package version
!Dependabot Badge


!twitter
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.
- Typescript definitions
- ES6 support
- webpack bundler
- npm package
npm install @webarkit/jsfeat-next
Consider that the package is not well tested and many bugs may arise...
working = โ๏ธ not working = โ ๏ธ
- browser.html โ๏ธ
- grayscale.html โ๏ธ
- linalg_example.html โ๏ธ
- mat_math_example.html โ๏ธ
- matrix_t_example.html โ๏ธ
- orb_test.html โ๏ธ
- sample_box_blur.html โ๏ธ
- sample_canny_edge.html
- sample_equalize_hist.html โ๏ธ
- sample_fast_corners.html โ๏ธ
- sample_gaussblur.html โ๏ธ
- sample_oflow_lk.html โ๏ธ
- sample_orb.html โ๏ธ
- sample_orb_pinball.html โ๏ธ
- sample_pyrdown.html โ๏ธ
- sample_scharr.html โ๏ธ
- sample_sobel_edge.html โ๏ธ
- sample_sobel.html โ๏ธ
- sample_warp_affine.html โ๏ธ
- sample_warp_perspective.html โ๏ธ
- sample_yape.html โ๏ธ
- sample_yape06.html โ๏ธ
You can find some Typescript examples in this repository jsfeatNext-examples.
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.