2020年1月4日

opencl(二十一)----直方图

摘要: 计算RGB图像的直方图 // kernel __kernel void histogram(__global uchar* imgdata, __global uint *histogram, __local uint *local_histogram, uint data_size_item, u 阅读全文

posted @ 2020-01-04 22:05 feihu_h 阅读(682) 评论(0) 推荐(0)

导航