Commit da70b042 authored by Vadim Pisarevsky's avatar Vadim Pisarevsky

made SURF_OCL default constructor parameters the same as SURF

parent 3c191777
...@@ -283,9 +283,9 @@ private: ...@@ -283,9 +283,9 @@ private:
cv::ocl::SURF_OCL::SURF_OCL() cv::ocl::SURF_OCL::SURF_OCL()
{ {
hessianThreshold = 100.0f; hessianThreshold = 100.0f;
extended = true; extended = false;
nOctaves = 4; nOctaves = 4;
nOctaveLayers = 2; nOctaveLayers = 3;
keypointsRatio = 0.01f; keypointsRatio = 0.01f;
upright = false; upright = false;
} }
......
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