Animator
C++
Linux
gcc host.c -o host -lm -lOpenCL
./host
host.c
:Posted Aug 15, 2024
OpenCL Image Processing: Explore efficient image processing algorithms using OpenCL, a framework for parallel computing. Convert colored images to grayscale fo…
0
2
Animator
C++
Linux