搜索资源列表
wavelet_filter
- 小波滤波器构造和消噪matlab源程序(2个)-Wavelet filter construction and de-noising matlab source (2)
AS15905
- A flex demo which can be found in arcgis website,this demo is very helping in arcgis programming.
2
- 利用小波分析 对变压器局部放电信号进行去噪处理 课程作业 效果不错-Transformer using wavelet analysis of partial discharge signal de-noising processing coursework good results
EMDdenoising
- 利用emd对一维信号进行去噪的最新程序。包含了三种emd去噪方法:1、直接使用小波阈值,进行硬阈值去噪;2、使用具有emd分解特性的阈值去噪;3、emd分解后的平移不变去噪。-Using emd on one-dimensional signal de-noising of the latest procedures. Emd contains three kinds of de-noising methods: a direct use of wavelet thresholding to c
xianduan
- 从直线的Cohen-Sutherland、中点分割和参数化裁剪算法中,任选一种,编程实现; 2.编程实现Bezier曲线分割递推de Casteljau算法。 3.任选一种曲面,并编程实现 -From the line of Cohen-Sutherland, the midpoint of segmentation and parametric clipping algorithm, Choose one, programming 2. Programming Recursive
An_Intrgrated_De-interlacing_Algorithm_Design
- 本篇論文提出的整合式解交錯(Integrated De-interlacing)的演算法,可以有效提昇移 動區域的畫面,但是當移動估計不正確時,反而會使移動補償後的畫面變得很差,為了 改善這種情況,因此結合移動可適性解交錯的優點,並將空間圖場內插(Spatial Interpolation)的方式改成ELA(Edge Line Average)來設計,經過電腦模擬的結果發現,不僅在視覺上提高畫面的解析度,在某些影像峰值訊號雜訊比(Peak Signal Noise Ratio ,
Program
- 内含opengl技术范例2个、CIE DE 2000色差公式计算器1个等-Example 2 contains opengl technology, CIE DE 2000 color difference formula such as a calculator
shape2KML
- Extensión para arcview 3.2, conversiones de shapefile a archivos kml (de google earth)
Utilidades
- Utilidades en ArcMap 9.2. Generar reporte de vecindad de un Layer de poligonos Reporte de coordenadas minimas y maximas (X,Y Min X, Y Max) de los feature de un FClass de poligonos Reporte de coordenadas de los centroides de los feature de poligonos.-
modulo3_b
- Técnicas de mejora de la imagen 2
new--2
- programme de segmentation d une image texte arabic
Image-Retrieval-System
- 有完整的原数据,基于VC++de图像图像检索系统,具体操作步骤如下:1.输入带检索图像。 2.选择检索库路径。3.选择检索方式:基于颜色特征、基于形状特征或者基于颜色和形状综合特征。 4.点击【开始检索】按钮即可得到检索结果。-A complete original data, based on VC++ de Image Retrieval System
Image-DiffusionFiltering
- 扩散滤波的图像去噪 1。线性扩散滤波采用热传导方程 - 使用隐式和显式欧拉方法求解。 2。边缘增强线性各向异性扩散滤波。 3。边缘增强非线性各向异性扩散滤波。 线性扩散滤波,边缘增强线性和非线性各向异性过滤 现实中的数字图像在数字化和传输过程中常受到成像设备与外部环境噪声干扰等影响,称为含噪图像或噪声图像。减少数字图像中噪声的过程称为图像去噪。-Image de-noising a diffusion filter. Linear diffusio
quzao
- 1)已知一幅含有噪声的图像imageDlb.tif,采用模板法去除噪声。 2)自由选择模板和模板大小。 3)比较分析各模板对去噪效果的影响。 -1) Given a noisy images imageDlb.tif, noise removal using the template. 2) the freedom to choose a template and template size. 3) comparative analysis of the impact of de-n
ruihua
- 1)已知图像imageRuihua1.tif和imageRuihua2.tif,采用适当的空间滤波的方法(选择多种模板和不同模板系数),对图像进行边缘锐化处理,并得到增强边缘后的图像。 2)比较分析各模板对去噪效果的影响。 -1) known image imageRuihua1.tif and imageRuihua2.tif, using appropriate spatial filtering methods (choose a variety of templates and
Verification-code-(2)
- 中文验证码处理程序,有效的进行验证码去噪去空白预处理,具有较好的效果。-Chinese codes handler, effectively carry out the verification code to de-noising pretreatment blank, with good results.
DE
- 最简单的差分格式有向前、向后和中心3种。 向前差分:f (n)=f(n+1)-f(n) 向后差分:f (n)=f(n)-f(n-1) 中心差分:f (n)=[f(n+1)-f(n-1)]/2-The easiest difference format forward, backward, and three kinds of centers. Forward differencing: f (n) = f (n+ 1)-f (n) Backward differenc
bm3d0
- BM3D算法源代码。NLM去噪算法使用的是inter-patchcorrelation,而Wavelet shrinkage使用的则是intra-patch correlation。这两种方法都取得了不错的效果,一个很自然的想法就是:可以同时使用他们两个方法吗?这便导出了BM3D去噪算法[2],算是现在公认的去噪效果最好的算法。-BM3D algorithm source code. NLM Denoising algorithm using inter-patchcorrelation, an
Depth-image-based-rendering
- This program implements the rendering framework that is used in the paper D. De Silva, W. Fernando, and H. Kodikaraarachchi, “A NEW MODE SELECTION TECHNIQUE FOR CODING DEPTH MAPS OF 3D VIDEO,” IEEE International Conference on Acoustics, S
利用de Boor算法绘制B样条曲线
- 运用计算机图形学的知识,采用4阶B样条基函数,节点向量取为[0,0,0,0,1/4,2/4,3/4,1,1,1,1] 先绘制控制多边形,再用分段直线段绘制B样条曲线(Using the knowledge of computer graphics, the 4 order B spline basis function is used, and the node vector is taken as [0,0,0,0,1/4,2/4,3/4,1,1,1,1]. First, draw