資源簡介
在dlib實例基礎上實現了人臉檢測和人臉框圖像的本地保存;批量讀取文件并保存人臉關鍵點至txt和標簽至文件。
代碼片段和文件信息
//?The?contents?of?this?file?are?in?the?public?domain.?See?LICENSE_FOR_EXAMPLE_PROGRAMS.txt
/*
????This?example?program?shows?how?to?find?frontal?human?faces?in?an?image?and
????estimate?their?pose.??The?pose?takes?the?form?of?68?landmarks.??These?are
????points?on?the?face?such?as?the?corners?of?the?mouth?along?the?eyebrows?on
????the?eyes?and?so?forth.??
????
????This?face?detector?is?made?using?the?classic?Histogram?of?Oriented
????Gradients?(HOG)?feature?combined?with?a?linear?classifier?an?image?pyramid
????and?sliding?window?detection?scheme.??The?pose?estimator?was?created?by
????using?dlib‘s?implementation?of?the?paper:
????????One?Millisecond?Face?Alignment?with?an?Ensemble?of?Regression?Trees?by
????????Vahid?Kazemi?and?Josephine?Sullivan?CVPR?2014
????an
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????6462??2017-11-02?22:09??dlib人臉檢測和關鍵點檢測\face_landmark_detection_ex.cpp
?????文件???????4594??2017-10-24?22:05??dlib人臉檢測和關鍵點檢測\fece_detection2.cpp
?????文件???????1467??2017-11-02?22:04??dlib人臉檢測和關鍵點檢測\precess.cpp
?????文件????????594??2017-10-31?20:20??dlib人臉檢測和關鍵點檢測\precess.h
?????目錄??????????0??2017-11-02?22:14??dlib人臉檢測和關鍵點檢測
-----------?---------??----------?-----??----
????????????????13117????????????????????5
- 上一篇:用匯編語言實現學生成績統計分析
- 下一篇:操作系統課程設計作業調度算法源程序
評論
共有 條評論