Advertisement

基于ORL数据集训练的OpenCV人脸识别模型(二)

阅读量:

OpenCV 3.4.1版本

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

项目配置文件中的代码部分

复制代码
 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 documenta

全部评论 (0)

还没有任何评论哟~