Welcome![Sign In][Sign Up]
Location:
Search - Gauss smooth

Search list

[Special Effectsgauss-smooth-filter

Description: 高斯平滑滤波,绝对可用!希望给大家带来方便·本人也是个初学者,很希望能够得到大家的帮助。-Gaussian filtering, absolutely available! We hope to bring convenience I was a beginner, I hope we can get help.
Platform: | Size: 139890 | Author: zhaoxiaoguang | Hits:

[GDI-Bitmapimage518

Description: 基于VC++开发的部分图像识别算法,包括:updown,graygrid,histrogram,roberts,laplace,pickup,outline,GaussianSmooth等。 -based on the development of the VC part of an image recognition algorithm, including : updown, graygrid. histrogram, roberts, Laplace, pickup, outline, GaussianSmooth so.
Platform: | Size: 64512 | Author: 交角 | Hits:

[Special Effectsgauss-smooth-filter

Description: 高斯平滑滤波,绝对可用!希望给大家带来方便·本人也是个初学者,很希望能够得到大家的帮助。-Gaussian filtering, absolutely available! We hope to bring convenience I was a beginner, I hope we can get help.
Platform: | Size: 152576 | Author: zhaoxiaoguang | Hits:

[Multimedia Developgauss

Description: 混合高斯背景建模算法,包含了阴影消除方面的一些处理。-AppWizard has created this gauss application for you. This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your application.
Platform: | Size: 1920000 | Author: luowen | Hits:

[Windows Developyuxiangchuli--pinghua

Description: 一幅原始图像,在获取和传输过程中,会受到各种噪声的干扰,使图像退化,质量下降. 退化会引起图像模糊,特征淹没,对分析图像不利.为了抑制噪声改善图像质量进行的处理称为图像平滑或去噪.利用高斯函数得到了图像平滑去除随机噪声中使用的平滑模板的一个较普遍的公式。该公式为图像平滑去除噪声提供了多种模板选择。针对不同的图像噪声水平,选取不同的模板,才能达到去除噪声的最理想的效果。文中给出了图像平滑的实现算法,显示结果验证了上述方法和结论。-Any picture would be affected by all kinds of noise during the course of acquisition and transition which would lead to the degradation of a picture. The image and the character of a picture indistinct which is an disadvantage for image analysis. The way for lower down the noise to improve the quality of the picture calls the smoothing of image or denoising . It can be accomplished in spatial domain and frequency domain. A more common formula of templates used in image smooth denoising is developed from Gauss function in order to offer more templates to be chosen when denoising images with random noise. For each image with different levels of noise, only one template corresponding to the level of this image noise is optimal when denoising this image. The methods of smoothing processing are given in this paper .And the showing results are presented and they validate the above formula and conclusions.
Platform: | Size: 633856 | Author: 朱华 | Hits:

[DocumentsFacerecognition

Description: 人脸识别因其在安全验证系统、信用卡验证、医学、档案管理、视频会 议、人机交互、系统公安(罪犯识别等)等方面的巨大应用前景而越来越成为 当前模式识别和人工智能领域的一个研究热点。 本文提出了基于24位彩色图像对人脸进行识别的方法,介绍的主要内容是图像处理,它在整个软件中占有极其重要的地位,图像处理的好坏直接影响着定位和识别的准确率。本软件主要用到的图像处理技术是:光线补偿、高斯平滑和二值化。在识别前,先对图像进行补光处理,再通过肤色获得可能的脸部区域,最后根据人脸固有眼睛的对称性来确定是否就是人脸,同时采用高斯平滑来消除图像的噪声,再进行二值化,二值化主要采用局域取阈值方法,接下来就进行定位、提取特征值和识别等操作。经过测试,图像预处理模块对图像的处理达到了较好的效果,提高了定位和识别的正确率- Face recognition is a complex and difficult problem that is important for surveillance and security, telecommunications, digital libraries , video meeting, and human-computer intelligent interactions. The paper introduced the method of face recognition that based on the 24 bit multicolor image, Main content that the paper introduced is the picture treatment, It occupies the extremely important position in the whole software, the quality of picture process directly influenced the accuracy rate of localization and discerning. The picture process technology that the software mainly used included : light compensating、gauss smooth and twain value method. before discerning, we compensated the light for image, then we could obtain the possible face area through the complexion, finally, the system could depend on the symmetry of eyes to make sure whether it is the face of people, at the same time, the system could eliminate noises through the method that named gauss smoothness, then we use
Platform: | Size: 2286592 | Author: 张雨 | Hits:

[Special Effectsanisodiff

Description: 本程序实现灰度图像各向异性扩散(滤波算法,可以用于平滑信号,保留边缘,增强边缘对比度。与普通高斯算法相比,它不会平滑边缘的图像-This procedure to achieve gray-scale image anisotropic diffusion (filtering algorithm can be used to smooth the signal, retaining edge, to enhance the edge contrast. With ordinary Gauss algorithm, it does not smooth the edge of the image
Platform: | Size: 44032 | Author: renli | Hits:

[Special EffectsSobelGaussLapaceSharp

Description: 高斯平滑,用模板平滑图像,去除高斯噪点,程序写的不够简练,希望高手指点-Gauss smooth
Platform: | Size: 2376704 | Author: 木头 | Hits:

[Special EffectsMATLAB_Program

Description: 将源图像做高斯卷积,以光滑化源图像,用于图像的预处理-source image makes convolution with gauss so as to smooth the image as a preprocess.
Platform: | Size: 5120 | Author: 王刚 | Hits:

[Special Effectscanny

Description: 最优的阶梯型边缘检测算法(canny边缘检测) 1.Canny边缘检测基本原理 (1)图象边缘检测必须满足两个条件:一能有效地抑制噪声;二必须尽量精确确定边缘的位置。 (2)根据对信噪比与定位乘积进行测度,得到最优化逼近算子。这就是Canny边缘检测算子。 (3)类似与Marr(LoG)边缘检测方法,也属于先平滑后求导数的方法。 2.Canny边缘检测算法: step1:用高斯滤波器平滑图象; step2:用一阶偏导的有限差分来计算梯度的幅值和方向; step3:对梯度幅值进行非极大值抑制; step4:用双阈值算法检测和连接边缘。 step1:高斯平滑函数 -The optimal type stair edge detection algorithm (canny edge detection) 1 Canny edge detection principle (1) the image edge detection must meet two conditions: one can effectively reduce the noise, 2 must try to accurately determine edge position. (2) according to the signal-to-noise ratio and the product localization estimate, get optimal approximation operator. This is the Canny edge detection operators. (3) similar to Marr (LoG) edge detection method, also belongs to the first derivative method for smooth after. 2 Canny edge detection algorithm: Step1: using gauss filter smooth image, Step2: a partial derivatives with finite difference to calculate gradient value and direction, Step3: a gradient of maximum inhibition, Step4: double threshold algorithm of edge detection and connection. Step1: gaussian smooth functions
Platform: | Size: 1271808 | Author: lx | Hits:

[matlabGauss

Description: 很好用的matlab源代码,值得作为参考。源代码可以直接拿来应用。-can run smooth
Platform: | Size: 3852288 | Author: lixiaoran | Hits:

[Special Effectsimage-processing-algorithm

Description: 几种常用的图像处理算法:高斯平滑,二值化变换,离散余弦变换,均值滤波,傅里叶变换-Several kinds of commonly used image processing algorithms: Gauss smooth, two values of transformation, discrete cosine transform, mean filtering, fft....
Platform: | Size: 1260544 | Author: sillan | Hits:

[Special EffectsEExamplesofGax

Description: 高斯平滑滤波实例,高斯滤波实质上是一种信号的滤波器,其用途是信号的平滑处理,我们知道数字图像用于后期应用,其噪声是最大的问题,,由于误差会累计传递等原因,很多图像处理教材会在很早的时候介绍Gauss滤波器,用于得到信噪比SNR较高的图像(反应真实信号)。 -Instance of the Gaussian smoothing filter, Gaussian filter is essentially a signal filter, its purpose is to smooth processing of the signal, we know that the digital image for the late application, the noise is the biggest problem, the error accumulated transfer reason, a lot of image processing textbooks will be introduced at an early Gauss filter for higher SNR of the image (real response signal).
Platform: | Size: 141312 | Author: 拥抱 | Hits:

[Otherguassi

Description: 研究了自然环境下的运动车辆的检测技术。讨论了各种车流量检测的算法,提出了可对存在渐变及重复性运动的场景进行建模的车流量检测算法,利用基于混合高斯背景建模方法,对背景进行更新,然后再利用所得的背景与当前视频帧进行相减,得到视频中车辆运动的前景图像,经过平滑去噪处理得到较为理想的车辆检测效果。-This paper studies the natural environment of moving vehicles in the testing technology Discussed the algorithm of vehicle detection all kinds of sports, Put forward the existing and repeatability of gradual change of scene modeling movement vehicle detection algorithm is proposed, Based on gauss background modeling method, Update to the background, Then reuse the background and the current income video frame subtracting on, Get the car in the prospect of motion video images, To deal with the noise through smooth get more ideal vehicle detection effect.
Platform: | Size: 71680 | Author: jinyan | Hits:

[DSP programIP302_GaussSmooth

Description: DSP 实验,高斯算法图像平滑处理,CCS3.3适用-Language C, Gauss Smooth, for DSP test
Platform: | Size: 105472 | Author: 碳糖 | Hits:

[Special Effectsgaosiditonglvb

Description: 这是高斯滤波处理c代码,可以实现平滑的功能,希望大家指正。-This is Gauss filter processing C code, can achieve a smooth function, hope everyone.
Platform: | Size: 1024 | Author: 高银 | Hits:

CodeBus www.codebus.net