Home | History | Annotate | Download | only in opencv2

Lines Matching refs:edgeThreshold

269     @param edgeThreshold This is size of the border where the features are not detected. It should
289 CV_WRAP static Ptr<ORB> create(int nfeatures=500, float scaleFactor=1.2f, int nlevels=8, int edgeThreshold=31,
301 CV_WRAP virtual void setEdgeThreshold(int edgeThreshold) = 0;