Socket
Socket
Sign inDemoInstall

@webarkit/jsfeat-next

Package Overview
Dependencies
95
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @webarkit/jsfeat-next

Typescript version of jsfeat for WebARKit


Version published
Weekly downloads
14
decreased by-39.13%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

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

  • Typescript definitions

  • ES6 support

  • webpack bundler

  • npm package

Classes

These public classes were implemented:

  • cache
  • fast_corners
  • homography2d
  • imgproc
  • keypoint_t
  • linalg
  • math
  • matmath
  • matrix_t
  • motion_estimator
  • optical_flow_lk
  • orb
  • pyramid_t
  • transform
  • yape
  • yape06

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 = ⚠️

  • 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 ✔️

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.

Keywords

FAQs

Last updated on 03 Mar 2023

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc