First time here? Check out the FAQ!
answered 2012-09-17 12:12:11 -0600
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.