mirror of
https://github.com/opencv/opencv.git
synced 2024-11-25 11:40:44 +08:00
made SURF_OCL default constructor parameters the same as SURF
This commit is contained in:
parent
3c1917771b
commit
da70b04262
@ -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…
Reference in New Issue
Block a user