-
读取txt文件象素,在Winform上显示图象
读取txt文件象素,在Winform上显示图象-Pixel read txt file in the Winform display image
- 2022-02-21 04:21:09下载
- 积分:1
-
flashaction关于TextField图片的下载情况的使用!
flashaction关于TextField图片的下载情况的使用!-flashaction TextField pictures on the use of the download!
- 2022-01-21 20:18:36下载
- 积分:1
-
CC VESA VGA头文件(清华),包括司机、字体、鼠标
CC++ VESA VGA 头文件(来自清华),包括驱动程序,字体文件,鼠标驱动和例程-CC VESA VGA header files (from Tsinghua), including drivers, fonts, mouse-driven and routines
- 2022-03-17 06:54:09下载
- 积分:1
-
Fractal Brown Model 分形布朗模型计算图像的纹理分形值。运行命令:fractal(收敛范围)...
Fractal Brown Model 分形布朗模型计算图像的纹理分形值。运行命令:fractal(收敛范围)-Brown Fractal Brown model image texture fractal value. Running order : fractal (Scherer)
- 2022-12-07 16:10:03下载
- 积分:1
-
运用Visual.Basic编写的《图标制作软件》及愿代码
运用Visual.Basic编写的《图标制作软件》及愿代码-Visual.Basic prepared by the use of "icon software," and is willing to code
- 2022-03-03 01:19:51下载
- 积分:1
-
表格控件GridCtrl
表格控件GridCtrl-forms controls GridCtrl
- 2022-07-18 18:13:50下载
- 积分:1
-
源代码标识号
识别数字的源代码-identification number of source code
- 2022-07-18 12:16:54下载
- 积分:1
-
这是一个实现GVF(广义梯度矢量流算法)的matla代码,
这是一个实现GVF(广义梯度矢量流算法)的matla代码,-This is a realization of GVF (generalized gradient vector flow algorithm) matla code,
- 2022-02-01 10:15:46下载
- 积分:1
-
大家要把握机会阿 非常难得的代码阿 赶快下载吧
大家要把握机会阿 非常难得的代码阿 赶快下载吧-The code is wonderful! Download now, come on!!
- 2022-02-26 13:41:52下载
- 积分:1
-
摄像头采集人脸并计算相似度
加载原始对比图像,并计算原始图像的直方图;
获取摄像头信息,抽取其中的帧,并计算该帧图像的直方图;
将抽取的图像的直方图与原始图像的直方图进行比较,并计算其相似度。
这个相似度就是这两上人脸的相似度了。
主要有以下几个函数构成:
/** Function Headers */
void detectAndDisplay(Mat bas_img, Mat frame, bool iscap );
//获取直方图
Mat calculateHistogram(Mat src_img);
//计算相似度
double calculateComparesion(Mat src, Mat dst);
- 2022-07-09 02:43:33下载
- 积分:1