image-rs / image-rs/imageproc

Provide Iterator instead of allocating memory every time for FAST corners

Open
#308 5 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Rust
Stars
979
Forks
181
Avg merge
5m
Merged PRs (30d)
4

Description

It would be good if when you ran the FAST detector that it returned an impl Iterator<Item=Corner> instead of a Vec<Corner> so that the corners can then be appropriately filtered as they are being computed.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the corners_fast12 API linked in the issue and trace its implementation in the imageproc repository. Update the FAST detector interface so callers receive an iterator of Corner values rather than an allocated Vec, and verify that corners can be filtered as they are computed without the current allocation.

Written by the indexing model from the issue text.

Assessment

Tech stack
rust
Domain
computer-vision
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.