Abir Rajkhowa
Abir Rajkhowa

Reputation: 55

OpenCV GPU library usage

Can OpenCV GPU libraries be used in non Nvidia GPUs? I ask this since the FAQ page refers to CUDA. Can it be used in Videocore GPU core?

Upvotes: 1

Views: 1321

Answers (1)

Abid Rahman K
Abid Rahman K

Reputation: 52646

The OpenCV GPU module is a set of classes and functions to utilize GPU computational capabilities. It is implemented using NVIDIA* CUDA* Runtime API and supports only NVIDIA GPUs.

From: http://docs.opencv.org/modules/gpu/doc/introduction.html

Upvotes: 5

Related Questions