-
This is mainly concerned with the mathematical quadratic Bezier curve algorithm,...
这是主要关于数学上二次bezier曲线的算法,用vc 6.0完成-This is mainly concerned with the mathematical quadratic Bezier curve algorithm, complete with vc 6.0
- 2023-04-29 17:05:03下载
- 积分:1
-
Asuo二维绘图控件 V2.0
Asuo二维绘图控件 V2.0-Asuo 2D graphics Control V2.0
- 2023-06-20 19:25:05下载
- 积分:1
-
jpeg图像编/解码
jpeg图像编/解码-jpeg picture arranges/decodes
- 2023-08-31 20:55:03下载
- 积分:1
-
d3d initialization procedure, the use of mfc, the realization of the dialog box.
d3d程序初始化,运用mfc,实现对话框。-d3d initialization procedure, the use of mfc, the realization of the dialog box.
- 2022-11-02 21:10:03下载
- 积分:1
-
粒子系统的一个小例子
粒子系统的一个小例子-Particle system in a small example
- 2023-03-01 09:20:03下载
- 积分:1
-
这是用VC++中的MFC事项的,用角度DDA法产生圆弧
这是用VC++中的MFC事项的,用角度DDA法产生圆弧-This is the VC MFC matters with DDA point arc generated Act
- 2022-06-15 06:40:15下载
- 积分:1
-
使用汇编写的旋转bmp图形的程序
使用汇编写的旋转bmp图形的程序- The use collects the compilation to revolve the bmp graph
procedure
- 2022-09-04 04:30:02下载
- 积分:1
-
MFC框架,实现图像的放大缩小功能,实现傅里叶装换,实现图像的边缘检测功能。...
MFC框架,实现图像的放大缩小功能,实现傅里叶装换,实现图像的边缘检测功能。-MFC framework to achieve image zoom function for the realization of Fourier installed to realize the edge detection image.
- 2022-01-25 22:57:13下载
- 积分:1
-
fvs_enhancer:指纹增强程序,描述了如何使用该库增强指纹图像。原图像和目标图
像都是位图。
fvs_direction:描述了如何提取方向图。...
fvs_enhancer:指纹增强程序,描述了如何使用该库增强指纹图像。原图像和目标图
像都是位图。
fvs_direction:描述了如何提取方向图。输入图像必须是归一化的图像,这样才能
有较好的效果。输出图像覆盖于输入图像之上。
fvs_createtestimages:该程序用来产生调试过程中可能会用到的一些位图图像,这
些图像是不同角度和不同间隔的条纹。产生图像的文件名命名方式如下:
testimgSSSDDD.bmp
其中,SSS代表条纹间隔(像素个数),DDD代表方向的角度。
fvs_thinner:描述了怎样细化一个指纹图像。细化后的图像尽可能的代表了指纹的
脊线。
fvs_minutia:显示了如何从细化后的指纹图像中获得细节点集合。这一部分目前做
的效果不好,提取出的伪细节点太多。
fvs_mask:计算有效的指纹区域(剔除非指纹区域以及模糊指纹区域)。
include目录:
包含了头文件。-fvs_enhancer : fingerprint enhancement procedures, a description of how to enhance the use of the fingerprint image. The original image and objectives are bitmap images. Fvs_direction : describes how to extract the direction of the map. Input image must be a normalized image, in order to have better results. Image output coverage in the input image above. Fvs_createtestimages : The procedure used to produce debugging process may be used in some of Bitmap images, These images are different angles and different spacing of the fringes. Images produced a
- 2022-10-07 07:20:03下载
- 积分:1
-
KLT 特征点选取
Kanade-Lucas-Tomasi(KLT)算法是基于图像特征点的跟踪算法,由目标对象特征点提取,特征点跟踪两部分组成。本文首先阐述了KLT算法的基本原理,分析了影响算法执行速度的主要原因。分析表明KLT算法的操作主要集中在乘加运算和循环,图像卷积运算和循环占用的执行时间比较长。
- 2022-03-09 18:59:03下载
- 积分:1