-
多线程文件的传输实现 需要在linux shell 下操作
多线程文件的传输实现 需要在linux shell 下操作-multithreaded file transfer realize the need to operate under linux she
- 2022-01-26 00:44:27下载
- 积分:1
-
周立功
ZLG-GUI源代码完整版12-font5_7.c
-ZLG-GUI source code full version of 12-font5_7.c
- 2023-02-22 08:50:04下载
- 积分:1
-
使用串行通信网络
linux下利用串口进行网络通讯-using serial communications network
- 2022-07-15 18:58:18下载
- 积分:1
-
gcc 能编译 完全用于学习!gcc can be compiled exclusively for learning!
gcc 能编译 完全用于学习!gcc can be compiled exclusively for learning!-gcc can be compiled exclusively for learning!
- 2023-05-23 20:15:05下载
- 积分:1
-
如何制作ramdisk的一个好资料
如何制作ramdisk的一个好资料-how to make ramdisk
- 2023-05-08 22:55:02下载
- 积分:1
-
一个可以用来打印任何一个月所有天数的SHELL脚本
一个可以用来打印任何一个月所有天数的SHELL脚本-1 can be used to print all the days in any month the number of Shell scripts
- 2022-03-28 19:45:01下载
- 积分:1
-
适用于Linux下的针对罗技设想头的驱动程序,其它飞利浦芯片的摄像头也支持...
适用于Linux下的针对罗技设想头的驱动程序,其它飞利浦芯片的摄像头也支持-Applicable to Linux Logitech envisaged under the head against the driver, other Philips chip camera also supports the
- 2022-01-21 04:38:12下载
- 积分:1
-
demo目录:
fvs_enhancer:指纹增强程序,描述了如何使用该库增强指纹图像。原图像和目标图
像都是位图。
fvs_directio...
demo目录:
fvs_enhancer:指纹增强程序,描述了如何使用该库增强指纹图像。原图像和目标图
像都是位图。
fvs_direction:描述了如何提取方向图。输入图像必须是归一化的图像,这样才能
有较好的效果。输出图像覆盖于输入图像之上。
fvs_createtestimages:该程序用来产生调试过程中可能会用到的一些位图图像,这
些图像是不同角度和不同间隔的条纹。产生图像的文件名命名方式如下:
testimgSSSDDD.bmp
其中,SSS代表条纹间隔(像素个数),DDD代表方向的角度。
fvs_thinner:描述了怎样细化一个指纹图像。细化后的图像尽可能的代表了指纹的
脊线。
fvs_minutia:显示了如何从细化后的指纹图像中获得细节点集合。这一部分目前做
的效果不好,提取出的伪细节点太多。
fvs_mask:计算有效的指纹区域(剔除非指纹区域以及模糊指纹区域)。
include目录:
包含了头文件。
src目录:
包含了指纹识别中各种算法的实现代码。这些代码的使用方法可以参见demo目录中的
例程。-demo directory : fvs_enhancer : fingerprint enhancement procedures describes 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 i
- 2022-03-06 05:01:11下载
- 积分:1
-
Blue
Blue-small-1.2.tar.bz2.rar
- 2022-01-30 15:06:32下载
- 积分:1
-
int show_char(int n, const char *name, chtype code)
{
const int height =...
int show_char(int n, const char *name, chtype code)
{
const int height = 16
int row = 4 + (n height)
int col = (n / height) * COLS / 2
mvprintw(row, col, " *s : ", COLS/4, name)
addch(code)
return n + 1
}- int show_char(int n, const char*name, chtype code)
{
const int height = 16
int row = 4+ (n height)
int col = (n/height)* COLS/2
mvprintw(row, col, "*s : ", COLS/4, name)
addch(code)
return n+ 1
}
- 2023-01-13 11:50:04下载
- 积分:1