搜索资源列表
-
1下载:
这是一个关于数字图像处理的源代码,目前只支持bmp格式的灰度图像,但功能强大,内容丰富,几乎包含了数字图像处理的所有基本内容。如图像的点运算,几何变换,正交变换,图像增强,形态学变换,边缘与轮廓检测,图像分析,图像复原,图像编码等等。-This is a digital image processing of the source code, only supports bmp format gray image, but powerful, rich in content, consists
-
-
0下载:
所谓边缘就是指图像局部亮度变化最显著的部分,它是检测图像局部变化显著变化的最基本的运算。对于数字图像,图像灰度灰度值的显著变化可以用梯度来表示,以边缘检测Sobel算子为例来讲述数字图像处理中边缘检测的实现-Edge refers to the so-called partial image brightness changes in the most notable part of it is to test local image change significantly change th
-
-
0下载:
对一帧灰度图像进行canny算子的边缘检测,在VC环境下编译-on a gray image canny operator of edge detection, the VC environment compiler
-
-
0下载:
对图像的边缘进行检测,不同hough,而是通过图像的灰度低度的变化,来判断图像的边缘,从而得到图像边缘-right image edge detection, hough different, but through the low gray image of change, to determine the edge of the image, and thus Edge
-
-
1下载:
基于Visual studio 2008 的图像处理试验平台的VC++源码 包含sebol边缘检测,灰度化,二值化,滤波,还有opencv引用,Based on Visual studio 2008 image-processing test platform VC++ Source contains sebol edge detection, gray and binarization, filtering, there is reference opencv
-
-
0下载:
函数曲线的显示,OPENCV图像处理,包括灰度图,直方图,边缘检测等等内容,Function curve display, OPENCV image processing, including the gray level histogram, edge detection and much more
-
-
1下载:
基于vc语言,把图像采集卡采集的数据(数组)在vc应用程序图像显示,灰度变换,图像平滑,中值滤波,锐化,边缘检测-Vc-based language, the image acquisition card data collection (array) in vc application image display, gray-scale transformation, image smoothing, median filtering, sharpening, edge detection
-
-
0下载:
利用canny算子做的256个灰度级的边缘检测,阈值为自适应取值-canny edge detection used for 256 gray grade image edge detection with canny
-
-
0下载:
实现简单图像处理,包括256色转灰度图、Hough变换、Walsh变换、中值滤波、二值化变换、亮度增减、傅立叶变换、反色、取对数、取指数、图像平移、图像旋转、图像细化、图像缩放、图像镜像、均值滤波、对比度拉伸、拉普拉斯锐化(边缘检测)、方块编码、梯度锐化、灰度均衡、直方图均衡、离散余弦变换、维纳滤波处理、逆滤波处理、阈值变换、高斯平滑。-Simple image processing, including 256 colors to grayscale, Hough transform, Wal
-
-
1下载:
本文重点研究了面积法对车流量进行统计。在研究算法过程中主要用到了车辆图像检测相关的灰度化、滤波、图像增强、锐化等图像处理基础知识,并将这些知识的算法进行了比较研究。进而用到了阈值分割、边缘检测、以及形态学操作等图像分割技术以及车辆的检测和提取算法。最后设计了一种实时可靠的统计算法。-This paper focuses on the area method for traffic statistics. In the study of algorithms used in the vehicle
-
-
0下载:
程序包含了数字图像处理的几个基本的图像处理方法 包括图像的锐化 灰度变换 边缘检测 图像分割 对于学习图像处理很有帮助-Program includes digital image processing some basic image processing methods including image sharpening gray transform edge detection image segmentation for learning image processing helpfu
-
-
0下载:
边缘是图像最基本的特征,是图像分割的第一步。经典的边缘检测方法如:Roberts,Sobel,Prewitt,Kirsch,Laplace等方法,基本都是对原始图像中象素的小邻域构造边缘检测算子,进行行一阶微分或二阶微分运算,求得梯度最大值或二阶导数的过零点,最后选取适当的阀值提取边界。由于这些算法涉及梯度的运算,因此均存在对噪声敏感、计算量大等缺点。在实践中,发现SUSAN算法只基于对周边象素的灰
-Edge of the basic characteristics of the imag
-
-
0下载:
一种比较好用的边缘检测方法CORNER Find corners in tensity image. % CORNER works by the following steep:% 1.Apply thhe Canny edge detector to the gray level image and obtain a% binary edge
-The Find corners, a relatively easy method of edge detection CORNER in te
-
-
0下载:
基于Visual C语言,把图像采集卡采集的数据(数组)在Visuaal C应用程序图像显示,灰度变换,图像平滑,中值滤波,锐化,边缘检测
-Based on Visual C language, the image acquisition card data (array) in Visuaal C application image gray-scale transformation, image smoothing, median filtering, sharpening, edge
-
-
0下载:
图像处理的各种操作,包括图像的线性,灰度变换,几何变换,插值算法,边缘检测算法-Various image processing operations, including image linear gray-scale transformation, geometric transformations, interpolation algorithm, edge detection algorithm
-
-
0下载:
matlab下,实现pcnn灰度图像边缘检测-matlab to achieve pcnn gray image edge detection
-
-
0下载:
图象处理集合(对位图的处理)包括如下:
1.图象分析:图象分割和边缘检测
2.图象编、解码:huff,PCX,GIF,JPG等;
3.滤波处理:包含多种滤波器(高,低通,交互式带阻);
4.数学形态学:图象的腐蚀和膨胀,开、闭运算,图象的粗、细化等;
此外还有视图的编辑、灰度处理、图象恢复、小波分解和重构等等。
提供所有操作的源代码!
1.demo:是该处理集合的可执行文件(自己编译吧)。图象处理集合.rar--------demo的源代码!
-
-
0下载:
Visual C++ 灰度化、边缘检测、车牌识别 -Gray, edge detection, license plate recognition,useful
-
-
0下载:
边缘提取,指数字图像处理中,对于图片轮廓的一个处理。对于边界处,灰度值变化比较剧烈的地方,就定义为边缘。-Edge detection, digital image processing means for processing a contour image. For boundary gray value changes more violent place, it is defined as an edge.
-
-
0下载:
以对图像进行复制、粘贴、剪切、全选、取消选择和翻转。
过滤图像,包括锐化、浮雕、腐蚀、风化。对图像进行滤波处理:包括最小值滤波处理、最大值滤波处理和中值处理。
对彩色图像进行变换:包括彩色转灰度、彩色转黑白、平滑处理、霓红处理。软化图像,包括红色、绿色、橙色;硬化图像,包括红色、绿色、蓝色。
对图像进行卷积处理,包括水平增强、垂直增强和双向增强。
对图像进行边缘探测,例如右下边缘抽出,拉普拉斯(8邻域)。给图像进行对比度增强,进行FFT分析,以及对两幅图像进行合成。
可以选择
-