当前位置:
首页
资源下载

搜索资源 - Laplace edge detection
搜索资源列表
-
0下载:
含有了图像处理中一些经典和常用的图像处理算法,如:灰度图像处理,图像增强,图像变换,形态学图像处理。其中灰度图像处理包含三个算法:彩色图转灰度图,灰度图直方图,直方图均衡化;图像增强含有:增加椒盐噪声,中值滤波,sobel算子边缘提取(水平方向和垂直方向一起考虑),laplace算子边缘提取,模糊,锐化;图像变换含有:haar小波变换,RGB转HSV颜色空间。形态学图像处理含腐蚀,膨胀,开操作,闭操作。-Contains some of the classic image processing
-
-
0下载:
用Opencv实现拉普拉斯变换获得图像边缘检测-Used to achieve Opencv Laplace transform to obtain image edge detection
-
-
0下载:
Laplace-sharpness,(边缘检测),含有详细的参数和函数说明-Laplace-sharpness, (edge detection), containing a detailed descr iption of the parameters and functions
-
-
0下载:
Laplace边缘检测源码,基于一介导数的边缘检测-Laplace edge detection source, based on the ordinary derivative edge detection
-
-
0下载:
Laplace边缘提取的例子源码程序~非常好用,新手请大家多多指教。-Examples of Laplace edge detection procedure ~ a very good source, and newcomers Please exhibitions.
-
-
0下载:
拉普拉斯高斯边缘检测的C程序源码,接口已封装,可以在你的工程中调用-Laplacian Gaussian edge detection procedure of the C source code, interface has been packaged, you can call your project
-
-
0下载:
this files give robert sobel & laplace edge detection in color images -this files give robert sobel & laplace edge detection in color images
-
-
0下载:
基于win32控制台程序,能对视频文件以及摄像头的图像进行经典的Laplace边缘检测-Based on win32 console programs, capable of video files, as well as camera images the classic Laplace edge detection
-
-
0下载:
Laplacian sharpening method for edge detection of image
-
-
1下载:
在MATLAB环境下,实现对Lena图像的边缘提取,主要对比了Roberts、Prewitt、Sobel、Laplace四种算子的边缘提取的效果-In the MATLAB environment, to realize the Lena image edge extraction, mainly comparing Roberts, Prewitt, Sobel, Laplace edge detection operator of four results
-
-
0下载:
边缘特征的提取就是求图像梯度的局部最大值和方向。实际计算中,以微分算子的形式表示,并采用快速卷积函数来实现。常用的算子有微分算子,拉普拉斯算子,Canny算子等。其中Canny边缘检测是一种较新的边缘检测算子,具有较好的边缘检测性能,得到越来越广泛的应用。Canny边缘检测法利用高斯函数的一阶微分,它能在噪声抑制和边缘检测之间取得较好的平衡-Edge feature extraction is to seek the local maximum of image gradient and ori
-
-
0下载:
这是一个拉普拉斯边缘检测的算法,用c++编写-This is a Laplace edge detection algorithm, written using c++
-
-
0下载:
拉普拉斯锐化(边缘检测)
VC++实现-Laplacian sharpening (edge detection) VC++ Implementation
-
-
0下载:
实用的vc++实现的laplace边缘检测程序-Practical implementation of vc++ laplace edge detection program
-
-
0下载:
将图像进行拉普拉斯边缘化检查后输出,Laplace edge detection-Marginalization of the check image output after Laplace, Laplace edge detection
-
-
0下载:
图像处理C++源代码,实现图像的拉普拉斯边缘检测的功能。-Laplace sharpen (edge detection)
-
-
0下载:
本程序是车牌检测中的部分代码,是用高斯拉普拉斯进行边缘提取的代码,希望大对大家的编程有所帮助-This program is part of the code in the license plate detection is Gaussian Laplace edge detection code, and hope for all programming help
-
-
0下载:
用matlab实现laplace算子检测边缘,请使用2011以上的版本-Laplace operator edge detection using matlab, more than 2011 version
-
-
0下载:
有关拉普拉斯边缘检测c++源代码 很好用的-c++ good source code related to the Laplace edge detection
-
-
0下载:
MFC的边缘检测APP,可以实现拉普拉斯等几类边缘提取-MFC edge detection APP, can be achieved and other types of Laplace edge detection
-