What opencv version above 2.4.13.6 or 3.00 that can build 32 bit libs with cuda

asked 2019-01-11 11:53:13 -0600

blaisexen gravatar image

updated 2019-01-11 11:59:44 -0600

What opencv version above 2.4.13.6 or 3.00 that can build 32 bit libs with cuda, I want to build 32bit version of opencv with cuda above opencv3.00, . i tried cuda 6.5 with opencv 3.4.0 but errors happend with "cudaarithm cudaimgproc cudaobjdetect cudawarping cudev", . i used windows 7 32bit with nvidia geforce gtx 650 ti

edit retag flag offensive close merge delete

Comments

try NOT to use opencv2.4, it was frozen 5 years ago, already ;(

berak gravatar imageberak ( 2019-01-11 11:56:28 -0600 )edit

also, we can only help, if you mention the actual errors encountered, in your question

berak gravatar imageberak ( 2019-01-11 11:57:55 -0600 )edit

I have windows 7 32bit, nvidia toolkit last 32bit 6.5v, i have vs12 and vs15 installed, I build it with vs12 or vs15 cuda fatal error, it seems this modules "cudaarithm cudaimgproc cudaobjdetect cudawarping cudev" are ONLY good for "64 bit vs15", and even if I compile those modules from "vs12 64 bit" it doesn't do good, so for me those modules are good for "vs15 64bit ONLY" Okey....What opencv version above 2.4.13.6 or 3.00 that can build 32 bit libs with cuda, I want to build 32bit version of opencv with cuda above opencv3.00,

blaisexen gravatar imageblaisexen ( 2019-01-11 17:11:37 -0600 )edit

Hi, from the documentation, CUDA 6.5 does not support vs 2015. What errors are you getting with vs 2013?

cudawarped gravatar imagecudawarped ( 2019-01-14 03:18:39 -0600 )edit