Ask Your Question

emma's profile - activity

2013-06-05 08:03:42 -0600 commented answer Hough transform using CUDA

I'm using openCV 2.4.4 and cuda toolkit 5

2013-06-03 09:44:10 -0600 asked a question Hough transform using CUDA

Hi, I'm trying to detect circles in an image using CUDA. I found a function called: "gpu::HoughCircles()" in openCV that supposed to do the Hough transform using CUDA. Unfortunately, it doesn't work. I get the message:

"OpenCV Error: No GPU support (The library is compiled without GPU support) in unknown function, file C:/slave/builds/WinInstallerMegaPack/src/opencv/modules/gpu/src/precomp.hpp, line 135"

Does anyone know what the problem is? Thanks in advance, Emma