Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Yes. You just need to detect keypoints with FAST and call FREAK like this:

FREAK extractor;
extractor.compute(image, keypoints, descriptors);

It is similar to this demo.