Home | History | Annotate | Download | only in opencv2

Lines Matching full:octaves

226     @param octaves detection octaves. Use 0 to do single scale.
230 CV_WRAP static Ptr<BRISK> create(int thresh=30, int octaves=3, float patternScale=1.0f);
600 CV_WRAP virtual void setNOctaves(int octaves) = 0;
658 CV_WRAP virtual void setNOctaves(int octaves) = 0;