搜索资源列表
work
- 根据输入的参数不同,选用不同的算子对输入的图像进行边缘检测,包括sobel,log,canny等5哥算子-According to different input parameters, choose a different operator input image edge detection, including the sobel, log, canny operator 5 Columbia
canny
- canny算子源代码用于关于边缘检测的毕业论文,可以以此为基础进行修改。-canny operator source code for a thesis on the edge detection can be modified on this basis.
bianyuanjiance
- 程序的功能是对载入的图像进行边缘检测,检测的算子有微分算子、梯度算子、prewitt算子、roberts算子、sigma算子、sobel算子和canny算子。-Function of the program is loading the image edge detection, detection of a differential operator operator, gradient operator, prewitt operator, roberts operator, sigma o
opencv-camera-VCPP-
- opencv实现的摄像头和Canny算子处理后的图像,利用VC++ MFC编写-opencv realize the camera and Canny operator image VC++ MFC write
contours
- 在VS2008环境下基于OpenCV画出图片中的轮廓,用到Canny算子边缘检测、形态学变换和轮廓遍历-VS2008 environment based on OpenCV draw the outline of the picture, used Canny operator edge detection, morphological transformation and contour traversal
Canny
- 基于VC++ Canny算子提取边缘算法-Based on VC++ Canny operator edge extraction algorithm
canny_edge
- 此程序是运用Canny算子提取图像边缘特征的改进程序,对于图像边缘的提取效果很好!-This program is the use of Canny operator to extract image edge features to improve procedures for image edge extraction well!
canny
- we can use this kind of operator for edge detection in image processing application.
MATLABCanny
- 简单的canny算子,很实用且很基础,易上手-Simple canny operator, based, is very practical and very easy to get started
myFristOpenCVConsoleApp5zj
- 利用canny算子提取轮廓,对比设置不同的阈值得到不同的图形处理效果图。-Using canny operator to extract the contour, set different threshold is worth to different graphics rendering.
matlab-code
- 实用的matlab代码:中值滤波器;用Sobel算子和拉普拉斯对图像锐化;梯度算子检测边缘;LOG算子检测边缘;Canny算子检测边缘-Practical matlab code: median filter Sobel operator and Laplacian image sharpening gradient edge detection operator LOG operator to detect the edges Canny edge detection operator
bianyuanjiance
- matlab 利用sobel、log、prewwit、canny算子对图像的边缘提取,几种算子相比较-matlab use sobel, log, prewwit, canny operator image edge extraction, compared with several operators
picture
- 读取文件,几何变换中的垂直镜像,平移,旋转,缩放;正交变换的DFT,FFT,DCT,DST,DHT,DWashT;灰度处理中的反色,直方图均衡,全局线性变换,分段线性变换,指数非线性变换,对数非线性变换;图像增强里面的加噪声,平滑,锐化,伪彩色增强;图像分割里面的灰度阈值法,Robert,Laplace,sobel,prewitt,canny算子边缘检测法;图像恢复里面的直接逆滤波,维纳滤波;图像编码里面的霍夫曼编码-read the document, the geometric transf
canny
- 利用canny边缘检测算子实现边缘检测,能够显示最终边缘检测效果图-Edge detection using canny edge detection operator
DoG
- 边缘检测算子中表现十分好的一种方法,相比较流行的canny等算子,效果明显,大家可以看看,希望能有帮助(Edge detection operator in a very good performance method, compared to the popular canny and other operators, the effect is obvious, we can see, hoping to help)
MATLAB实用源代码
- 1.图像反转 2.灰度线性变换 3.非线性变换 4.直方图均衡化 5. 线性平滑滤波器 6.中值滤波器 7.用Sobel算子和拉普拉斯对图像锐化:8.梯度算子检测边缘 9.LOG算子检测边缘 10.Canny算子检测边缘 11.边界跟踪 (bwtraceboundary函数)12.Hough变换 13.直方图阈值法 14. 自动阈值法:Otsu法 15.膨胀操作 16.腐蚀操作 17.开启和闭合操作 18.开启和闭合组合操作 19.形态学边界提取 20.形态学骨架提取 21.直接提取四个顶点坐标