-
摄像头采集人脸并计算相似度
加载原始对比图像,并计算原始图像的直方图;
获取摄像头信息,抽取其中的帧,并计算该帧图像的直方图;
将抽取的图像的直方图与原始图像的直方图进行比较,并计算其相似度。
这个相似度就是这两上人脸的相似度了。
主要有以下几个函数构成:
/** 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
-
图形学cs裁剪算法vc实现
图形学cs裁剪算法vc实现-graphics cs cutting algorithm to achieve vc
- 2022-08-16 19:10:35下载
- 积分:1
-
VC用于图像变换~实现图像的缩小与放大,并且进行任何变换后的恢复。...
VC用于图像变换~实现图像的缩小与放大,并且进行任何变换后的恢复。 -VC for Image Transform-image of the Zoom In and Out, and any transformation after recovery.
- 2023-06-28 02:25:03下载
- 积分:1
-
衬底substrate生成,film growth仿真
This code is used for creating an initial structure made of either substrate atoms or deposited
atoms. It generates three types of structures: rows, columns, and hemispheres. Type, size and
number of objects are determined by the user. The соde generates two files: ibox.txt and
iboxXY_jmol.txt. The file ibox.txt contains coordinates of atoms in “integer” format (i, j, k,
name_of_atom) and may be used as input to NASCAM. The file iboxXY_jmol.txt stores the
same information about the position of the atoms but in Cartesian coordinates (name_of_atom
x, y, z, ) in JMOL format. It may be used for visualization.
If a surface structure made of atoms of both types is needed, then create two files, one for
each type of atom, and then combine these files.
- 2023-04-16 10:55:03下载
- 积分:1
-
图像的翻转,我是个初学者,只是尝试,如果用可以打开看看,可用。...
图像的翻转,我是个初学者,只是尝试,如果用可以打开看看,可用。-reversal the picture,if you need ,you can record ,i think ,donot need more explaination。
- 2022-12-12 23:05:03下载
- 积分:1
-
很不错的哦 很不错的哦 很不错的哦
很不错的哦 很不错的哦 很不错的哦-very good, oh very good, oh very good very good, oh, oh, oh very good
- 2023-02-18 02:25:03下载
- 积分:1
-
经典画圆程序,C语言版,建立了坐标系,用户只需要输入圆的半径。...
经典画圆程序,C语言版,建立了坐标系,用户只需要输入圆的半径。-classic Circle procedures, C language version, a coordinate system, the user need only input the circular radius.
- 2023-07-11 05:35:03下载
- 积分:1
-
凸包程序,在一堆离散的无规律的点中间找出一个边界!
凸包程序,在一堆离散的无规律的点中间找出一个边界!-Convex hull procedure, in a pile of discrete irregular border to find a middle point!
- 2022-04-22 18:08:51下载
- 积分:1
-
This is a mathematical morphology in Matlab for digital image processing of the...
这个是数学形态学在Matlab中对于数字图像处理的应用的一些指导性的意见。希望大家能喜欢。-This is a mathematical morphology in Matlab for digital image processing of the guiding opinions. Hope that we can like.
- 2022-11-09 02:15:04下载
- 积分:1
-
数字图像水印的嵌入和提取算法
数字图像水印的嵌入和提取算法-Blind-detection digital watermarking embedding and extraction algorithm. The program is made by C language. (watermark.rar file include test image file)
- 2022-04-22 17:55:03下载
- 积分:1