Ask Your Question

Vinshi's profile - activity

2012-10-18 09:38:39 -0600 asked a question Errors when running CUDA with OpenCv

I am trying to run a CUDA .cu program along with OpenCv code in it. I tried running the sample CUDA .cu alone and it works just fine and the same with OpenCV.

But when i run both together i get these errors.

1> Generating Code... 1>new_stitching_gpu.obj : error LNK2001: unresolved external symbol threadIdx 1>new_stitching_gpu.obj : error LNK2001: unresolved external symbol blockDim 1>new_stitching_gpu.obj : error LNK2001: unresolved external symbol blockIdx 1>C:\Users\UVSS\Desktop\new_stitching\x64\Debug\new_stitching.exe : fatal error LNK1120: 3 unresolved externals 1> 1>Build FAILED.

i have added all the library and the include directories correctly. How do i solve this?

2012-10-17 11:14:54 -0600 received badge  Student (source)
2012-10-17 10:25:50 -0600 received badge  Editor (source)
2012-10-17 10:22:18 -0600 asked a question Image stitching from a live video stream

Hi,

I am trying to capture a live video from a GigE Camera and then would like to put the frames which i get from the capture into a function which stitches the frames and stacks it onto the result image. However, the function which stitches is very slow. I want the stitching to be done in a real time speed like say around 30 mph. How do i achieve this?

Wanted to know if using CUDA would help me in any way?

2012-10-17 08:20:36 -0600 received badge  Supporter (source)