BoofCV icon indicating copy to clipboard operation
BoofCV copied to clipboard

Max features suppression method

Open thhart opened this issue 2 years ago • 1 comments

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.

thhart avatar Mar 02 '22 20:03 thhart

There are a few options for how to do that. I just added an example that visualizes different selection methods

ExampleFeatureLimit

There's also the original non-maximum example

ExampleNonMaximumSuppression

lessthanoptimal avatar Mar 04 '22 16:03 lessthanoptimal

Cleaning up tickets. I'm assuming those examples are enough.

lessthanoptimal avatar Sep 03 '22 02:09 lessthanoptimal