How to force cuda bindings for python3?
Hello, I have compiled opencv 3.4.0 with cuda, now, is there a way to force the cuda bindings to install? If not, can someone coach me through making a cython wrapper for it? Id like to accelerate things like threshold and solvepnp. Any help would be greatly appreciated! Thanks!
" is there a way to force the cuda bindings to install?" -- no. there are no cuda bindings for the opencv python api. (you have to use c++, if you want to use cuda / GpuMat)
"(you have to use c++, if you want to use cuda / GpuMat)" bugger, so no java then? is there any plans to implement cuda bindings for python? is there a practical reason as to why this isnt available?