First time here? Check out the FAQ!
answered 2015-01-16 09:55:29 -0600
no, it does not work like that anymore in 3.0. you will have to use:
Ptr<FeatureDetector> detector = ORB::create();
or maybe:
Ptr<Feature2D> f2d= ORB::create(); f2d->detect(...); f2d->compute(...);