Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement getHarrisKeypoints #392

Open
opatiny opened this issue Sep 22, 2023 · 1 comment
Open

Implement getHarrisKeypoints #392

opatiny opened this issue Sep 22, 2023 · 1 comment
Assignees

Comments

@opatiny
Copy link
Contributor

opatiny commented Sep 22, 2023

We already have a function to compute the Harris score (response) of a given point in an image, but we want to implement the function returning all the Harris keypoints for a given image. This feature was requested in image-js/image-js#628.

const keypoints = getHarrisKeypoints(image, options);

Wikipedia article for Harris corner detector: https://en.wikipedia.org/wiki/Harris_corner_detector

@TaihuLight
Copy link

TaihuLight commented May 5, 2024

@opatiny #image-js/image-js#628
Has this function been implemented in image-js-typescript?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants