Multiple thread stitching

asked 2015-07-15 03:42:15 -0600

joonho1145 gravatar image

updated 2015-07-15 06:08:33 -0600

thdrksdfthmn gravatar image

I use opencv to build a stitcher class to create a panorama image.

The camera image in real time to produce multiple Thread to make the panorama image is an error to use a stitch function.

The same error occurs when the graphics card is one haneungeot because of overlapping GPU is used.

How do I use multiple threads in Stitch?

Errors I got:

OpenCV Error: Gpu API call (unspecified launch failure) in CudaFuncTable::copy, file D:\opencv\source\modules\dynamicuda\include\opencv2/dynamicuda/dynamicuda.hpp, line 882
OpenCV Error: Gpu API call (unspecified launch failure) in unknown function, ...matrix_operation.cu, line 143
OpenCV Error: Gpu API call (unspecified launch failure) in unknown function, ...surf.cu, line 140
OpenCV Error: Gpu API call (unspecified launch failure) in unknown function, ...surf.cu, line 691
OpenCV Error: Gpu API call (unspecified launch failure) in unknown function, ...surf.cu, line 112
OpenCV Error: Gpu API call (unspecified launch failure) in CudaFuncTable::mallocPitch, .... dynamicuda.hpp, line 1143
edit retag flag offensive close merge delete

Comments

Can you post the error, so someone may help you?

thdrksdfthmn gravatar imagethdrksdfthmn ( 2015-07-15 04:30:37 -0600 )edit