-
摄像头采集人脸并计算相似度
加载原始对比图像,并计算原始图像的直方图;
获取摄像头信息,抽取其中的帧,并计算该帧图像的直方图;
将抽取的图像的直方图与原始图像的直方图进行比较,并计算其相似度。
这个相似度就是这两上人脸的相似度了。
主要有以下几个函数构成:
/** 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
-
搅拌机
blender-2.37a-linux-glibc2.2.5-i386
可用于3D图形的显示和处理软件源码文件-blender-2.37a-linux-glibc2.2.5-i386 can be used for 3D graphics display and processing software source documents
- 2022-08-20 17:59:32下载
- 积分:1
-
图像文件格式处理代码
图像文件格式处理代码-image file format handling code
- 2022-09-16 14:50:03下载
- 积分:1
-
用C语言编写的电子时钟!
用C语言编写的电子时钟!-C language electronic clock!
- 2022-06-12 16:45:15下载
- 积分:1
-
vb编写的贝塞尔曲面
vb编写的贝塞尔曲面-vb Bessel prepared by the Surface
- 2023-04-01 12:25:03下载
- 积分:1
-
图形图像编程篇(很多示例程序,good)
图形图像编程篇(很多示例程序,good)-Programming in Graphics & Images
(Sort of examples ,good)
- 2023-06-24 09:20:04下载
- 积分:1
-
本程序提供游程长度压缩和解压缩函数,并对图象文件压缩和解压缩...
本程序提供游程长度压缩和解压缩函数,并对图象文件压缩和解压缩-procedures for the run-length compression and decompression functions, as well as image compression and decompression
- 2022-01-26 04:08:28下载
- 积分:1
-
简单的画图软件。
简单的画图软件。- Simple painting software.
- 2022-10-08 10:00:03下载
- 积分:1
-
terrain height querry, which is represented by triangle mesh
terrain height querry, which is represented by triangle mesh
- 2022-02-20 03:49:23下载
- 积分:1
-
视频的多目标跟踪 MATLAB
应用背景
Discrete-Continuous Optimization for Multi-Target Tracking (CVPR 2012)
关键技术The problem of multi-target tracking is comprised of two distinct, but tightly coupled challenges: (i) the naturally discrete problem of data association, i.e. assigning image observations to the appropriate target; (ii) the naturally continuous problem of trajectory estimation, i.e. recovering the trajectories of all targets. To go beyond simple greedy solutions for data association, recent approaches often perform multi-target tracking using discrete optimization. T
- 2022-07-09 20:10:24下载
- 积分:1