How to force cuda bindings for python3?

asked 2018-01-18 16:47:35 -0600

mike_perreman gravatar image

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!

edit retag flag offensive close merge delete

Comments

" 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)

berak gravatar imageberak ( 2018-01-19 05:37:31 -0600 )edit

"(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?

mike_perreman gravatar imagemike_perreman ( 2018-01-19 13:17:14 -0600 )edit