disable SURF
authorIlya Lavrenov <ilya.lavrenov@itseez.com>
Thu, 6 Mar 2014 12:49:22 +0000 (16:49 +0400)
committerIlya Lavrenov <ilya.lavrenov@itseez.com>
Thu, 6 Mar 2014 12:49:22 +0000 (16:49 +0400)
modules/nonfree/src/surf.ocl.cpp

index e6fa7d4..eaf50fb 100644 (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;