Ask Your Question
0

What does minDistBetweenBlobs actually do?

asked 2019-01-06 15:36:52 -0600

KevinC gravatar image

Hi all, I'm fairly new to OpenCV using C++ and I have a question about minDistBetweenBlobs:

What does this particular parameter actually do?

I was under the impression that it mean that key points would only be accepted if they were within the set minimum distance between it and other key points, but when I set the parameter to a higher value (100), a bunch of key point end up appearing clumped up together.

Thanks in advance!

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2019-01-07 07:57:02 -0600

supra56 gravatar image

It returns are the centres of the blobs in the image.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2019-01-06 15:36:52 -0600

Seen: 229 times

Last updated: Jan 07 '19