4

I am developing some code in OpenCV 2.4 and I want to test the FREAK detector but I get compilation errors. I am including the feature2d.h, what can I do to fix this?

Jav_Rock
  • 22,059
  • 20
  • 123
  • 164
Carlos Cachalote
  • 763
  • 3
  • 9
  • 19

1 Answers1

6

FREAK is included in the OpenCV version 2.4.2, so you cannot use it in your current version as it is not implemented. Download and install OpenCV2.4.2.

Andrey Kamaev
  • 29,582
  • 6
  • 94
  • 88
Jav_Rock
  • 22,059
  • 20
  • 123
  • 164