Ask Your Question
0

How to speed up the OpenCV using GPU?

asked 2019-11-08 04:10:28 -0600

Nowadays,the GPU is a useful tool to deep learning. How to speed up OpenCV such as matchTemplate function with GPU?

edit retag flag offensive close merge delete

1 answer

Sort by » oldest newest most voted
1

answered 2019-11-08 08:58:29 -0600

kbarni gravatar image

Use the CUDA implementation of template matching if you have a nvidia video card.

The second (and mode general) solution is to implement your algorithm in OpenCL. However this is quite complicated...

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2019-11-08 04:10:28 -0600

Seen: 957 times

Last updated: Nov 08 '19