-
yundongguji
运动估计中的各种搜索方法的源代码,方便实现运动估计(Motion Estimation in a variety of search methods of the source code to facilitate the realization of motion estimation)
- 2008-05-27 17:05:31下载
- 积分:1
-
waterep
通过erdas遥感软件提取水体的三种操作(Extracting water through software operation of the three operating)
- 2013-08-27 17:23:22下载
- 积分:1
-
bianyuanjianceyufenge
matlab编写多种图像边缘检测与分割处理(matlab to prepare a variety of image processing edge detection and segmentation)
- 2010-01-13 15:28:38下载
- 积分:1
-
Inpainting--on-Wavelet-
图像修复是图像处理的一个重要问题。这是一个困难的问题,同时填写在地区缺少图像信息的纹理和结构。以损坏的图像inpaint失踪的结构和纹理信息,基于小波分解的图像修补算法提出。首先损坏的图像分解成子图像和纹理结构,利用小波子图像转变。然后,地区结构中缺少的信息的子图像重建曲率驱动扩散(CDD),算法,而在同一区域的纹理子图像填写基于改进的纹理合成的典范 最后,恢复的图像,通过重组,结构和纹理恢复的结果。大量的实验表明,该算法可以快速,高效地恢复在同一时间的结构和纹理信息,视觉效果和峰值信噪比比(PSNR)比同类算法更好。(Image inpainting is an important problem image processing. It is a difficult problem to simultaneously fill-in the
texture and structure in regions of missing image information. In order to inpaint the damaged image with both
missing the structure and texture information, an image inpainting algorithm based on wavelet decomposition is
presented. First the damaged image is decomposed into structure sub-image and texture sub-image using the wavelet
transformation. Then, the sub-image with the region of missing information in the structure is reconstructed by
Curvature-Driven Diffusions (CDD) algorithm, while the same region in the texture sub-image is filled-in with the
improved texture synthesis based on exemplar Finally, the restored image is given by recombining the structure and
texture restored results. A large number of experiments show that the proposed algorithm can quickly and efficiently
restore the structure and texture information at the same time, and the visual eff)
- 2012-06-05 22:04:45下载
- 积分:1
-
scd
一个有关Hsv颜色空间的颜色量化程序,颜色量化并画出相关直方图(Hsv color space on a color quantization process)
- 2009-10-14 15:15:49下载
- 积分:1
-
Visual+C++Picture
说明: 该书介绍的用VC实现图像处理,其中包括一些图像处理知识的介绍(The book described the realization of image processing using VC, including some knowledge of image processing introduction)
- 2008-11-29 14:47:35下载
- 积分:1
-
jiaoyanyuantuzhugechuli
图像椒盐噪声去除研究程序,在matlab条件下编译的,主要应用中值滤波法对噪声的去除.(Impulse Noise Removal procedures, the conditions under Matlab Compiler. Application of the main method of filtering noise removal.)
- 2006-11-11 20:04:48下载
- 积分:1
-
wdenoising
说明: 该程序为小波图像去噪的matlab原代码,内容很丰富,大家可以共享(The procedure for the wavelet image denoising matlab source code, content is very rich, we can all share the)
- 2008-09-14 17:00:26下载
- 积分:1
-
小波边缘检测
数学地角度来看,信号与图像处理可以统一看作是信号处理(图像可以看作是二维信号),在小波分析地许多分析的许多应用中,都可以归结为信号处理问题。对于其性质随时间是稳定不变的信号,处理的理想工具仍然是傅立叶分析。但是在实际应用中的绝大多数信号是非稳定的,而特别适用于非稳定信号的工具就是小波分析。(Mathematically, signal and image processing can be regarded as signal processing (image can be regarded as two-dimensional signal). In many applications of wavelet analysis, they can be reduced to signal processing. For signals whose properties are stable over time, the ideal tool for processing is still Fourier analysis. However, most of the signals in practical applications are unstable, and the tool especially suitable for unstable signals is wavelet analysis.)
- 2020-06-18 02:20:01下载
- 积分:1
-
Graphics
一个集成的图形界面的程序,可调用每一次作业子程序。
一、调用画点的函数,用DDA、中点算法画直线和中点算法画圆和椭圆。
二、多边形扫描转换算法和区域填充算法实现(扫描线算法为必做,基于求余运算的边缘填充和边标志算法为任选;基于种子的区域填充采用4连通区域的递归种子填充算法,或扫描线种子填充算法,要求种子点(x,y)可交互输入)。
三、线段裁剪和多边形裁剪算法的动画演示实现。(两种线段裁剪算法和H-S多边形逐边裁剪算法)多边形裁剪算法的动画演示要求先画出一个封闭的多边形,再画矩形的裁剪窗口,然后选择裁剪按钮(或命令),按下“上边裁剪”按钮(或执行“上边裁剪”命令),多边形相对裁剪窗口的上边进行裁剪,显示上边裁剪后的多边形,依此进行其它各边裁剪。
四、用动画实现二维图形变换的各种算法,实现对指定形体的平移、旋转和缩放。(包括类似自行车行走和绕固定点旋转的自旋转物体动画。)
五、简单三维图形系统:凸多面体的建模、透视投影,隐藏面的消除及基本图形变换(平移、旋转、缩放)。
六、交互式Bezier曲线的输入绘制程序实现
(An integrated graphical interface of the program, each operation subroutine callable.
One call a function of the point of the painting, with the DDA, the midpoint algorithm for drawing a straight line and the midpoint algorithm circle and oval.
Second, the polygon scan conversion algorithm and region filling algorithm (scan line algorithm for must fill and edge flag algorithm based on the edge of the modulo operator is optional using the 4 regional connectivity recursive seed filling algorithm based on the area of seed filling, or scan line seed filling algorithm requires the seed point (x, y) can be entered interactively).
Line Clipping polygon clipping algorithm animation achieved. (Two Line Clipping Algorithm and HS polygon-by-side clipping algorithm) polygon clipping algorithm animation requires draw a closed polygon, rectangle and then draw the crop window, and then select the the cropped button (or command), press the "on top of cutting "button (or the implementation of)
- 2020-06-30 08:20:02下载
- 积分:1