Reputation: 55
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
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