Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

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(...);