tags:

views:

267

answers:

2

the previous tutorials have not shown anybody else having this problem: compiling openCV and CUDA projects in vs2008 in windows 7 x64. but i have been stuck on it for over a week.

Zero problems building openCV samples and my own code and CUDA within their own projects. I cannot get them to build in a single project together no matter what i try to do in VS.

A: 

self solve

this is NOT possible in windows, don't bother trying... i have since changed to ubuntu with no problems

Conor
A: 

It is possible when compiling OpenCV in x64 mode with checking "With Cuda" in CMAKE. Also you need to have the x64 Cuda Toolkit with Nvidia Performance Primitives and GPU Computing SDK.

43l0v3k
the problem is that openCV does not support x64 in windows.
Conor