bytedeco / javacv

Java interface to OpenCV, FFmpeg, and more
Other
7.53k stars 1.58k forks source link

how to use OpenGL library interface in JavaCV #2139

Closed DearTan closed 10 months ago

DearTan commented 10 months ago

how to use OpenGL library to process complex image effects???

saudet commented 10 months ago

You probably mean OpenCL. Just use functions accepting UMat instead of Mat, and they will be able to use OpenCL.

saudet commented 10 months ago

Duplicate of #2063