dst = cv.dilate( src, kernel[, dst[, anchor[, iterations[, borderType[, borderValue]]]]] )
使用结构元素膨胀一副图片
参数 | 描述 |
---|---|
src | 原图片 |
dst | 输出图片 |
kernel |
dst = cv.dilate( src, kernel[, dst[, anchor[, iterations[, borderType[, borderValue]]]]] )
使用结构元素膨胀一副图片
参数 | 描述 |
---|---|
src | 原图片 |
dst | 输出图片 |
kernel |