Skip to content

基于Qt和openCV人脸识别程序(linux-ubuntu系统下)

Notifications You must be signed in to change notification settings

kakusamann/faceLite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

faceLite -- 基于Qt + openCV 的面部识别小程序

环境配置

  • 系统:Ubuntu 22.04.1 LTS

  • QT版本:5.12.0

  • OpenCV版本:4.7.0

    开始界面

主要功能

  • 导入图片,对图片进行人脸检测

    • QFileDialog
    • QLabel
    • cv::CascadeClassifier

    图片标注

  • 视频实时面部检测,可以进人脸识别截图保存

    • cv::VideoCapture
    • cv::Mat
    • cv::CascadeClassifier

    image

  • 视频实时面部识别,可以对面部进行身份识别 (但是需要提前训练特征模型XML)。

    • cv::VideoCapture
    • cv::Mat
    • cv::face::FaceRecognizer
    • cv::face::EigenFaceRecognizer

    image image

About

基于Qt和openCV人脸识别程序(linux-ubuntu系统下)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published