1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 23:33:05 +04:00

disable SURF

This commit is contained in:
Ilya Lavrenov
2014-03-06 16:49:22 +04:00
parent 42f9ee3f3e
commit d9c5fbc9ba
+1 -1
View File
@@ -90,7 +90,7 @@ bool SURF_OCL::init(const SURF* p)
return false;
haveImageSupport = false;//dev.imageSupport();
kerOpts = haveImageSupport ? "-D HAVE_IMAGE2D -D DOUBLE_SUPPORT" : "";
status = 1;
// status = 1;
}
}
return status > 0;