Merge remote-tracking branch 'upstream/3.4' into merge-3.4
This commit is contained in:
@@ -341,7 +341,7 @@ public:
|
||||
but it is a little faster to compute.
|
||||
@param patchSize size of the patch used by the oriented BRIEF descriptor. Of course, on smaller
|
||||
pyramid layers the perceived image area covered by a feature will be larger.
|
||||
@param fastThreshold
|
||||
@param fastThreshold the fast threshold
|
||||
*/
|
||||
CV_WRAP static Ptr<ORB> create(int nfeatures=500, float scaleFactor=1.2f, int nlevels=8, int edgeThreshold=31,
|
||||
int firstLevel=0, int WTA_K=2, ORB::ScoreType scoreType=ORB::HARRIS_SCORE, int patchSize=31, int fastThreshold=20);
|
||||
|
||||
Reference in New Issue
Block a user