First time here? Check out the FAQ!

Ask Your Question
0

False positive in object detection

asked Apr 18 '13

Sylvain gravatar image

Hi !

I've follow the tutorial "object detection in a scene" and that's work pretty well. But I still have a question.

In my little app, i want to know which object (in a list) is in the scene. When the object is really in the scene, there is no problem (that's a really good point). But the algorithm is always finding a match, even if the object is not in the scene. Most of the time, when the result is wrong, the 4 points don't form a square, it's a line, a big point or something like an hourglass.

Is there a function who can detect / evaluate the probability of a false positive, or i have to do some math by myself ? :)

Preview: (hide)

Comments

1

Please link to the tutorial you used, thx.

Guanta gravatar imageGuanta (Apr 19 '13)edit
1

1 answer

Sort by » oldest newest most voted
6

answered Apr 22 '13

Guanta gravatar image

updated Apr 22 '13

You can prune your results, in multiple ways, some of them are:

Preview: (hide)

Comments

Thank you very much for all those idea! I'll try all of them and see which one is the best in my case !

Sylvain gravatar imageSylvain (Apr 23 '13)edit

Question Tools

2 followers

Stats

Asked: Apr 18 '13

Seen: 6,165 times

Last updated: Apr 22 '13