搜索资源列表
zhongzhilvbo
- 图象柔化化的一种,中值滤波,能很快速的实现图象的柔化,图象的边缘保持不变.-image of a soft, the median filter can achieve very rapid images of soft, the edges in the image remains unchanged.
TuXiangZhongZhiLvBo
- 介绍了如何用delphi来进行图像的中值滤波处理-on how to use delphi image median filter
VowelSynth.zip
- 开源代码,元音的滤波和人工合成,delphi开发,VST插件,Hello and welcome to Tobybear VowelSynth/VowelFilter! This is a simple VST plugin (PC only) by Tobybear (www.tobybear.de) using the formant filter algorithm from Alex (alex@smartelectronix.com), hence it is called
jisuanjituxiangchuli
- 本论文主要介绍图像处理系统软件的算法分析、代码实现。以及实现软件开发的程序开发工具Delphi的简单介绍。软件开发的目的是实现对图像的锐化、扭曲、波浪平滑处理等效果。文章的主要内容为该软件的算法分析过程、代码编写、界面设计和系统实现过程。本论文特别对图象的锐化、图象的扭曲和图象的平滑处理算法进行了系统的分析和比较,如锐化功能的差分法与边缘提取算法的分析、比较,平滑功能的平滑滤波法、中值滤波法、自适应滤波法等算法的分析、比较。然后对确定的这几个功能算法的实现编写了Delphi的算法代码,其中心代码
deiphiimageprocessing
- 用delphi对数字图像进行预处理,包括图像的灰度化,二值化,反色,中值滤波,高斯滤波,gabor变换,二值图像和灰度的腐蚀,膨胀,以及图像的sobel,prewitt,robert,kirsch,laplace,canny,marr边缘检测-Use delphi for digital image preprocessing, including image gray-oriented, thresholding, anti-color, median filtering, Gaussian
101
- 利用DELPHI进行图像处理 包括图像滤波、灰度化和图像的二值化-Using DELPHI image processing including image filtering, gray scale and image binarization
example4_6
- :滤波 fs=400 采样频率,必须大于两倍基带信号最高频率 ts=1/fs 采样时间间隔 T=5 时间窗大小 t=0:ts:T -hf1=zeros(1,N) hf1(f<=B1&f>=-B1)=1 y1=hf1.*fftshift(y) figure subplot(211) plot(f,abs(fftshift(y))/N,f,hf1, r-- ) axis([-fs/2,fs/2,0,1.2]) title( 原信号
medianfilter
- 中值滤波法是一种非线性平滑技术,它将每一像素点的灰度值设置为该点某邻域窗口内的所有像素点灰度值的中值.-Median filtering method is a non-linear smoothing technique, it' s gray value of each pixel set to the point of a neighborhood window of pixels gray value of the median.
procedure
- 在毕业设计文件的文件夹中,主要介绍了在delphi中,利用各种不同的算法来实现建立在位图上的不同效果,其中主要介绍的有曝光、浮雕、马赛克、模糊、锐化、添加杂色、喷溅、霓虹、90度旋转、水平翻转、垂直翻转。另外还做了当步撤销和图像的缩放,还有简单的jpg,bmp的格式转换。 在chap1文件夹中,有关于图像格式转换,图像浏览器等的源程序。在chap2文件夹包括灰度直方图,二值化,对比度等的源程序。在chap3文件夹中,有关于几何变换的源程序。在chap4文件夹中,有关于通道,颜色调节,颜色混合
Delphi_diff
- 图像中值滤波,9点转换的,只是简单的转换,基于频域的变换。-Image median filtering , 9:00 conversion , just a simple conversion based on frequency domain transform .
kalmandelphi
- delphi语音kalman滤波,改进了kalman滤波算法,精简了运算量-Improved voice kalman filtering delphi
Delphi
- Delphi:Delphi中值滤波,一个Delphi图像处理的小例子,有需要的可下载参考。 -Delphi: Delphi median filter, a Delphi image processing small example, there is a need to download the reference.
imageprocessingbydelphi
- 数字图像处理主要程序代码:边缘、滤波、Gabor等。Delphi源码。-Digital image processing code designed by Delphi,which include many new image processing algorithm.