-
把DDB转换成DIB
把DDB转换成DIB-put into DIB
- 2022-02-04 12:43:08下载
- 积分:1
-
For MATLAB source code for fingerprint recognition package, with engineering sig...
用于指纹识别的MATLAB源代码程序包,具有工程上的意义-For MATLAB source code for fingerprint recognition package, with engineering significance
- 2022-07-14 08:11:55下载
- 积分:1
-
matlab的一些实例,适用于初学者,很多有用的例子
matlab的一些实例,适用于初学者,很多有用的例子-Some examples of matlab for beginners, many useful examples
- 2022-01-28 18:37:29下载
- 积分:1
-
图象平滑锐化,清华学生写的。值得一看,他代码的行文都非常的清晰,不愧是重点大学的学生啊...
图象平滑锐化,清华学生写的。值得一看,他代码的行文都非常的清晰,不愧是重点大学的学生啊-smoothing image sharpening, Tsinghua students wrote it. An eye-catcher, he reads the code are very clear, and is indeed the focus of university students ah. .
- 2022-02-07 10:43:13下载
- 积分:1
-
MATLAB程序使用特征脸的人脸识别系统,它使用在
这个Matlab程序使用eigenface系统实现人脸识别,它使用AT&T的数据库,运行代码实例前,请阅读其中的comment,下载该数据库。-Matlab program uses the eigenface face recognition system, which uses AT
- 2023-01-12 02:50:03下载
- 积分:1
-
这是一个基于VC 开发的人脸识别软件,具有速度快,识别率高的特点。...
这是一个基于VC 开发的人脸识别软件,具有速度快,识别率高的特点。-This is a VC based on the development of face recognition software, speed, high recognition rate.
- 2022-06-14 13:57:42下载
- 积分:1
-
PCA人脸识别的matlab源代码,可以作为初学者学习揣摩之用
PCA人脸识别的matlab源代码,可以作为初学者学习揣摩之用-PCA face recognition matlab source code, you can try to figure out as a beginner to learn the use of
- 2023-08-03 15:50:03下载
- 积分:1
-
教你怎样使用Maya
教你怎样使用Maya-teach you how to use the Maya
- 2022-01-25 15:32:05下载
- 积分:1
-
一款开源的完整矢量绘图控件源码,支持直线、弧线、矩形、圆角矩形、椭圆、多边形、星形、文本和图片等的绘制,支持旋转、缩放、选择、排列等操作,总的说来功能还是不错的...
一款开源的完整矢量绘图控件源码,支持直线、弧线、矩形、圆角矩形、椭圆、多边形、星形、文本和图片等的绘制,支持旋转、缩放、选择、排列等操作,总的说来功能还是不错的!其实如果稍微懂点计算机图形学的知识要做出比这个还要完善的矢量绘图软件应该是没有问题的。
VB6本身对于绘图的支持是非常弱的,因此一般直接通过其内置方法实现的绘图效率都成很大的问题。解决方法之一是采用Windows API来进行底层GDI的绘制,更好的方法是采用GDI+来绘图,这样效果会更好。
-A complete open source vector graphics controls in support of a straight line, arc, rectangle, rounded rectangle, ellipse, polygon, star, text and pictures, such as rendering, support for rotation, zooming, selection, arrangement and other operations, the total to function or that good! In fact, if a little point of computer graphics to understand the knowledge to make than that perfect vector drawing software should not be any problem. VB6 their support for the graphics are very weak, so the general method of directly through its built-in graphics to achieve efficiency into a big problem. One solution is the use of Windows API for the underlying GDI rendering, and better way is to adopt GDI+ To graphics, so the effect will be even better.
- 2023-08-27 16:20:04下载
- 积分: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