-
-
Edge_detect.rar
a C implementation to do image processing, the function is use sobel to do edge detection, a good lib file been provided, and it has a lot of useful functions related to image processing
-
-
-
6.rar
编写一个程序,对输入的图像进行哈夫曼编码,显示原图像的熵、编码后的平均码字长度、并能够根据编码重建出图像。
Sobel算子和拉普拉斯算子进行锐化,并比较结果。
-
-
-
-
Image-Edge-Detection.rar
提出一种在噪声条件下将中值滤波与Sobel、Canny算子相结合进行图像边缘检测的方法。首先,采用中值滤波对图像进
行平滑处理,再利用Sobel、Canny算子检测图像边缘。仿真实验表明。该方法对图像边缘检测精度较高,抗噪声性能强,可
提高图像边缘检测效果。
-
-
Hw3.rar
使用vs08编写的一个基于mfc的图像处理程序,功能包括
1.通过拉普拉斯边缘检测算子提取图像边缘
2.通过罗伯特交叉边缘检测算子提取图像边缘
3.通过Sobel边缘检测算子提取图像边缘
-