Skip to content

Image Feature Matching #85

Discussion options

You must be logged in to vote

Hi @chrisflesher, thanks for reaching out!

dm_pix does not have any functionalities for feature detection like SIFT, SURF etc, neither has KNN.
The main goal of dm_pix is to provide image processing functionalities written in JAX.

As written in the doc, extract_patches extracts portion of images. This is usually used in machine learning or image processing pipelines to apply specific functions on a limited, well-defined portion of an image. I guess you can use this to implement classic feature detectors on top.

For general recommendation, I'm afraid I don't know what to recommend for what you ask right now. I can ask around or wait if someone around here can make any suggestion for you 😄

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@chrisflesher
Comment options

@claudiofantacci
Comment options

Answer selected by chrisflesher
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants