标签: opencv convolution
OpenCV中是否有一个函数将复杂矩阵作为内核来卷积/过滤图像?
答案 0 :(得分:1)
此功能filter2D()符合您的要求。在int ddepth图像上应用浮点内核时,请注意uchar paratmer。
int ddepth
uchar