#pragma once #include "OpenCLExcuter.h" class OpenCLUtil { public: static cv::Mat grayImg(OpenCLExcuter *openCLExcuter,cv::Mat& img); };