-
用canny算子提取边缘,核心:用高斯滤波器平滑图像;一阶偏导的有限差分计算梯度的幅值和方向;非极大值抑制;双阈值算法检测和连接边缘。...
用canny算子提取边缘,核心:用高斯滤波器平滑图像;一阶偏导的有限差分计算梯度的幅值和方向;非极大值抑制;双阈值算法检测和连接边缘。
- 2022-03-19 13:07:12下载
- 积分:1
-
对图像的各种操作的详细算法的VC++程序的形态…
把图像形态学的各个操作的详细算法用VC++程序写出来。-To image the morphology of the various operations detailed algorithm VC++ Procedures write it down.
- 2022-03-06 16:50:15下载
- 积分:1
-
代码包括利用巴特沃斯(Butterworth)低通滤波器对受噪声干扰的图像进行平滑处理
利用巴特沃斯(Butterworth)高通滤波器对图像进行锐化...
代码包括利用巴特沃斯(Butterworth)低通滤波器对受噪声干扰的图像进行平滑处理
利用巴特沃斯(Butterworth)高通滤波器对图像进行锐化处理等-Code including the use of Butterworth (Butterworth) low pass filter for noise by smoothing the images deal with the use of Butterworth (Butterworth) high-pass filter for sharpening images, such as treatment
- 2022-04-22 22:47:18下载
- 积分:1
-
本程序介绍了一个非常实用的DSP图象处理程序,仅供参考,请最好不要用于商业用途...
本程序介绍了一个非常实用的DSP图象处理程序,仅供参考,请最好不要用于商业用途-This procedure introduced a very useful DSP image processing procedures are for reference only, please best not used for commercial purposes
- 2022-11-28 17:45:03下载
- 积分:1
-
MFC polygon clipping and filling
MFC实现多边形剪裁和填充-MFC polygon clipping and filling
- 2022-02-24 20:13:55下载
- 积分:1
-
用vc编写的一个canny边缘检验算子
很好用
效果还可以
用vc编写的一个canny边缘检验算子
很好用
效果还可以 -vc prepared with a canny operator Edge good test results can be used
- 2022-03-01 21:08:16下载
- 积分:1
-
通过梯度微量流SNAKE方法对图像进行分割
通过梯度微量流SNAKE方法对图像进行分割-SNAKE flow through the micro-gradient method of image segmentation
- 2022-02-04 11:24:35下载
- 积分:1
-
巴特沃斯低
包含巴特沃斯低通滤波器去噪,图像平滑 阶数M=3 截断频率D0=40,指数低通滤波器 阶数N=3 截断频率d0=40,理想低通滤波器 梯形低通滤波器 截断半径35-50-Butterworth low-pass filter with de-noising, image smoothing order of M = 3 truncation frequency D0 = 40, index of low-pass filter order of N = 3 truncation frequency d0 = 40, the ideal low-pass filter low-pass filter ladder truncation radius of 35-50
- 2023-03-21 18:25:04下载
- 积分:1
-
The source image format converter for conversion of images in different formats,...
图像格式转换的源码,用于图像不同格式的转换,如转换公式为Gray(i,j)=0.11*R(i,j)+0.59*G(i,j)+0.3*B(i,j),其中Gray(i,j)为转换后的黑白图像在(i,j)点处的灰度值,其中绿色所占的比重最大,所以转换时可以直接使用G值。
-The source image format converter for conversion of images in different formats, such as the conversion formula for the Gray (i, j) = 0.11* R (i, j)+ 0.59* G (i, j)+ 0.3* B ( i, j), which Gray (i, j) for the converted black and white images in the (i, j) point of the gray value, of which the largest share in the green, so conversion can be directly used when the G value.
- 2022-06-15 12:56:21下载
- 积分:1
-
基于相位相关性的运动估计实现方法,matlab代码
基于相位相关性的运动估计实现方法,matlab代码-Phase correlation-based motion estimation method, matlab code
- 2022-04-10 04:37:59下载
- 积分:1