Merge pull request #2452 from ilya-lavrenov:tapi_disable_surf

This commit is contained in:
Andrey Pavlenko 2014-03-06 21:51:24 +04:00 committed by OpenCV Buildbot
commit f21a94880e

View File

@ -90,7 +90,7 @@ bool SURF_OCL::init(const SURF* p)
return false; return false;
haveImageSupport = false;//dev.imageSupport(); haveImageSupport = false;//dev.imageSupport();
kerOpts = haveImageSupport ? "-D HAVE_IMAGE2D -D DOUBLE_SUPPORT" : ""; kerOpts = haveImageSupport ? "-D HAVE_IMAGE2D -D DOUBLE_SUPPORT" : "";
status = 1; // status = 1;
} }
} }
return status > 0; return status > 0;