Ask Your Question

harddrive's profile - activity

2017-10-22 13:06:00 -0600 received badge  Nice Question (source)
2012-09-26 08:06:16 -0600 commented answer Can OpenCV's mean shift implementation be used for finding local maxima in data, rather than tracking or detection?

Interesting. I am aware of the k-means implementation but I was thinking of mean-shift for determining collecting svm responses. I suppose k-means is an option too but it's tough to know beforehand how many positive responses would be made by the svm.

2012-09-26 00:11:50 -0600 received badge  Student (source)
2012-09-25 16:04:04 -0600 asked a question 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?