-
-
sobel_filter.rar
implementation of SOBEL filter
using FPGA board RC200 in handle-c
-
main.rar
sobel、prewitt、robot、LOG、canny
运行main文件,该程序用以上五种算子对图像进行边缘检测
-
-
-
ImageTest.rar
图像处理系列之5--边缘检测篇
涵盖内容:
1>Roberts算子
2>Prewitt算子
3>Sobel算子
4>Laplacian算子
由于本程序使用了VFW组件,所以在Project--Setting中--Object/libray modules中添加vfw32.lib。
实验环境:
Win+VC6.0
-
-
projectmainDF.rar
program for bitmap withc sobel algoritm and algoritm dijkstra . easy implementation,program for bitmap withc sobel algoritm and algoritm dijkstra . easy implementation,
-
-
CannyEdgeDetector.rar
canny edge detector is the best edge detection in the image processing field.in the first guassian blur in the image and then use sobel filter to get magnitude image
-
-