BoofCV
BoofCV copied to clipboard
Max features suppression method
I have a project in which I have to limit feature extraction to specific amount of features. I am wondering what the default suppression method is? For my use case I would prefer an optimal distribution over the whole image if possible.
There are a few options for how to do that. I just added an example that visualizes different selection methods
There's also the original non-maximum example
Cleaning up tickets. I'm assuming those examples are enough.