-
摄像头采集人脸并计算相似度
加载原始对比图像,并计算原始图像的直方图;
获取摄像头信息,抽取其中的帧,并计算该帧图像的直方图;
将抽取的图像的直方图与原始图像的直方图进行比较,并计算其相似度。
这个相似度就是这两上人脸的相似度了。
主要有以下几个函数构成:
/** 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
-
based on human face and voice of biological dual
基于人脸和语音双通道的生物认证算法,已经通过编译,效果较好。-based on human face and voice of biological dual-channel authentication algorithms, compiler has been passed, the result is better.
- 2022-10-17 09:05:03下载
- 积分:1
-
这是一个非常有名的原代码,包括多种图像处理、图像识别、特征计算,是做图像处理与分析工作人员的很好的助手...
这是一个非常有名的原代码,包括多种图像处理、图像识别、特征计算,是做图像处理与分析工作人员的很好的助手-This is a very well-known source code, including a variety of image processing, image recognition, feature calculation, is to do image processing and analysis of staff, a good assistant
- 2022-04-29 08:07:44下载
- 积分:1
-
2D scanning fill algorithm, the procedures under the left mouse button to choose...
二维图形中扫描线填充算法,本程序根据鼠标左键选择图形每个顶点,用右键闭合图形,然后填充-2D scanning fill algorithm, the procedures under the left mouse button to choose graphics for each vertex, right-Closed graphics, then filled
- 2023-05-20 02:35:03下载
- 积分:1
-
Nurbs曲线曲面算法,帮助大家在OpenGL,MFC环境下制作程序
Nurbs曲线曲面算法,帮助大家在OpenGL,MFC环境下制作程序-Nurbs curves and surfaces algorithm, to help everyone in the OpenGL, MFC production environment procedures
- 2022-05-18 16:18:26下载
- 积分:1
-
osg 图形和文字实现 还有键盘鼠标的按键事件状态等一些
osg 图形和文字实现 还有键盘鼠标的按键事件状态等一些-osg- OpenSceneGraph 2d and 3d
- 2022-03-22 16:48:09下载
- 积分:1
-
在对原图像进行双正交7/9三级小波分解后 ,在第二级的水平、垂直、对角以及第三级对角分量上加入水印系数,再经过小波反变换重构出图像。...
在对原图像进行双正交7/9三级小波分解后 ,在第二级的水平、垂直、对角以及第三级对角分量上加入水印系数,再经过小波反变换重构出图像。-in the original image Biorthogonal 7/9 3 wavelet decomposition, in the second-class level, vertical, diagonal, and the third-class right angle to add weight coefficient watermark, after wavelet-transform reconstruct images.
- 2023-02-08 07:25:03下载
- 积分:1
-
图像腐蚀,图像膨胀,开运算,闭运算,数学形态学的其他运算...
图像腐蚀,图像膨胀,开运算,闭运算,数学形态学的其他运算-Image corrosion, image expansion, opening operation, closing operation
- 2022-02-02 14:01:21下载
- 积分:1
-
写瀑布流水
c 语言写的瀑布流水-write waterfall flowing water
- 2022-09-08 07:55:03下载
- 积分:1
-
多边形裁剪算法程序,计算机图形学的作业,VC编写
多边形裁剪算法程序,计算机图形学的作业,VC编写-polygon clipping algorithm, computer graphics operations, the preparation of VC
- 2023-02-11 08:40:03下载
- 积分:1