摘要: 给出梯度的一些参考博客 导数、梯度和极值 图像梯度的基本原理:https://blog.csdn.net/saltriver/article/details/78987096 数字图像的梯度概念(the gradient of the image):https://blog.csdn.net/su_ 阅读全文
posted @ 2019-08-04 21:23 浮沉沉浮 阅读(700) 评论(0) 推荐(0) 编辑
摘要: 函数原型 具体参数解析 加入噪声 参考博文:https://blog.csdn.net/i_chaoren/article/details/54562502 阅读全文
posted @ 2019-08-04 16:59 浮沉沉浮 阅读(368) 评论(0) 推荐(0) 编辑
摘要: 本编博客会谈谈图像滤波,会分别写出滤波过程和原理; 主要可分为以下两大类: 一、线性滤波 1、均值滤波blur() 2、方框滤波 boxFilter() 3、高斯滤波GaussianBlur() 二、非线性滤波 1、中值滤波medianBlur()--当滤波核尺寸大于5时,输入图像只能是CV_8U格 阅读全文
posted @ 2019-08-04 14:58 浮沉沉浮 阅读(2544) 评论(0) 推荐(0) 编辑