From 501f0f1a94346867428a6efe733445c84bfb5940 Mon Sep 17 00:00:00 2001 From: Amir Hassan Date: Tue, 8 Nov 2022 16:47:35 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3a6cd1246..f9b549cc5 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # GCV -OpenGL/OpenCL/VAAPI interop demos using the 4.x branch of OpenCV (https://github.com/opencv/opencv/tree/4.x) +OpenGL/OpenCL/VAAPI interop demos (aka. run it on the GPU!) using the 4.x branch of OpenCV (https://github.com/opencv/opencv/tree/4.x) The goal of the demos is to show how to use OpenCL interop in conjunction with OpenCV on Linux to create programs that run mostly (the part the matters) on the GPU.