Skip to content

Implement getHarrisKeypoints #392

Open
@opatiny

Description

@opatiny

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions