1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 08:13:04 +04:00

Refreshed OpenCL sample for Android.

This commit is contained in:
Alexander Smorkalov
2023-12-01 17:35:06 +03:00
parent 81656597e9
commit 7f3b6c177f
11 changed files with 131 additions and 89 deletions
@@ -0,0 +1,8 @@
#ifndef __CL_PROCESSOR_HPP__
#define __CL_PROCESSOR_HPP__
int initCL();
void closeCL();
void processFrame(int tex1, int tex2, int w, int h, int mode);
#endif