Ask Your Question

Revision history [back]

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