This website requires JavaScript.
Explore
Help
Sign In
third_party
/
opencv
Watch
1
Star
0
Fork
0
You've already forked opencv
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
fee2049642
opencv
/
modules
/
objdetect
History
Geoff McIver
b2d8e8c508
This statement was keeping HAAR cascades from leveraging opencl on nvidia devices. "localSize" on the featureEvaluator remains Size(0, 0) which sets the bool "use_ocl" to false. Adding this allows NVidia GPUs to leverage opencl HAAR Cascades
2017-10-11 09:32:38 +13:00
..
doc
/pics
include
/opencv2
Update HOGDescriptor documentation
2017-10-02 07:14:35 +03:00
misc/java
/test
perf
src
This statement was keeping HAAR cascades from leveraging opencl on nvidia devices. "localSize" on the featureEvaluator remains Size(0, 0) which sets the bool "use_ocl" to false. Adding this allows NVidia GPUs to leverage opencl HAAR Cascades
2017-10-11 09:32:38 +13:00
test
test: use relative error in HOG tests
2016-12-15 15:58:16 +03:00
CMakeLists.txt
Merge pull request
#9466
from huningxin:js
2017-09-25 16:52:07 +03:00