Dogggg / accord

Automatically exported from code.google.com/p/accord
0 stars 0 forks source link

Add the FREAK detector #42

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hi,

As far as I know (maybe it would need more research) the FREAK detector is more 
powerfull, faster and consume less memory than SURF and SIFT. 

Also, I don't think it is patented because in openCV it is not included in the 
"nonfree" DLL. 

It could be a very good alternative for users who want to use Accord.NET in 
commercial application but can't because most of the very powerful algorithm 
use SURF. All of this could be replaced by the FREAK detector.

Here is a comparison of 3 detector and FREAK is the winner:

http://computer-vision-talks.com/2012/08/a-battle-of-three-descriptors-surf-frea
k-and-brisk/

Original issue reported on code.google.com by jfcote.l...@gmail.com on 1 Mar 2013 at 2:42

GoogleCodeExporter commented 8 years ago
A simple, initial version of the FREAK descriptor using the FAST corners 
detector will be available in the next release. It would still be needed to add 
a multi-scale FAST or AGAST to implement it completely.

Original comment by cesarso...@gmail.com on 3 Mar 2013 at 7:26

GoogleCodeExporter commented 8 years ago
Added in Accord.NET 2.9.0.

Original comment by cesarso...@gmail.com on 20 Apr 2013 at 5:24