Ask Your Question
0

fast corner detector

asked 2016-05-13 04:59:52 -0600

aimy89 gravatar image

Hi everyone, as a beginner I want to learn how to use some methods in C++ code like Fast Feature detector (corner Edwards) and the FREAK descriptor . I have downloaded the contrib module of openCV and used Cmake to integrate the library.Unfortunately I still have problems with calling the methods since it underscore them. Any help or tutorial would be appreciated. Thank you in advance. image description

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2016-05-13 05:18:47 -0600

berak gravatar image

please make sure to

#include "opencv2/features2d.h"

and, there should be a ; after waitKey()

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2016-05-13 04:59:52 -0600

Seen: 233 times

Last updated: May 13 '16