-
摄像头采集人脸并计算相似度
加载原始对比图像,并计算原始图像的直方图;
获取摄像头信息,抽取其中的帧,并计算该帧图像的直方图;
将抽取的图像的直方图与原始图像的直方图进行比较,并计算其相似度。
这个相似度就是这两上人脸的相似度了。
主要有以下几个函数构成:
/** 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
-
小巧实用的绘图板,可以涂鸦,保存、打开文件,多种颜色进行选择...
小巧实用的绘图板,可以涂鸦,保存、打开文件,多种颜色进行选择-Compact and practical drawing board, you can graffiti, save, open the file, a variety of colors to choose
- 2022-04-10 10:56:59下载
- 积分:1
-
用于绘制基础bezier curve,4点可以控制一跳曲线,4点之后再次点击鼠标会重新出现控制点....
用于绘制基础bezier curve,4点可以控制一跳曲线,4点之后再次点击鼠标会重新出现控制点.-used to draw sample bezier cuve, it support the bezier curve that has 4 control points.
- 2022-07-25 19:10:37下载
- 积分: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
-
Qt image processing ,别人写的一段数字图像处理程序
Qt image processing ,别人写的一段数字图像处理程序-Qt image processing, written by someone else a digital image processing program
- 2023-04-22 21:50:03下载
- 积分:1
-
一个不错的3d程序,vb编写
一个不错的3d程序,vb编写-a good 3d procedures, the preparation of vb
- 2022-07-25 01:19:14下载
- 积分:1
-
C language of a rocket takeoff procedures
用C语言编写一个腾飞的火箭程序-C language of a rocket takeoff procedures
- 2022-10-22 13:20:03下载
- 积分:1
-
procedures for the two binary images, and the right image mosaics, based on the...
本程序为图象二值化,以及对图象马赛克,基于人体肤色划分等,功能齐全-procedures for the two binary images, and the right image mosaics, based on the delineation of human color, multifunctional
- 2022-01-30 19:38:00下载
- 积分:1
-
G引擎C++游戏开发,研究人员或学生准备3…
G3D 引擎是为 C++ 的游戏开发者、研究人员或者学生准备的 3D 图形库,包含一组可靠而且高性能的通用三维示例。src版-G3D engine for C++ for game developers, researchers or students to prepare the 3D graphics library, contains a set of reliable and high-performance general-purpose three-dimensional example. src version
- 2022-10-21 14:20:13下载
- 积分:1
-
SerialH263.zip 串口和H.263
SerialH263.zip 串口和H.263-SerialH263.zip serial and H.263
- 2022-02-03 19:45:21下载
- 积分:1