First time here? Check out the FAQ!
answered 2016-01-29 00:13:20 -0600
For the first two errors, its because of the CV version 3. Try this
Ptr<descriptorextractor> extractor = SURF::create();
Ptr<featuredetector> detector = SURF::create();