First time here? Check out the FAQ!
answered 2013-05-23 05:55:45 -0600
Maybe this could work? This is what I am using:
Ptr<FeatureDetector> detector = FeatureDetector::create("ORB"); cv::GridAdaptedFeatureDetector det(detector,5000); det.detect......