What is a dense feature detector?

In order to extract a meaningful amount of information from the images, we need to make sure our feature extractor extracts features from all the parts of a given image. Consider the following image:

What is a dense feature detector?

If you extract features using a feature extractor, it will look like this:

What is a dense feature detector?

If you use Dense detector, it will look like this:

What is a dense feature detector?

We can control the density as well. Let's make it sparse:

By doing this, we can make sure that every ...

Get OpenCV with Python By Example now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.