java实现高斯平滑
高斯模糊也叫作高斯平滑,这里主要用来实现图像降噪。官方有入门教程:http://opencv-java-tutorials.readthedocs.io/en/latest/
实现代码如下:
效果:
原图:
处理后的效果:
高斯模糊也叫作高斯平滑,这里主要用来实现图像降噪。官方有入门教程:http://opencv-java-tutorials.readthedocs.io/en/latest/
实现代码如下:
效果:
原图:
处理后的效果: