Home | History | Annotate | Download | only in opencv2

Lines Matching refs:nfeatures

261     @param nfeatures The maximum number of features to retain.
282 (the score is written to KeyPoint::score and is used to retain best nfeatures features);
289 CV_WRAP static Ptr<ORB> create(int nfeatures=500, float scaleFactor=1.2f, int nlevels=8, int edgeThreshold=31,