搜索资源列表
-
1下载:
较强的图像处理功能,包括边缘检测、纠编、平滑、图像压缩等-strong image processing functions, including edge detection, Corrective, smooth, image compression, etc.
-
-
0下载:
图像平滑主要是为了消除噪声。噪声并不限于人眼所能看的见的失真和变形,有些噪声只有在进行图像处理时才可以发现。图像的常见噪声主要有加性噪声、乘性噪声和量化噪声等。图像中的噪声往往和信号交织在一起,尤其是乘性噪声,如果平滑不当,就会使图像本身的细节如边界轮廓、线条等变的模糊不清,如何既平滑掉噪声有尽量保持图像细节,是图像平滑主要研究的任务。-image smoothing is mainly to eliminate noise. Noise is not confined to the human
-
-
1下载:
图像处理软件和源码,可一将其用于图像的各种处理,例如:图像的显示、Huffman变换、平滑、锐化、快速傅立叶变换、中值滤波-image processing software and source code, one can be used in various image processing, for example : image display, Huffman transform, Smooth, Sharpen, Fast Fourier transform, median filt
-
-
0下载:
VC++数字图象获取,处理及实践应用.数字图像模式识别技术及工程实践上的关于图像的纹理相关、局部平稳性、惯性矩等的计算源代码和程序。.. -VC digital image acquisition, processing and application. Digital image pattern recognition technology and engineering practice on the texture relevant, local smooth, and the momen
-
-
0下载:
实现图象处理的平滑算法,包括GUASS和Laplacian算法等,实用-achieve a smooth image processing algorithms, including GUASS and Laplacian algorithm, practical
-
-
1下载:
基于VB的指纹分析程序,可对输入的指纹图像进行黑白二次锐化、平滑图像处理、轮廓显示、特征对比、特殊显示等功能,有些处理功能类似PHOTOSHOP的功能。它的处理速度比较快,算法也值得学习。-VB-based fingerprint analysis, fingerprints can enter the second black-and-white image sharpening, smooth image processing, contour shows that the characte
-
-
0下载:
下代码实现了几个简单的图像处理,主要包括:平滑(Smooth)、开操作(Open)、闭操作(Close)、膨胀(dilate)、腐蚀(Erode)、图像梯度(Gradient)、顶帽(TopHat)、黑帽(BlackHat)等。-Under the code implementation of some simple image processing, mainly including: smoothing (Smooth), open operation (Open), closed oper
-
-
0下载:
实现图象处理的平滑算法.包括双线性图像插值源代码,实现图像的平滑缩放。-achieve a smooth image processing algorithms
-
-
0下载:
平滑处理:对图像进行平滑处理,滤除噪声的影响。-Smoothing: smoothing the image processing, filtering noise.
-
-
0下载:
数字图像处理实习代码,包括图像转换,灰度变换、几何变换,平滑、滤波-Digital image processing practical code, including image conversion, gray-scale transformation, geometric transformation, smooth, filter .....
-
-
0下载:
有效的肤色分割程序,将RGB颜色空间转化到YCbCr空间,有效处理了光照 通过形态学处理完善了图片肤色分割的圆滑程度-Skin color segmentation and effective procedure to RGB color space conversion to the YCbCr space to deal effectively with the light through the morphological processing and improved color ima
-
-
0下载:
实现图像处理的几种算法,包括高斯平滑,中值滤波,锐化等。-Realize image processing algorithms, including gaussian smooth, median filtering, sharpening, etc.
-
-
0下载:
空域图像的基本处理方法:
1、直方图均衡化
2、平滑滤波
3、中值滤波
-Airspace basic image processing methods: 1, histogram equalization, 2,smooth filtering 3, median filtering
-
-
0下载:
本文采用 Sobel 算子检测待插像素点周围的原图像像素点,判断其是否边缘点并检测出边缘方向,再依据沿边缘走向的像素点灰度变化平缓,边缘两侧像素点灰度值突变的进
行待插像素点的自适应插值。该算法具有较低的算法复杂度良好的客观质量,视觉效果以及最佳的图像缩放综合性能。本文工作是正在开发的数字电视图像后处理SoC芯片中
的一部分,下一步工作为:完成本文算法的硬件实现,将其作为 SoC 芯片中的图像缩放模块,与降噪模块、去隔行模块等其他 IP 模块一起形成完整的数字电视图像后处理 SoC芯片。
-
-
0下载:
图片处理样例代码,可以实现对BMP、JPG、PNG等格式图片的平滑放大、平滑缩小处理,对于初学图片处理编程有帮助。-Image processing sample code, can be achieved on BMP, JPG, PNG formats picture smooth zoom, smooth reduction processing, image processing program for the beginner to help.
-
-
0下载:
文件主要融合了opencv的一些基本算法,如:平滑处理、图像分割、canny边缘检测以及ROI区域提取-The paper mainly combines some of the basic opencv algorithm, such as: smooth processing, image segmentation, Canny edge detection and ROI region extraction
-
-
0下载:
用于图像处理领域的均值平滑程序,经测试可以使用-Mean smooth program for image processing field, tested can be used
-