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 hessian response #196

Merged
merged 3 commits into from
Dec 26, 2024
Merged

implement hessian response #196

merged 3 commits into from
Dec 26, 2024

Conversation

edgarriba
Copy link
Member

@edgarriba edgarriba commented Dec 25, 2024

Part of #190

This pull request introduces a new feature detection module to the kornia-imgproc crate, including the implementation of a Hessian response function and an example application demonstrating its use. The most important changes are summarized below:

Screenshot from 2024-12-26 12-23-18

Feature Detection Module

  • Added a new features module in crates/kornia-imgproc/src/lib.rs to include feature detection functionalities.
  • Implemented the hessian_response function in crates/kornia-imgproc/src/features.rs to compute the Hessian response of an image. This function includes validation, parallel processing, and a test case to ensure correctness.

Example Application

  • Created a new example application in examples/features to demonstrate the use of the Hessian response function. This includes the Cargo.toml file, a README with usage instructions, and the main application code. [1] [2] [3]

@edgarriba edgarriba marked this pull request as ready for review December 26, 2024 11:25
@edgarriba edgarriba mentioned this pull request Dec 26, 2024
5 tasks
@edgarriba edgarriba merged commit 2118897 into main Dec 26, 2024
9 checks passed
@edgarriba edgarriba deleted the hessian-response branch January 2, 2025 06:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant