• 大小: 12KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-01-03
  • 语言: 其他
  • 标签: opencv  c/c++  

资源简介

opencv提取视频图片并检查人脸

资源截图

代码片段和文件信息

#include “opencv2/objdetect/objdetect.hpp“
#include “opencv2/highgui/highgui.hpp“
#include “opencv2/imgproc/imgproc.hpp“

#include 
#include 
#include 
#include 

using namespace std;
using namespace cv;

static void help()
{
    cout << “\nThis program demonstrates the cascade recognizer. Now you can use Haar or LBP features.\n“
            “This classifier can recognize many kinds of rigid objects once the appropriate classifier is trained.\n“
            “It‘s most known use is for faces.\n“
            “Usage:\n“
            “./facedetect [--cascade= this is the primary trained classifier such as frontal face]\n“
               “   [--nested-cascade[=nested_cascade_path this an optional secondary classifier such as eyes]]\n“
         

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件      10134  2016-06-13 09:05  SplitVedio\test\facedetect.cpp

     文件      13015  2016-06-17 09:04  SplitVedio\test\main.cpp

     文件       5803  2016-06-13 09:43  SplitVedio\test\test.vcxproj

     文件       1036  2016-06-12 15:27  SplitVedio\test\test.vcxproj.filters

     文件        143  2016-06-03 17:06  SplitVedio\test\test.vcxproj.user

     文件        879  2016-06-03 17:06  SplitVedio\test.sln

    ..A..H.     10240  2016-06-22 16:56  SplitVedio\test.suo

     目录          0  2016-06-22 16:56  SplitVedio\test

     目录          0  2016-06-22 16:57  SplitVedio

----------- ---------  ---------- -----  ----

                41250                    9


评论

共有 条评论