▶ 书上的代码改进而成,从文件读入一张 256 阶灰度图,按照给定的卷积窗口计算卷积,并输出到文件中. ● 代码,使用 9 格的均值窗口,居然硬读写 .bmp 文件,算是了解一下该文件的具体格式,留作纪念吧. // convolution.cl __kernel void convolution01(__read_only image2d_t inputImage, __write_only image2d_t outputImage, int imageRow, int imageCol, _