-
一个用于图像去噪的matlab的GUI界面程序实例,可以读入各种图像格式,选择不同去噪方法,产生去噪图像,并在同一界面下同时显示原始图像,加噪图像和去噪图像...
一个用于图像去噪的matlab的GUI界面程序实例,可以读入各种图像格式,选择不同去噪方法,产生去噪图像,并在同一界面下同时显示原始图像,加噪图像和去噪图像-one for Image Denoising Matlab GUI interface procedures example, can be read into various image formats, different Denoising, generated image denoising, and the same interface also shows that the original image, increase noise and image denoising images
- 2022-03-05 06:00:03下载
- 积分:1
-
用vc编写抓图程序
用vc编写抓图程序-prepared using vc Previously procedures
- 2022-11-28 23:40:03下载
- 积分:1
-
一个分形程序,拥有图形界面,特别不同
一个分形程序,拥有图形界面,特别不同-a fractal procedures, with a graphical interface, in particular the different
- 2022-11-03 05:10:03下载
- 积分:1
-
Very good all
很好很全面的指纹识别介绍文章,讲的相对详细-Very good all-round introduction of fingerprint identification articles, talking about a relatively detailed
- 2022-02-24 17:06:04下载
- 积分:1
-
正方体透视投影变换,可通过鼠标及键盘实现动画效果
正方体透视投影变换,可通过鼠标及键盘实现动画效果-cube perspective projection transform, through mouse and keyboard to achieve animation effects
- 2023-06-25 01:20:03下载
- 积分:1
-
一个很好的背景,红色的底色给人一种兴奋感!
一个很好的背景,红色的底色给人一种兴奋感!-a good background, the red background gives us a sense of excitement!
- 2022-03-03 01:53:21下载
- 积分:1
-
用其中的菜单进行边缘检测,坐标,轮廓等的实现。
用其中的菜单进行边缘检测,坐标,轮廓等的实现。-Menu with one of edge detection, coordinate, contour, etc. realize.
- 2023-03-26 06:40:03下载
- 积分:1
-
This a 3D matrix class useful for drawing 3D graphics in Java. It implements sev...
This a 3D matrix class useful for drawing 3D graphics in Java. It implements several of the 3D transformations such as rotation, translation, and projection.
- 2022-02-10 08:26:38下载
- 积分:1
-
外星人效果
该程序采用C++编写,并利用opencv库来实现生成外星人效果。运行该程序需要外部摄像头设备,运行后通过摄像头获取当前视频,并对当前视频处理形成外星人效果。
- 2022-03-20 21:55:41下载
- 积分:1
-
犯错
扫描线填充法:
1、原理:该算法利用了扫描线的相关性和多边形边的相关性,而不是逐点进行处理。
2、扫描线的相关性:某条扫描线上相邻的象素,几乎都具有同样的内外性质,这种性质只有遇到多边形边线与该扫描线的交点时才会发生改变。
3、边的相关性:由于相邻扫描线上的交点是与多边形的边线相关的。对同一条边,前一条扫描线yi与该边的交点为xi,而后一条扫描线yi+1=yi+1与该边的交点则为xi+1=xi+1/m,利用这种相关性可以省去大量的求交运算。
边相关扫描线填充算法的实现需要建立两个表:边表(ET)和活动边表(AET)。-err
- 2023-07-27 18:40:02下载
- 积分:1