Ask Your Question
1

Detector for FREAK

asked 2013-03-11 13:10:44 -0600

kovand11 gravatar image

Which feature detector works best with the FREAK extractor? (with a good performance) And how should i set the parameters? (for example: threshold)

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
1

answered 2013-03-12 05:25:48 -0600

This is a very wide ranged question.

FREAK is essentially a descriptor. A descriptor creates a unique representation of an input feature, by applying some image processing around a set of selected interest points.

This description can be used to train basicly every kind of approach you want. First approach could be to train a SVM detector. Another approach could be to use a randomn forest approach if you want to detect multiple classes.

So basically, it is a trial and error, comparing detectors, and see which one works best in your application. Possible detectors can be found here :

Basically it depends what you want to do. Comparing against the exact same stored model, would suggest using keypoint matchers and use the amount of found matches to define the quality. This is called object recognition.

Or are you actually searching for more general object detectors. Then the second link could give you a better clue.

Some more input could be usefull to give a better answer.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-03-11 13:10:44 -0600

Seen: 534 times

Last updated: Mar 12 '13