Open ThijsVroegh opened 4 months ago
Scikit-image has some example code we can re-use for this: https://scikit-image.org/docs/stable/auto_examples/features_detection/plot_sift.html
Ok, great! I was already inclined to use opencv for this
I'm on it, in feature_points branch!
@stefsmeets I managed to do this (currently in feature_points branch). Before I put this in a PR, I want to integrate this with the visualization option to use the buttons 'next' and 'previous' to keep the output in the streamlit managable (i.e., now, all feature points plots are plotted below each other). Good idea?
Yeah, it's a nice way to reduce clutter
Add visual to show the connections between feature points when using SIFT. This allows to visually inspect the succes of aligning images when using SIFT