Introduction - If you have any usage issues, please Google them yourself
canny edge detector, the following is a canny edge detector algorithm: 1. will make the image with the Gaussian convolution function to obtain a smooth image. 2. Gradient-based smoothing method to determine the direction of the edge of the image of local law to. 3. According to the local normal direction to solve the edge of the edge location. 4. Calculation of the edge strength, gradient amplitude and non-maxima suppression. 5. To use dual-threshold algorithm for edge detection and connection. The document provides a canny edge detector realize the VC code.
Packet : 97288386cannyedgedetector.rar filelist
Canny边缘检测\测试图片\原始lena图像.bmp
Canny边缘检测\测试图片\用canny算子提取边缘.bmp
Canny边缘检测\源代码\cdib.cpp
Canny边缘检测\源代码\cdib.h
Canny边缘检测\源代码\ChildFrm.cpp
Canny边缘检测\源代码\ChildFrm.h
Canny边缘检测\源代码\ColorTable.h
Canny边缘检测\源代码\DIBPrcs.cpp
Canny边缘检测\源代码\GlobalApi.h
Canny边缘检测\源代码\ImageProcessing.aps
Canny边缘检测\源代码\ImageProcessing.clw
Canny边缘检测\源代码\ImageProcessing.cpp
Canny边缘检测\源代码\ImageProcessing.dsp
Canny边缘检测\源代码\ImageProcessing.dsw
Canny边缘检测\源代码\ImageProcessing.h
Canny边缘检测\源代码\ImageProcessing.ncb
Canny边缘检测\源代码\ImageProcessing.opt
Canny边缘检测\源代码\ImageProcessing.plg
Canny边缘检测\源代码\ImageProcessing.positions
Canny边缘检测\源代码\ImageProcessing.rc
Canny边缘检测\源代码\ImageProcessingDoc.cpp
Canny边缘检测\源代码\ImageProcessingDoc.h
Canny边缘检测\源代码\ImageProcessingView.cpp
Canny边缘检测\源代码\ImageProcessingView.h
Canny边缘检测\源代码\MainFrm.cpp
Canny边缘检测\源代码\MainFrm.h
Canny边缘检测\源代码\ReadMe.txt
Canny边缘检测\源代码\Recog.asp
Canny边缘检测\源代码\res\ImageProcessing.ico
Canny边缘检测\源代码\res\ImageProcessing.rc2
Canny边缘检测\源代码\res\ImageProcessingDoc.ico
Canny边缘检测\源代码\res\Toolbar.bmp
Canny边缘检测\源代码\Resource.h
Canny边缘检测\源代码\SegApi.cpp
Canny边缘检测\源代码\StdAfx.cpp
Canny边缘检测\源代码\StdAfx.h
Canny边缘检测\源代码\Debug
Canny边缘检测\源代码\res
Canny边缘检测\测试图片
Canny边缘检测\源代码
Canny边缘检测