搜索资源列表
sobel算子边缘检测
- 可以进行边缘检测,是一个不错的代码
图像分割边缘检测算法
- 图像分割中的边缘检测,各类算子都有。。
多种边缘检测算子源代码
- C++开发,.h文件类型,只需将这个文件加到你的工程目录中,直接调用函数即可。
sobel算子边缘检测算法
- 用sobel算法 进行8位位图的边缘检测
gauss_Homomorphic_filter
- 利用高斯高通滤波器对图像做同态滤波,对不均匀照度图像进行图像增强;利用CANNY算子对目标边缘检测-Using of gauss high filter and homomorphic filtering, solve the problem of uneven illumination Canny edge detector.
Canny
- CANNY 边缘检测算子 的源代码 ,在VC++6.0开发软件上实现运行-CANNY edge detection operator of the source code, software development in VC++6.0 to achieve run,
边缘检测算子对比
- 边缘检测中,不同算子处理结果对比 含sobel、roberts、prewitt、log、canny等
LhfImage2
- 图像各种边缘检测算子的比较,包括介绍了四种边缘检测算子包括Roberts边缘检测算子、Sobel边缘检测算子、Prewitt边缘检测算子和高斯—拉普拉斯边算子-Image a variety of edge detection operator of comparison, including the introduction of the four edge detection operator, including Roberts edge detector, Sobel edge dete
EdgeContour
- 数字图像处理中的基本边缘检测算法的实现,包括Robert、Sobel、Prewitt、Kirsch等边缘检测算子的实现,还包括用Hough变换检测直线。-Digital image processing in the basic edge detection algorithm, including Robert, Sobel, Prewitt, Kirsch edge detection operator such as the realization, but also a straight
Imagequalityevaluation
- 包含了主要的图像质量评价的matlab源程序。图像熵,图像的方差和,以及基于边缘检测算子的质量评价函数。-Contains the main image quality evaluation of the matlab source code. Image entropy, variance and images, as well as edge detection operator based on the quality of the evaluation function.
112213
- 本文首先就传统的边缘检测算子(即一阶算子 Roberts 算子、Sobel 算子、Prewit 算子、二阶算子 Kirsch 算子、Robinson 算子和 LOG 算子)和新兴的边缘检测算子(即 Canny 算子和小波边缘检测方法)的思想和性质进行了理论和探讨,同时给 出了这些边缘检测算子的实验结果,提出了其中的不足。-In this paper, the conventional edge detection operator (that is, the first-order op
cannydetect
- canny边缘检测源代码,可以运行。 Canny 边缘检测算子是John F. Canny于 1986 年开发出来的一个多级边缘检测算法。-canny
CImageEdgeDetection
- 边缘检测代码,包含Sobel、canny等经典边缘检测算子-image edge detection code
edge
- sobel、roberts、prewitt、log、canny、zerocross几种常用的边缘检测算子,还附检测图片。-edge detect program。sobel、roberts、prewitt、log、canny、zerocross
qqwwee
- 图像处理技术多尺度B样条小波边缘检测算子及应用-Imagery processing technology multi-criterion B transect wavelet marginal check operator and application
Edge-analysis
- 几种图像边缘检测算子的比较分析.rarEdge detection operator of several comparative analysis-Edge detection operator of several comparative analysis. Rar
edge_detection
- 各种边缘检测算子实现,包括sobel,prewitt,robert,marr(loG),canny算子,其中canny算子的实现采用了自己编制的算法-Implementation of various edge detection operators, including sobel, prewitt, robert, marr (loG), canny operator, which canny operator prepared to achieve their own algorithms
图像边缘检测matlab程序
- MATLAB canny、sobel等各种边缘检测算子(edge detection using different methods)
roberts
- Roberts边缘检测算子根据任意一对互相垂直方向上的差分可用来计算梯度的原理,采用对角线方向相邻两像素之差。(The Roberts edge detection operator can be used to calculate the gradient principle based on any pair of vertical differences. The difference between adjacent pixels is two pixels.)
边缘检测经典算子
- Roberts边缘检测算子的应用,很好的实现图像的边缘检测功能。(The application of the Roberts edge detection operator is very good to realize the edge detection function of the image.)