opencv/samples/android/tutorial-4-opencl/jni/CLprocessor.hpp

9 lines
160 B
C++
Raw Normal View History

2023-12-01 22:35:06 +08:00
#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