Commit 0c381e2a authored by Vadim Pisarevsky's avatar Vadim Pisarevsky

increased the default number of pyramid layers in ORB; updated test data

parent 23398bcb
......@@ -273,7 +273,7 @@ public:
// the size of the signature in bytes
enum { kBytes = 32, HARRIS_SCORE=0, FAST_SCORE=1 };
explicit ORB(int nfeatures = 500, float scaleFactor = 1.2f, int nlevels = 3, int edgeThreshold = 31,
explicit ORB(int nfeatures = 500, float scaleFactor = 1.2f, int nlevels = 8, int edgeThreshold = 31,
int firstLevel = 0, int WTA_K=2, int scoreType=0, int patchSize=31 );
// returns the descriptor size in bytes
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment