{"id":28122699,"url":"https://github.com/webarkit/jsfeatnext","last_synced_at":"2025-05-14T08:14:26.516Z","repository":{"id":46747630,"uuid":"510070105","full_name":"webarkit/jsfeatNext","owner":"webarkit","description":"Typescript version of jsfeat with typescript definitions.","archived":false,"fork":false,"pushed_at":"2025-05-05T07:57:50.000Z","size":4249,"stargazers_count":9,"open_issues_count":6,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-11T21:07:38.413Z","etag":null,"topics":["computer-vision","jsfeat","jsfeatnext","typescript","webar","webarkit"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-2.1","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/webarkit.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-07-03T16:00:47.000Z","updated_at":"2025-02-19T16:46:05.000Z","dependencies_parsed_at":"2023-01-23T12:16:09.051Z","dependency_job_id":"706ebd01-3606-4b1d-802c-ce9434cdb43b","html_url":"https://github.com/webarkit/jsfeatNext","commit_stats":{"total_commits":148,"total_committers":3,"mean_commits":"49.333333333333336","dds":"0.16891891891891897","last_synced_commit":"263d696be7819512a9ca70929b6ea5fca65824b2"},"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webarkit%2FjsfeatNext","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webarkit%2FjsfeatNext/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webarkit%2FjsfeatNext/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webarkit%2FjsfeatNext/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/webarkit","download_url":"https://codeload.github.com/webarkit/jsfeatNext/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254101541,"owners_count":22014909,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["computer-vision","jsfeat","jsfeatnext","typescript","webar","webarkit"],"created_at":"2025-05-14T08:14:24.400Z","updated_at":"2025-05-14T08:14:26.501Z","avatar_url":"https://github.com/webarkit.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![github releases](https://flat.badgen.net/github/release/webarkit/jsfeatNext)\n![github stars](https://flat.badgen.net/github/stars/webarkit/jsfeatNext)\n![github forks](https://flat.badgen.net/github/forks/webarkit/jsfeatNext)\n![npm package version](https://flat.badgen.net/npm/v/@webarkit/jsfeat-next)\n![Dependabot Badge](https://flat.badgen.net/dependabot/@webarkit/jsfeat-next?icon=dependabot)\n[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)\n[![CI](https://github.com/webarkit/ARnft/actions/workflows/CI.yml/badge.svg)](https://github.com/webarkit/jsfeatNext/actions/workflows/CI.yml)\n![twitter](https://flat.badgen.net/twitter/follow/WebarkitO)\n\n# jsfeatNext 🚀\n\nA testing repository to develop a ES6 version of [jsfeat](https://github.com/inspirit/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.\n\n## List of features ✨\n\n- Typescript definitions\n\n- ES6 support\n\n- webpack bundler\n\n- npm package\n\n## Classes 📚\nThese public classes were implemented:\n- cache\n- fast_corners\n- homography2d\n- imgproc\n- keypoint_t\n- linalg\n- math\n- matmath\n- matrix_t\n- motion_estimator\n- optical_flow_lk\n- orb\n- pyramid_t\n- transform\n- yape\n- yape06\n\n## npm package 📦\nYou can install the package with:\n\n`npm install @webarkit/jsfeat-next`\n\nConsider that the package is not well tested and many bugs may arise...\n\n## Future features 🔮\nNot all the original classes from jsfeat are yet implemented, this will be done in a near future.\n\n## Examples 🧪\nGo in the examples folder to test some of them.\n\nworking = ✔️ not working = ⚠️\n\n- browser.html ✔️\n- grayscale.html ✔️\n- linalg_example.html ✔️\n- mat_math_example.html ✔️\n- matrix_t_example.html ✔️\n- orb_test.html ✔️\n- sample_box_blur.html ✔️\n- sample_canny_edge.html \n- sample_equalize_hist.html ✔️\n- sample_fast_corners.html ✔️\n- sample_gaussblur.html ✔️\n- sample_oflow_lk.html ✔️\n- sample_orb.html ✔️\n- sample_orb_pinball.html ✔️\n- sample_pyrdown.html ✔️\n- sample_scharr.html ✔️\n- sample_sobel_edge.html ✔️\n- sample_sobel.html ✔️\n- sample_warp_affine.html ✔️\n- sample_warp_perspective.html ✔️\n- sample_yape.html ✔️\n- sample_yape06.html ✔️\n\n## Typescript examples  📝\n\nYou can find some Typescript examples in this repository [jsfeatNext-examples](https://github.com/webarkit/jsfeatNext-examples). \n\n## Documentation 📖\n\nThere is not yet an official JsfeatNext documentation but you can read the [original jsfeat docs](https://inspirit.github.io/jsfeat/) 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**.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebarkit%2Fjsfeatnext","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwebarkit%2Fjsfeatnext","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebarkit%2Fjsfeatnext/lists"}