-
-
-
canny.rar
IplImage* src=cvLoadImage("lena.jpg")
IplImage* dst = cvCreateImage( cvGetSize(src), 8, 1 )
IplImage* color_dst = cvCreateImage( cvGetSize(src), 8, 3 )
CvMemStorage* storage = cvCreateMemStorage(0) //存储检测到线段,当然可以是N*1的矩阵数列,如果实际的直线数量多余N,那么最大可能数目的线段被 ...
-
lab3.rar
数字图像处理 CANNY 滤波、直方图均衡、RGB、hough transform\
-
DLG_OpenCV.rar
自己编写的基于MFC的OPENCV下Canny边缘检测以及CannyII边缘检测,对于学习了解OPENCV图像处理很有帮助。
-
-
Sobel.rar
... by Sobel method in horizontal & vertical direction and the effect of increasing and decreasing the threshold value . Besides, you can try to perform the edge detection by other method in the same ways such as Prewitt , Roberts , Canny and others.
-
-
1.rar
1。canny边缘检测形成掩码
2。sobel边缘检测得到边缘角度信息
3。计算角度直方图
-
canny.rar
Edge detection source code using matlab
-
lunkuotiqu.rar
主要是完成真彩色图像的轮廓提取,包含将两幅图像进行差影,继而采用canny算子进行轮廓提取,包含了好几方面的知识,有彩色图像转换为灰度,差影法,canny算子轮廓提取
-