projects
/
platform
/
upstream
/
opencv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
42f9ee3
)
disable SURF
author
Ilya Lavrenov
<ilya.lavrenov@itseez.com>
Thu, 6 Mar 2014 12:49:22 +0000
(16:49 +0400)
committer
Ilya Lavrenov
<ilya.lavrenov@itseez.com>
Thu, 6 Mar 2014 12:49:22 +0000
(16:49 +0400)
modules/nonfree/src/surf.ocl.cpp
patch
|
blob
|
history
diff --git
a/modules/nonfree/src/surf.ocl.cpp
b/modules/nonfree/src/surf.ocl.cpp
index
e6fa7d4
..
eaf50fb
100644
(file)
--- a/
modules/nonfree/src/surf.ocl.cpp
+++ b/
modules/nonfree/src/surf.ocl.cpp
@@
-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;