-
For some images, the commonly used edge detection algorithm sometimes can not be...
对于一些图像来说,常用的边缘检测算法有时候无法设立合适的阈值将它们的梯度较小的模糊边缘检测出来。为了解决这个问题,有两种解决方法:将图像方差标准化,拉大模糊边缘的梯度值,或通过设置sigmoid函数,将像素所在区域的信息传递到梯度值中去,对其进行调整,就能找到合适阈值,有效地将模糊边缘提取出来。本程序把这两种算法实现并与与传统算法进行了比较。-For some images, the commonly used edge detection algorithm sometimes can not be an appropriate threshold for the gradient of their smaller fuzzy edge detected. To solve this problem, there are two solutions: the image variance standardization, widening the fuzzy edge of the gradient value, or by setting the sigmoid function pixel region to disseminate the message to the gradient values to adjust, on the can find a suitable threshold, effectively extracted fuzzy edge. This procedure of these two algorithms with the traditional algorithm.
- 2022-05-27 19:07:29下载
- 积分:1
-
基于AUTOCAD的lisp程序,可实现多边形区域的内部剪裁.
基于AUTOCAD的lisp程序,可实现多边形区域的内部剪裁.-AUTOCAD the lisp-based procedures, can be realized within the polygon region tailoring.
- 2022-01-28 15:41:55下载
- 积分:1
-
《学习计算机图形基础》直线源程序
《学习计算机图形基础》直线源程序-"study computer graphics based" linear source
- 2023-07-06 05:00:02下载
- 积分:1
-
ACDsee2.44特别版本,很精悍!
ACDsee2.44特别版本,很精悍!-ACDsee2.44 particular version is very lean!
- 2022-01-26 01:18:32下载
- 积分:1
-
实现所给圆的内部的颜色填充,主要是先设置一点,再从上下左右扩充得出....
实现所给圆的内部的颜色填充,主要是先设置一点,再从上下左右扩充得出.-round to achieve the internal color filling, the main point is to set up first and then expand from all around come.
- 2022-03-11 10:54:52下载
- 积分:1
-
通过检查图像间的相似度来实现图像配准,有详细注释,便于理解,编译能运行。...
通过检查图像间的相似度来实现图像配准,有详细注释,便于理解,编译能运行。-by checking the similarity between the images to achieve image registration, detailed notes, easily comprehensible compiler can run.
- 2023-05-24 10:55:03下载
- 积分:1
-
purpose
applies mean filter to gray
purpose
applies mean filter to gray-scale PGM image
compile
gcc -g -o mean_pgm mean_pgm.c -lpgm -lpbm -lm
-purpose mean filter applies to gray-scale PGM image compile gcc-g-o mean_pgm mean_pgm.c- lpgm- lpbm- lm
- 2022-03-25 16:01:56下载
- 积分:1
-
jpeg解码原码
jpeg解码原码-jpeg decode source file
- 2022-04-10 11:19:19下载
- 积分:1
-
图象的平滑(去噪声),锐化 注释详细 代码条例清楚
图象的平滑(去噪声),锐化 注释详细 代码条例清楚-image smoothing (to noise), Unsharp Notes Ordinance clearly detailed code
- 2022-02-05 02:47:45下载
- 积分:1
-
此程序产生的时域数据输入的频域显示…
This program produces a Frequency Domain display from the Time Domain data input using the Fast Fourier Transform.
-This program produces a Frequency Domain display from the Time Domain data input using the Fast Fourier Transform.
- 2023-01-29 13:20:04下载
- 积分:1