made SURF_OCL default constructor parameters the same as SURF

pull/2442/head
Vadim Pisarevsky 11 years ago
parent 3c1917771b
commit da70b04262
  1. 4
      modules/nonfree/src/surf_ocl.cpp

@ -283,9 +283,9 @@ private:
cv::ocl::SURF_OCL::SURF_OCL()
{
hessianThreshold = 100.0f;
extended = true;
extended = false;
nOctaves = 4;
nOctaveLayers = 2;
nOctaveLayers = 3;
keypointsRatio = 0.01f;
upright = false;
}

Loading…
Cancel
Save