While my past algorithm success has been limited, there are still more areas worth exploring. This video looks at the next eight (nine?) algorithms I'll be testing for crater detection using Scikit Image. If you were hoping I'd move on to OpenCV already, you'll have to wait.
You can find the examples for all these algorithms at https://scikit-image.org/ if you want to look into them yourself.
As always, my GitHub repository is https://github.com/davidmvermillion/M...
00:00 Overview
00:46 Multi-Block Binary Pattern
00:57 Gabor filter banks
01:19 Local Binary Pattern
01:45 Extrema
01:53 Morphological Filtering
02:04 Colocalization metrics
02:21 Registration using optical flow
02:35 Removing small objects in grayscale images with a top hat filter
02:50 Using window functions with images
03:17 Any ideas?