搜索资源列表
-
0下载:
程序的功能是对载入的图像进行边缘检测,检测的算子有微分算子、梯度算子、prewitt算子、roberts算子、sigma算子、sobel算子和canny算子。-Function of the program is loading the image edge detection, detection of a differential operator operator, gradient operator, prewitt operator, roberts operator, sigma o
-
-
1下载:
实用的matlab代码:中值滤波器;用sobel算子和拉普拉斯对图像锐化;梯度算子检测边缘;LOG算子检测边缘;Canny算子检测边缘-Practical matlab code: median filter sobel operator and Laplacian image sharpening gradient edge detection operator LOG operator to detect the edges Canny edge detection operator
-
-
2下载:
1.图像反转 2.灰度线性变换 3.非线性变换 4.直方图均衡化 5. 线性平滑滤波器 6.中值滤波器 7.用sobel算子和拉普拉斯对图像锐化:8.梯度算子检测边缘 9.LOG算子检测边缘 10.Canny算子检测边缘 11.边界跟踪 (bwtraceboundary函数)12.Hough变换 13.直方图阈值法 14. 自动阈值法:Otsu法 15.膨胀操作 16.腐蚀操作 17.开启和闭合操作 18.开启和闭合组合操作 19.形态学边界提取 20.形态学骨架提取 21.直接提取四个顶点坐标
-
-
0下载:
简单的图像的梯度值计算函数,java语言,利用的是sobel算子(Simple image gradient value calculation function, Java language, using the sobel operator)
-
-
0下载:
1-1、图象的灰度变换
对图象p1-03实施灰度平方根变换
1, 要求:显示变换前后2幅图象和2幅直方图,变换参数自行设定。
1-2、空域平滑
对图象p1-03施加高斯噪声和椒盐噪声并实施梯度倒数加权平滑法
要求:显示变换前后2幅图象,利用方差评价空域平滑的效果。
1-3、空间锐化
根据sobel算子,按照公式4.3.8和公式4.3.9对图象p1-03实施空间锐化
要求:显示变换前后2幅图象。(1-1. Gray transformation of image
The squa
-