First time here? Check out the FAQ!
answered 2015-02-25 08:14:26 -0600
For the stable version(Without using pointers) --> SurfFeatureDetector detector(400);
SurfFeatureDetector detector(400);
For the beta version (3.0.0) --> Ptr<SURF> surf = SURF::create(400);
Ptr<SURF> surf = SURF::create(400);