Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

while there is rudimentary support for CUDA from python on opencv's master branch, there is no such thing at all in opencv 3.3.1 (you can't use ANY cuda functions from python there)

you can try to use openCL / cv2.UMat, though.

while there is rudimentary (experimental) support for CUDA from python on opencv's master master branch, there is no such thing at all in opencv 3.3.1 (you can't use ANY cuda functions from python there)

you can try to use openCL / cv2.UMat, though.

while there is rudimentary (experimental) support for CUDA from python on opencv's master branch, there is no such thing at all in opencv 3.3.1 (you can't use ANY cuda functions from python there)

you can try to use openCL / cv2.UMat, though.though (there is opencl code for the BF Matcher)