Advertisement

OpenCV人脸识别三(基于训练的模型识别面部特征)

阅读量:

所使用的OpenCV版本为3.4.1

在人脸识别技术中,所选用的算法为LBPHFaceRecognizer

对应的.pro文件代码内容如下

复制代码
 QT += core

    
 QT -= gui
    
  
    
 CONFIG += c++11
    
  
    
 TARGET = opencvTest
    
 CONFIG += console
    
 CONFIG -= app_bundle
    
  
    
 TEMPLATE = app
    
  
    
 SOURCES += main.cpp \
    
     fisherdemo.cpp \
    
     lbphdemo.cpp \
    
     lbphdemo2.cpp \
    
     lbphdemo3.cpp
    
  
    
 # The following define makes your compiler emit warnings if you use
    
 # any feature of Qt which as been marked deprecated (the exact warnings
    
 # depend on your compiler). Please consult the

全部评论 (0)

还没有任何评论哟~