搜索资源列表
-
1下载:
边缘检测算法的比较,有susan算子,log算子,prewitt算子,Comparison of edge detection algorithm, there is susan operator, log operator, prewitt operator
-
-
0下载:
由于噪声点(灰度与周围点相差很大的点)对边沿检测有一定的影响,所以效果更好的边沿检测器是高斯拉普拉斯(LOG)算子。它把我们在第3章中介绍的高斯平滑滤波器和拉普拉斯锐化滤波器结合了起来,先平滑掉噪声,再进行边沿检测,所以效果会更好。-As the noise points (points, a big difference with the surrounding gray points) on the edge detection to a certain extent, the effect
-
-
0下载:
VC编程实现 LOG算子的亚像素边缘检测-VC Programming LOG operator sub-pixel edge detection
-
-
0下载:
应用log算法进行图像的边缘检测,log算法是一种基于灰度值的二阶导数来进行边缘检测的,通过检测零点来进行边缘检测-Application log algorithm for image edge detection, log-based algorithm is a gray value of the second derivative for edge detection, by detecting zero for edge detection
-
-
0下载:
log边缘检测的VC工程,可实现边缘检测,锐化等。并含有书面说明及实验文档。-log edge detection of the VC project can be realized edge detection, sharpening and so on. And contains a written descr iption and laboratory documentation.
-
-
0下载:
图像边缘检测 MATLAB 仿真程序。roberts,sobel,prewitt,log,小波检测-Image Edge Detection MATLAB simulation program. roberts, sobel, prewitt, log, wavelet detection
-
-
0下载:
此程序实现对一副图像的LOG梯度边缘检测方法-This procedure to achieve an image of the gradient edge detection method LOG
-
-
0下载:
sobel、roberts、prewitt、log、canny、zerocross几种常用的边缘检测算子,还附检测图片。-edge detect program。sobel、roberts、prewitt、log、canny、zerocross
-
-
0下载:
用Prewitt算子检测图像的边缘,用不同σ值的LoG算子检测图像的边缘,用Canny算子检测图像的边缘,将图像分为文字和非文字的两个类别等等 -Edge detection using Prewitt edge of the image with different σ values LoG edge detection image edge detection using Canny operator the edge of the image, text and images are di
-
-
0下载:
vc++实现六种图像边缘检测算法对比。包括:kirsch,Laplacian,LOG,Prewitt,Robert,Sobel.-vc++ to achieve the six contrast image edge detection algorithm. Including: kirsch, Laplacian, LOG, Prewitt, Robert, Sobel.
-
-
0下载:
本程序是图像边缘检测程序集合,包含9种方法:用Prewitt算子检测图像的边缘、、用不同σ值的LoG算子检测图像的边缘等-A variety of image edge detection method to study the source code
-
-
1下载:
自己整理的经典边缘检测算子matlab源程序
图像处理必备
1、canny算子
2、kirsch算子
3、laplacian算子
4、log算子
5、prewitt算子
6、robert算子
7、robinson算子
8、sobel算子-Own finishing classical edge detection operator matlab source image processing necessary 1, canny operator, kirsc
-
-
0下载:
图像边缘检测
Canny,Sobel,Laplace,Roberts,Prewitt,Krisch,Log七种算法实现 MFC+Opencv+Visual Studio -Image Edge Detection Canny, Sobel, Laplace, Roberts, Prewitt, Krisch, Log seven kinds of algorithms to achieve MFC+Opencv+Visual Studio 11
-
-
0下载:
本程序是自己编写的log函数边缘检测算子,每一步都写得很仔细,比较适合初学者下载学习。-This program of log function of edge detection operator, was written by myself and was written very carefully each step of the way, is suitable for beginners download learning.
-
-
0下载:
Roberts operator,Sobel operator,Laplacian operator,LOG operator,Prewitt operator各算法在图像处理的边缘检测中的比较-Roberts operator, Sobel operator, Laplacian operator, LOG operator, Prewitt operator compares the edge detection algorithm in the image processing
-
-
0下载:
最近在学习图像分割,这里是冈萨雷斯matlab版中的一些图像边缘检测的代码,包括harris,susan,robert,sobel,prewitt,log,以及图像的多层小波分解的代码。-Recent study of image segmentation, here is Gonzales matlab version of some of the image edge detection code, including harris, susan, robert, sobel, prewit
-
-
0下载:
该VC++ 程序是基于CUDA架构的LOG边缘检测程序,GPU加速,并且使用了opencv函数库-The program is based on VC++ CUDA architecture LOG edge detection procedures, GPU acceleration, and use the opencv library
-
-
0下载:
几种边缘检测算法的比较,包括roberts sobel prewitt canny log等。有样图可以运行。-The comparison of several kinds of edge detection algorithms, including Roberts, sobel, prewitt canny log, etc. A sample figure can run.
-
-
0下载:
分别利用sobel,roberts,prewitt,log,canny五中算子对图像进行边缘检测并对比结果。-Using Sobel, Roberts, Prewitt, log and Canny to achieve the edge detection operator for image and compare the results.
-
-
0下载:
实现图像边缘检测,包括Roberts 、Sobel 、Prewitt 、 Krisch 、Log-Laplacian 边缘检测算子的实现方法。-Realization image edge detection, including Roberts, Sobel, Prewitt, Krisch, Log-Laplacian edge detection operator implementation.
-