Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Can OpenCV's mean shift implementation be used for finding local maxima in data, rather than tracking or detection?

I want to use mean shift to find all of the local maxima above some threshold value. However, I'm not sure if OpenCV's implementation is adaptable in this way. So the question is simple: is it? And if it is, how can it be used for that purpose?