Top "Freak" questions

Fast Retina Keypoint is a keypoint descriptor based on human retina visual system.

OpenCV FREAK: Fast Retina KeyPoint descriptor

I am developing an application which involves the use of Freak descriptors, just released in the OpenCV2.4.2 version. In the …

opencv feature-descriptor freak
FREAK Descriptor with Opencv Python

I was trying to implement the FREAK Descriptor in Python using Opencv. Here is the code i'm using: def surf_…

python opencv feature-detection freak