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

Search list

[Special Effects05年毕业设计-图像处理软件及源代码c++builder

Description: 图像处理软件含帮助。毕业设计,旋转,线性变换,灰化,平滑,滤镜,反相等,功能全面!-image processing software with help. Graduation design, rotary, linear transformation, ash, smooth, filter, anti-equal, full functions!
Platform: | Size: 1145933 | 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: 139890 | Author: zhaoxiaoguang | Hits:

[Special Effects05年毕业设计-图像处理软件及源代码c++builder

Description: 图像处理软件含帮助。毕业设计,旋转,线性变换,灰化,平滑,滤镜,反相等,功能全面!-image processing software with help. Graduation design, rotary, linear transformation, ash, smooth, filter, anti-equal, full functions!
Platform: | Size: 1145856 | Author: 杨卓飞 | Hits:

[Special EffectsCresorse

Description: 高斯平滑,灰度均衡,拉普拉斯锐化(边缘检测),亮度增减,梯度锐化,图像平移,图像旋转,维纳滤波处理-Gaussian smooth, gray balance, Laplacian sharpening (edge detection), the brightness changes, gradient sharpening, image shifting, image rotation, Wiener filter
Platform: | Size: 1320960 | 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:

[Special EffectsBilateralFiltering

Description: 本程序实现Bilateral滤波,以实现边缘保留的平滑处理,同时可用于灰度及彩色图像。-Bilateral filtering realize this procedure in order to achieve a smooth edge to retain the handle at the same time can be used for gray and color images.
Platform: | Size: 119808 | Author: 周力 | Hits:

[Otherekfukf

Description: documentation for optimal filtering toolbox for mathematical software package Matlab. The methods in the toolbox include Kalman filter, extended Kalman filter and unscented Kalman filter for discrete time state space models. Also included in the toolbox are the Rauch-Tung-Striebel and Forward-Backward smoother counter-parts for each filter, which can be used to smooth the previous state estimates, after obtaining new measurements. The usage and function of each method are illustrated with five demonstrations problems. 1 -documentation for optimal filtering toolbox for mathematical softwarepackage Matlab. The methods in the toolbox include Kalman filter, extended Kalman filterand unscented Kalman filter for discrete time state space models. Als
Platform: | Size: 186368 | Author: eestarliu | Hits:

[OtherMATLAB_EKF_UKF

Description: documentation for optimal filtering toolbox for mathematical software package Matlab. The methods in the toolbox include Kalman filter, extended Kalman filter and unscented Kalman filter for discrete time state space models. Also included in the toolbox are the Rauch-Tung-Striebel and Forward-Backward smoother counter-parts for each filter, which can be used to smooth the previous state estimates, after obtaining new measurements. The usage and function of each method are illustrated with five demonstrations problems. 1-documentation for optimal filtering toolbox for mathematical softwarepackage Matlab. The methods in the toolbox include Kalman filter, extended Kalman filterand unscented Kalman filter for discrete time state space models. Als
Platform: | Size: 640000 | Author: eestarliu | Hits:

[DSP programDSP_SMOOTH

Description: DSP算法 SMOOTH: CONVOLVES A MATRIX WITH A 3X3 GAUSSIAN FILTER KERNEL-DSP algorithm SMOOTH: CONVOLVES A MATRIX WITH A 3X3 GAUSSIAN FILTER KERNEL
Platform: | Size: 1024 | Author: vts | Hits:

[Special EffectsGaussianFilterTest

Description: Gaussian Filter 高斯平滑滤波器,自己用C++写的滤波器类,用于其他处理操作前平滑噪声用。设定Sigma值,可以调整平滑效果。 下载包包含完整的Visual Studio 2005测试项目。 <plumcore>-Gaussian smooth filter
Platform: | Size: 2019328 | Author: PlumCore | 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:

[Special Effectsedgedetection2003

Description: 数字图像的边缘检测 本科毕业设计(边缘检测是数字图像处理中的重要内容。本文首先对图像的边缘检测的各种算法和算子做了总结和分析。Canny最早提出了边缘检测的三条连续准则:最优检测结果、最优定位和低重复响应,并在这些准则的基础上得到了“最优线性滤波器”―高斯函数的一阶导数。经过十几年的发展,目前已经有了对这个准则的很多改进,本文也对这个方面的工作做了小结。Demigny在理论分析和实践的基础上给出了边缘检测的离散准则,并且证明在离散准则中Canny提出的第三个准则可以被阀值操作所取代。本文利用了数值方法求出了Demigny离散准则下阶梯形边缘检测的最优线性滤波器和对应着它的平滑算子。利用这个算子和Canny边缘检测方法得到了一个完整的边缘检测算法并用VC++实现了这种算法.从算法对大量图像边缘检测的结果来看,这种算法虽然简单但是效果很好,是边缘检测的一种很好的实用方法。-Edge detection is important in image procession. This paper made a summary and analysis of edge detecting algorithm and edge detector. Canny has proposed three continuous criteria to compare the performance of different filters: good detection, good localization and low-responses. Based on these criteria he got optimal filter for edge detection: derivative of Gaussian function. After more than ten years research, Canny’s theory has been ameliorated in many aspects, this paper also made a review of it. Based on the practice and theory. Demigny gave three discrete criteria for edge detection like Canny’s criteria and he has proofed that the third criterion can be replaced by an appropriate thresholding operation. This paper used numerical method to get the optimal filter and smooth operator under the Demigny’s criteria. Then I combine these filters and Canny’s edge detecting technique to get an integrated edge detecting algorithm. I have implemented the algorithm using VC++. From the res
Platform: | Size: 1397760 | Author: swx | Hits:

[Special Effectsgaborfilter

Description: 高斯函数能构成一个在频域具有平滑性能的低通滤波器。可以通过在频域做乘积来实现高斯滤波。-Constitute a Gaussian function to the frequency domain with a smooth performance of the low-pass filter. Can be done in the frequency domain Gaussian filter to achieve the product.
Platform: | Size: 35840 | Author: zb | Hits:

[matlabdata

Description: Smooth Linear filter Median filter Laplacian Unsharp masking Sobel filter
Platform: | Size: 10240 | Author: lin | Hits:

[Special EffectsFIRFilter

Description: 利用FIR 滤波器对图像进行采样,平滑。使用vc++ 6.0 和 opencv-using FIR filter to sample and smooth the image, based on VC++ 6.0 and openCV
Platform: | Size: 271360 | Author: shaohu | Hits:

[Graph programsmooth

Description: 图像平滑与去噪,包括均值滤波,中值滤波,灰度形态学滤波,高斯低通滤波,统计滤波等-Image smoothing and denoising, including the mean filter, median filter, grayscale morphological filtering, Gaussian low-pass filtering, statistical filtering
Platform: | Size: 117760 | Author: lishuai | Hits:

[Special Effectssmooth

Description: 以C sharp處理圖像平滑與去噪編程有關均值濾波中值濾波小波變換高斯濾波-In C sharp smoothing and denoising image processing program related to the mean filter median filter wavelet transform Gaussian filtering
Platform: | Size: 116736 | Author: 李復祥 | Hits:

[Special Effectssmooth-filter

Description: 高斯频域滤波,各向异性滤波,低通滤波,作为图像平滑处理(gaussian filter in frequency field)
Platform: | Size: 3072 | Author: LIWANGAB | Hits:

[Othersmooth

Description: Apply smoothing filter in a rgb image
Platform: | Size: 9216 | Author: huma443 | Hits:

[CSharpmean filter 3X3

Description: this code delete noise from picture and make it smooth
Platform: | Size: 11264 | Author: semo-86 | Hits:
« 12 3 4 5 6 7 8 9 10 »

CodeBus www.codebus.net