搜索资源列表
bianyuanjiance-juti
- 二值化后边缘检测算法具体实现,用matlab编写的,有roberts,sobel,prewitt,log等算法的具体实现-value after two edge detection algorithm to realize the use of Matlab prepared, roberts, segmentation, prewitt, log, etc. of specific algorithm implementation
sobel-bianyuanjiance
- 用sobel算子实现边缘检测源代码,用C++实现了sobel算子。图像编码很完整实现
Sobel-Kirsch
- Sobel和Kirsch的边缘检测算法-Sobel Edge Detection Algorithm
bianyuanjiance-juti
- 二值化后边缘检测算法具体实现,用matlab编写的,有roberts,sobel,prewitt,log等算法的具体实现-value after two edge detection algorithm to realize the use of Matlab prepared, roberts, segmentation, prewitt, log, etc. of specific algorithm implementation
sobel-bianyuanjiance
- 用sobel算子实现边缘检测源代码,用C++实现了sobel算子。图像编码很完整实现-By sobel edge detection operator realize the source code, using C++ Realize the sobel operator. Image coding is to achieve complete
bianyuanjiance
- EdgePicker类中实现了Kirsch、Prewitt、Sobel、Gauss边缘提取算法,并根据MATLAB中的Canny算法实现了Canny算法,BianYuanJianCe.CPP中实现了背景提取。程序中图像的读取、存储用到了ImageMagick库,ImageMagick库的使用方法在ImageMagick.rar中有说明-EdgePicker class implements Kirsch, Prewitt, Sobel,
bianyuanjiance
- 边缘检测函数,包括canndy算子,Prewitt算子,sobel算子,运行mian函数即可-Edge detection function, including canndy operator, Prewitt operator, sobel operator, you can run the mian function
Sobel
- 图像处理sobel算子,原理介绍,算子公式。-Image processing sobel operator
bianyuanjiance
- 利用几种典型的图像边缘检测算法进行图像边缘检测,对比各种检测效果,其中包括sobel算子具体算法代码-Using some typical edge detection algorithm for image edge detection, contrast a variety of testing results, including the specific algorithm code sobel operator
bianyuanjiance
- 对图像进行边缘检测,检测算子包括Robert算子、Sobel算子、拉普拉斯算子等-The image edge detection, detection operator, including Robert operator, Sobel operator, Laplacian, etc.
bianyuanjiance
- 基于MFC的数字图像处理的边缘检测,含有sobel、laplace、canny等算子-MFC-based digital image processing, edge detection, with sobel, laplace, canny operator
bianyuanjiance
- MFC + OpenCV 2.4 + Visual Studio 11 + OpenAL 1.1 7种算法实现(使用Canny,Sobel,Laplace,Roberts,Prewitt,Krisch,Log和SUSAN 8种算法实现)了-MFC+ OpenCV 2.4+ Visual Studio 11+ OpenAL 1.1 7 algorithms (using the Canny, Sobel, Laplace, Robe
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 opera
bianyuanjiance
- Matlab常用的几种边缘检测算法,适合初学者,有SOBEl,CANNY,等-Matlab commonly used several kinds of edge detection algorithm, is suitable for beginners, there are SOBEl, CANNY, etc
sobel-bianyuanjiance
- 用sobel算子实现边缘检测源代码,用C++实现了sobel算子。图像编码很完整实现-By sobel edge detection operator realize the source code, using C++ Realize the sobel operator. Image coding is to achieve complete
sobel-bianyuanjiance
- 用sobel算子实现边缘检测源代码,用C++实现了sobel算子。图像编码很完整实现-By sobel edge detection operator realize the source code, using C++ Realize the sobel operator. Image coding is to achieve complete
bianyuanjiance
- Prewit t 算子和Sobel 算子都是对图像进行差分和滤波运算,仅在平滑部分的权值选择上有些差异,但是图像产生了一定的模糊, 而且有些边缘还检测不出来,所以检测精度比较低, 该类算子比较适用于图像边缘灰度值比较明显的情况。-Prewit t operator and Sobel operator is on image difference and filtering operation, only some difference
bianyuanjiance
- 利用sobel算子实现边缘检测,包括水平方向,垂直方向,以及45度,135度检测。-Using edge detection sobel operator, including horizontal and vertical directions, as well as 45 degrees, 135 degrees is detected
bianyuanjiance
- 利用各种算子对图像进行边缘检测。如roberts算子、sobel算子、log算子、perwitt算子四种算子,利用这四种算子分别对图像进行边界的提取。-Using a variety of operators for image edge detection. Operators such as roberts, sobel operator, log operator, perwitt operator of four operato
bianyuanjiance
- 彩色图像的边缘检测,包含canny算子,sobel算子和Robert算子。-Color image edge detection, including canny operator, sobel operator and Robert operator.