Ask Your Question

kiridval's profile - activity

2018-04-05 00:37:30 -0600 marked best answer Async template matching with cuda

Hello! Is it possible to execute match() method of two differnt cv::cuda::TemplateMatching instances simultaneously (similar to two CPU threads)? I have tried to pass &stream parameter to cuda::TemplateMatching::match method, seems like:

>match(img1, templ1, result1, stream1); 
>match(img2, templ2, result2, stream2);

But it did not start asynchronously.

My GPU is GTX780Ti.

Thanks!

2018-04-05 00:37:30 -0600 received badge  Scholar (source)
2018-04-03 13:17:25 -0600 received badge  Editor (source)
2018-04-03 13:17:25 -0600 edited question Async template matching with cuda

Async template matching with cuda Hello! Is it possible to execute match() method of two differnt cv::cuda::TemplateMat

2018-04-03 12:13:52 -0600 received badge  Student (source)
2018-04-03 12:12:35 -0600 asked a question Async template matching with cuda

Async template matching with cuda Hello! Is it possible to execute match() method of two differnt cv::cuda::TemplateMat