登录
首页 » opencv » 出于安全目的的人脸识别

出于安全目的的人脸识别

于 2022-06-13 发布 文件大小:1.51 kB
0 47
下载积分: 2 下载次数: 1

代码说明:

我的项目是所有关于认识在机场人群中的罪犯,如果目前和有关认可嫌疑犯然后告知有关的当局。 第一是从央视收集视频素材。 下一步是检测的面孔并提取它们。 做一些预处理的脸上。 提取一些特征点,并将它们存储在数据库中进行进一步的脸比较。 比较特征点的面孔与现有的数据库,并给出结果作为找到或不匹配。 如果找到匹配项,向有关当局发送信息通过邮件的被认可的人。 它是使用 opencv 库和 microsoft visual studio。

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Python-opencv车牌识别
    算法思想来自于网上资源,先使用图像边缘和车牌颜色定位车牌,再识别字符。车牌定位在predict方法中,为说明清楚,完成代码和测试后,加了很多注释,请参看源码。车牌字符识别也在predict方法中,请参看源码中的注释,需要说明的是,车牌字符识别使用的算法是opencv的SVM, opencv的SVM使用代码来自于opencv附带的sample,StatModel类和SVM类都是sample中的代码。SVM训练使用的训练样本来自于github上的EasyPR的c++版本。由于训练样本有限,你测试时会发现,车牌字符识别,可能存在误差,尤其是第一个中文字符出现的误差概率较大。(Bits in the predict method, for clarity, add a lot of comments after completing the code and testing, see the source code. License plate character recognition is also included in the predict method. Please refer to the comments in the source code. It needs to be noted that the algorithm used for license plate character recognition is SVM of opencv. The training sample used for SVM training comes from the c++ version of EasyPR on github. Due to limited training samples, you may find errors in license plate character recognition when testing, especially the error probability of the first Chinese character is large.)
    2018-08-30 16:46:33下载
    积分:1
  • 车道线的检测 3970978Test
    说明:  采用传统图像处理方法,能够实现对车道线的检测,检测效果较好(The traditional image processing method can realize the detection of lane line, and the detection effect is good)
    2020-07-29 09:21:10下载
    积分:1
  • 兴趣点检测
    关于harris兴趣点检测,兴趣点的检测和查找,包含头文件和源文件,角点检测部分可以参考。Opencv中用于实现harris角点检测的基本函数时,cv::cornerHarris使用方便,输出结果是浮点数类型的图像,每一项为对应位置的角点强度,之后可使用阈值化已得到一组检测到的角点。
    2022-12-08 19:50:03下载
    积分:1
  • ciwt-master
    基于c++的多目标跟踪,达到实时性要求,仅供参考(multi-object tracking in real-time)
    2019-01-10 20:13:17下载
    积分:1
  • pedestrian detection master
    使用C++,opencv实现行人检测,包含文件为 crop-image、find_save+hardexample、imag_detect、peopledetect以及video_detect,使用HOG实现行人的检测。
    2022-02-05 05:41:15下载
    积分:1
  • FaceRecognitionDemo_2
    Face Recognition Demo 2
    2012-04-13 00:32:53下载
    积分:1
  • demo
    利用opencv进行相机标定 内附标定板图像(Camera calibration with OpenCV.)
    2017-11-08 11:08:36下载
    积分:1
  • xtt-face-0.0.2
    说明:  java 调用人脸识别,进行了封装,请解压内部文件,然后进行反编译jar(java call opencv Call face recognition, encapsulate, decompress internal files, and decompile jar)
    2020-06-23 12:00:02下载
    积分:1
  • DetectObjectWithSurf
    Object detection (or rather, recognition) is one of the fundamental problems in computer vision and a lot of techniques have come up to solve it. This is a Project about Real-time object detection in OpenCV using SURF.
    2013-09-10 00:59:41下载
    积分:1
  • cbct_segment
    说明:  使用opencv可以读取bmp肺部CT图片并准确分割出肺部的轮廓。(we can read BMP lung CT images and accurately segment the lung contour by opencv.)
    2020-07-21 12:54:44下载
    积分:1
  • 696518资源总数
  • 104292会员总数
  • 28今日下载