在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → 头发检测C++代码

头发检测C++代码

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:30.30M
  • 下载次数:4
  • 浏览次数:85
  • 发布时间:2021-02-24
  • 实例类别:一般编程问题
  • 发 布 人:好学IT男
  • 文件格式:.zip
  • 所需积分:2
 

实例介绍

【实例简介】
头发检测C++代码,在简单背景及证件照下具有很高准确率,在复杂背景下仍存在一定准确度,可以适用于头发提取
【实例截图】
【核心代码】
5f501903-4f2e-4a7b-943e-faa8be3a1018
└── myHairCut
├── Debug
│   ├── myHairCut.exe
│   ├── myHairCut.ilk
│   └── myHairCut.pdb
├── ipch
│   └── myhaircut-cb48ce56
│   └── myhaircut-4b135d22.ipch
├── myHairCut
│   ├── 2.png
│   ├── colorHist.txt
│   ├── data
│   │   ├── haarcascade_frontalface_alt2.xml
│   │   ├── haarcascade_mcs_lefteye.xml
│   │   └── haarcascade_mcs_righteye.xml
│   ├── Debug
│   │   ├── asm.obj
│   │   ├── classicdesc.obj
│   │   ├── convshape.obj
│   │   ├── err.obj
│   │   ├── eyedet.obj
│   │   ├── eyedist.obj
│   │   ├── facedet.obj
│   │   ├── faceroi.obj
│   │   ├── hatdesc.obj
│   │   ├── hat.obj
│   │   ├── initasm.obj
│   │   ├── landmarks.obj
│   │   ├── main.obj
│   │   ├── misc.obj
│   │   ├── myHairCut.log
│   │   ├── myHairCut.obj
│   │   ├── myHairCut.pch
│   │   ├── myHairCut.tlog
│   │   │   ├── cl.command.1.tlog
│   │   │   ├── CL.read.1.tlog
│   │   │   ├── CL.write.1.tlog
│   │   │   ├── link.command.1.tlog
│   │   │   ├── link.read.1.tlog
│   │   │   ├── link.write.1.tlog
│   │   │   └── myHairCut.lastbuildstate
│   │   ├── pinstart.obj
│   │   ├── print.obj
│   │   ├── shape17.obj
│   │   ├── shapehacks.obj
│   │   ├── shapemod.obj
│   │   ├── startshape.obj
│   │   ├── stasm_lib.obj
│   │   ├── stasm.obj
│   │   ├── stdafx.obj
│   │   ├── util.obj
│   │   ├── vc120.idb
│   │   └── vc120.pdb
│   ├── haarcascade_frontalface_alt2.xml
│   ├── haarcascade_mcs_lefteye.xml
│   ├── haarcascade_mcs_righteye.xml
│   ├── longHairMask.jpg
│   ├── main.cpp
│   ├── myHairCut.cpp
│   ├── myHairCut.h
│   ├── myHairCut.vcxproj
│   ├── myHairCut.vcxproj.filters
│   ├── myHairCut.vcxproj.user
│   ├── shortHairProbIm_real.jpg
│   ├── stasm
│   │   ├── asm.cpp
│   │   ├── asm.h
│   │   ├── basedesc.h
│   │   ├── classicdesc.cpp
│   │   ├── classicdesc.h
│   │   ├── convshape.cpp
│   │   ├── convshape.h
│   │   ├── err.cpp
│   │   ├── err.h
│   │   ├── eyedet.cpp
│   │   ├── eyedet.h
│   │   ├── eyedist.cpp
│   │   ├── eyedist.h
│   │   ├── faceroi.cpp
│   │   ├── faceroi.h
│   │   ├── hat.cpp
│   │   ├── hatdesc.cpp
│   │   ├── hatdesc.h
│   │   ├── hat.h
│   │   ├── landmarks.cpp
│   │   ├── landmarks.h
│   │   ├── misc.cpp
│   │   ├── misc.h
│   │   ├── MOD_1
│   │   │   ├── classic
│   │   │   │   ├── classic_yaw00_lev0_p00.mh
│   │   │   │   ├── classic_yaw00_lev0_p01.mh
│   │   │   │   ├── classic_yaw00_lev0_p02.mh
│   │   │   │   ├── classic_yaw00_lev0_p03.mh
│   │   │   │   ├── classic_yaw00_lev0_p04.mh
│   │   │   │   ├── classic_yaw00_lev0_p05.mh
│   │   │   │   ├── classic_yaw00_lev0_p06.mh
│   │   │   │   ├── classic_yaw00_lev0_p07.mh
│   │   │   │   ├── classic_yaw00_lev0_p08.mh
│   │   │   │   ├── classic_yaw00_lev0_p09.mh
│   │   │   │   ├── classic_yaw00_lev0_p10.mh
│   │   │   │   ├── classic_yaw00_lev0_p11.mh
│   │   │   │   ├── classic_yaw00_lev0_p12.mh
│   │   │   │   ├── classic_yaw00_lev0_p13.mh
│   │   │   │   ├── classic_yaw00_lev0_p14.mh
│   │   │   │   ├── classic_yaw00_lev0_p15.mh
│   │   │   │   ├── classic_yaw00_lev1_p00.mh
│   │   │   │   ├── classic_yaw00_lev1_p01.mh
│   │   │   │   ├── classic_yaw00_lev1_p02.mh
│   │   │   │   ├── classic_yaw00_lev1_p03.mh
│   │   │   │   ├── classic_yaw00_lev1_p04.mh
│   │   │   │   ├── classic_yaw00_lev1_p05.mh
│   │   │   │   ├── classic_yaw00_lev1_p06.mh
│   │   │   │   ├── classic_yaw00_lev1_p07.mh
│   │   │   │   ├── classic_yaw00_lev1_p08.mh
│   │   │   │   ├── classic_yaw00_lev1_p09.mh
│   │   │   │   ├── classic_yaw00_lev1_p10.mh
│   │   │   │   ├── classic_yaw00_lev1_p11.mh
│   │   │   │   ├── classic_yaw00_lev1_p12.mh
│   │   │   │   ├── classic_yaw00_lev1_p13.mh
│   │   │   │   ├── classic_yaw00_lev1_p14.mh
│   │   │   │   ├── classic_yaw00_lev1_p15.mh
│   │   │   │   ├── classic_yaw00_lev2_p00.mh
│   │   │   │   ├── classic_yaw00_lev2_p01.mh
│   │   │   │   ├── classic_yaw00_lev2_p02.mh
│   │   │   │   ├── classic_yaw00_lev2_p03.mh
│   │   │   │   ├── classic_yaw00_lev2_p04.mh
│   │   │   │   ├── classic_yaw00_lev2_p05.mh
│   │   │   │   ├── classic_yaw00_lev2_p06.mh
│   │   │   │   ├── classic_yaw00_lev2_p07.mh
│   │   │   │   ├── classic_yaw00_lev2_p08.mh
│   │   │   │   ├── classic_yaw00_lev2_p09.mh
│   │   │   │   ├── classic_yaw00_lev2_p10.mh
│   │   │   │   ├── classic_yaw00_lev2_p11.mh
│   │   │   │   ├── classic_yaw00_lev2_p12.mh
│   │   │   │   ├── classic_yaw00_lev2_p13.mh
│   │   │   │   ├── classic_yaw00_lev2_p14.mh
│   │   │   │   ├── classic_yaw00_lev2_p15.mh
│   │   │   │   ├── classic_yaw00_lev3_p00.mh
│   │   │   │   ├── classic_yaw00_lev3_p01.mh
│   │   │   │   ├── classic_yaw00_lev3_p02.mh
│   │   │   │   ├── classic_yaw00_lev3_p03.mh
│   │   │   │   ├── classic_yaw00_lev3_p04.mh
│   │   │   │   ├── classic_yaw00_lev3_p05.mh
│   │   │   │   ├── classic_yaw00_lev3_p06.mh
│   │   │   │   ├── classic_yaw00_lev3_p07.mh
│   │   │   │   ├── classic_yaw00_lev3_p08.mh
│   │   │   │   ├── classic_yaw00_lev3_p09.mh
│   │   │   │   ├── classic_yaw00_lev3_p10.mh
│   │   │   │   ├── classic_yaw00_lev3_p11.mh
│   │   │   │   ├── classic_yaw00_lev3_p12.mh
│   │   │   │   ├── classic_yaw00_lev3_p13.mh
│   │   │   │   ├── classic_yaw00_lev3_p14.mh
│   │   │   │   ├── classic_yaw00_lev3_p15.mh
│   │   │   │   ├── classic_yaw00_lev3_p16.mh
│   │   │   │   ├── classic_yaw00_lev3_p17.mh
│   │   │   │   ├── classic_yaw00_lev3_p18.mh
│   │   │   │   ├── classic_yaw00_lev3_p19.mh
│   │   │   │   ├── classic_yaw00_lev3_p20.mh
│   │   │   │   ├── classic_yaw00_lev3_p21.mh
│   │   │   │   ├── classic_yaw00_lev3_p22.mh
│   │   │   │   ├── classic_yaw00_lev3_p23.mh
│   │   │   │   ├── classic_yaw00_lev3_p24.mh
│   │   │   │   ├── classic_yaw00_lev3_p25.mh
│   │   │   │   ├── classic_yaw00_lev3_p26.mh
│   │   │   │   ├── classic_yaw00_lev3_p27.mh
│   │   │   │   ├── classic_yaw00_lev3_p28.mh
│   │   │   │   ├── classic_yaw00_lev3_p29.mh
│   │   │   │   ├── classic_yaw00_lev3_p30.mh
│   │   │   │   ├── classic_yaw00_lev3_p31.mh
│   │   │   │   ├── classic_yaw00_lev3_p32.mh
│   │   │   │   ├── classic_yaw00_lev3_p33.mh
│   │   │   │   ├── classic_yaw00_lev3_p34.mh
│   │   │   │   ├── classic_yaw00_lev3_p35.mh
│   │   │   │   ├── classic_yaw00_lev3_p36.mh
│   │   │   │   ├── classic_yaw00_lev3_p37.mh
│   │   │   │   ├── classic_yaw00_lev3_p38.mh
│   │   │   │   ├── classic_yaw00_lev3_p39.mh
│   │   │   │   ├── classic_yaw00_lev3_p40.mh
│   │   │   │   ├── classic_yaw00_lev3_p41.mh
│   │   │   │   ├── classic_yaw00_lev3_p42.mh
│   │   │   │   ├── classic_yaw00_lev3_p43.mh
│   │   │   │   ├── classic_yaw00_lev3_p44.mh
│   │   │   │   ├── classic_yaw00_lev3_p45.mh
│   │   │   │   ├── classic_yaw00_lev3_p46.mh
│   │   │   │   ├── classic_yaw00_lev3_p47.mh
│   │   │   │   ├── classic_yaw00_lev3_p48.mh
│   │   │   │   ├── classic_yaw00_lev3_p49.mh
│   │   │   │   ├── classic_yaw00_lev3_p50.mh
│   │   │   │   ├── classic_yaw00_lev3_p51.mh
│   │   │   │   ├── classic_yaw00_lev3_p52.mh
│   │   │   │   ├── classic_yaw00_lev3_p53.mh
│   │   │   │   ├── classic_yaw00_lev3_p54.mh
│   │   │   │   ├── classic_yaw00_lev3_p55.mh
│   │   │   │   ├── classic_yaw00_lev3_p56.mh
│   │   │   │   ├── classic_yaw00_lev3_p57.mh
│   │   │   │   ├── classic_yaw00_lev3_p58.mh
│   │   │   │   ├── classic_yaw00_lev3_p59.mh
│   │   │   │   ├── classic_yaw00_lev3_p60.mh
│   │   │   │   ├── classic_yaw00_lev3_p61.mh
│   │   │   │   ├── classic_yaw00_lev3_p62.mh
│   │   │   │   ├── classic_yaw00_lev3_p63.mh
│   │   │   │   ├── classic_yaw00_lev3_p64.mh
│   │   │   │   ├── classic_yaw00_lev3_p65.mh
│   │   │   │   ├── classic_yaw00_lev3_p66.mh
│   │   │   │   ├── classic_yaw00_lev3_p67.mh
│   │   │   │   ├── classic_yaw00_lev3_p68.mh
│   │   │   │   ├── classic_yaw00_lev3_p69.mh
│   │   │   │   ├── classic_yaw00_lev3_p70.mh
│   │   │   │   ├── classic_yaw00_lev3_p71.mh
│   │   │   │   ├── classic_yaw00_lev3_p72.mh
│   │   │   │   ├── classic_yaw00_lev3_p73.mh
│   │   │   │   ├── classic_yaw00_lev3_p74.mh
│   │   │   │   ├── classic_yaw00_lev3_p75.mh
│   │   │   │   ├── classic_yaw00_lev3_p76.mh
│   │   │   │   ├── README.txt
│   │   │   │   └── yaw00_shapemodel.mh
│   │   │   ├── facedet.cpp
│   │   │   ├── facedet.h
│   │   │   ├── hat
│   │   │   │   ├── hat_yaw00_lev0_p16.mh
│   │   │   │   ├── hat_yaw00_lev0_p17.mh
│   │   │   │   ├── hat_yaw00_lev0_p18.mh
│   │   │   │   ├── hat_yaw00_lev0_p19.mh
│   │   │   │   ├── hat_yaw00_lev0_p20.mh
│   │   │   │   ├── hat_yaw00_lev0_p21.mh
│   │   │   │   ├── hat_yaw00_lev0_p22.mh
│   │   │   │   ├── hat_yaw00_lev0_p23.mh
│   │   │   │   ├── hat_yaw00_lev0_p24.mh
│   │   │   │   ├── hat_yaw00_lev0_p25.mh
│   │   │   │   ├── hat_yaw00_lev0_p26.mh
│   │   │   │   ├── hat_yaw00_lev0_p27.mh
│   │   │   │   ├── hat_yaw00_lev0_p28.mh
│   │   │   │   ├── hat_yaw00_lev0_p29.mh
│   │   │   │   ├── hat_yaw00_lev0_p30.mh
│   │   │   │   ├── hat_yaw00_lev0_p31.mh
│   │   │   │   ├── hat_yaw00_lev0_p32.mh
│   │   │   │   ├── hat_yaw00_lev0_p33.mh
│   │   │   │   ├── hat_yaw00_lev0_p34.mh
│   │   │   │   ├── hat_yaw00_lev0_p35.mh
│   │   │   │   ├── hat_yaw00_lev0_p36.mh
│   │   │   │   ├── hat_yaw00_lev0_p37.mh
│   │   │   │   ├── hat_yaw00_lev0_p38.mh
│   │   │   │   ├── hat_yaw00_lev0_p39.mh
│   │   │   │   ├── hat_yaw00_lev0_p40.mh
│   │   │   │   ├── hat_yaw00_lev0_p41.mh
│   │   │   │   ├── hat_yaw00_lev0_p42.mh
│   │   │   │   ├── hat_yaw00_lev0_p43.mh
│   │   │   │   ├── hat_yaw00_lev0_p44.mh
│   │   │   │   ├── hat_yaw00_lev0_p45.mh
│   │   │   │   ├── hat_yaw00_lev0_p46.mh
│   │   │   │   ├── hat_yaw00_lev0_p47.mh
│   │   │   │   ├── hat_yaw00_lev0_p48.mh
│   │   │   │   ├── hat_yaw00_lev0_p49.mh
│   │   │   │   ├── hat_yaw00_lev0_p50.mh
│   │   │   │   ├── hat_yaw00_lev0_p51.mh
│   │   │   │   ├── hat_yaw00_lev0_p52.mh
│   │   │   │   ├── hat_yaw00_lev0_p53.mh
│   │   │   │   ├── hat_yaw00_lev0_p54.mh
│   │   │   │   ├── hat_yaw00_lev0_p55.mh
│   │   │   │   ├── hat_yaw00_lev0_p56.mh
│   │   │   │   ├── hat_yaw00_lev0_p57.mh
│   │   │   │   ├── hat_yaw00_lev0_p58.mh
│   │   │   │   ├── hat_yaw00_lev0_p59.mh
│   │   │   │   ├── hat_yaw00_lev0_p60.mh
│   │   │   │   ├── hat_yaw00_lev0_p61.mh
│   │   │   │   ├── hat_yaw00_lev0_p62.mh
│   │   │   │   ├── hat_yaw00_lev0_p63.mh
│   │   │   │   ├── hat_yaw00_lev0_p64.mh
│   │   │   │   ├── hat_yaw00_lev0_p65.mh
│   │   │   │   ├── hat_yaw00_lev0_p66.mh
│   │   │   │   ├── hat_yaw00_lev0_p67.mh
│   │   │   │   ├── hat_yaw00_lev0_p68.mh
│   │   │   │   ├── hat_yaw00_lev0_p69.mh
│   │   │   │   ├── hat_yaw00_lev0_p70.mh
│   │   │   │   ├── hat_yaw00_lev0_p71.mh
│   │   │   │   ├── hat_yaw00_lev0_p72.mh
│   │   │   │   ├── hat_yaw00_lev0_p73.mh
│   │   │   │   ├── hat_yaw00_lev0_p74.mh
│   │   │   │   ├── hat_yaw00_lev0_p75.mh
│   │   │   │   ├── hat_yaw00_lev0_p76.mh
│   │   │   │   ├── hat_yaw00_lev1_p16.mh
│   │   │   │   ├── hat_yaw00_lev1_p17.mh
│   │   │   │   ├── hat_yaw00_lev1_p18.mh
│   │   │   │   ├── hat_yaw00_lev1_p19.mh
│   │   │   │   ├── hat_yaw00_lev1_p20.mh
│   │   │   │   ├── hat_yaw00_lev1_p21.mh
│   │   │   │   ├── hat_yaw00_lev1_p22.mh
│   │   │   │   ├── hat_yaw00_lev1_p23.mh
│   │   │   │   ├── hat_yaw00_lev1_p24.mh
│   │   │   │   ├── hat_yaw00_lev1_p25.mh
│   │   │   │   ├── hat_yaw00_lev1_p26.mh
│   │   │   │   ├── hat_yaw00_lev1_p27.mh
│   │   │   │   ├── hat_yaw00_lev1_p28.mh
│   │   │   │   ├── hat_yaw00_lev1_p29.mh
│   │   │   │   ├── hat_yaw00_lev1_p30.mh
│   │   │   │   ├── hat_yaw00_lev1_p31.mh
│   │   │   │   ├── hat_yaw00_lev1_p32.mh
│   │   │   │   ├── hat_yaw00_lev1_p33.mh
│   │   │   │   ├── hat_yaw00_lev1_p34.mh
│   │   │   │   ├── hat_yaw00_lev1_p35.mh
│   │   │   │   ├── hat_yaw00_lev1_p36.mh
│   │   │   │   ├── hat_yaw00_lev1_p37.mh
│   │   │   │   ├── hat_yaw00_lev1_p38.mh
│   │   │   │   ├── hat_yaw00_lev1_p39.mh
│   │   │   │   ├── hat_yaw00_lev1_p40.mh
│   │   │   │   ├── hat_yaw00_lev1_p41.mh
│   │   │   │   ├── hat_yaw00_lev1_p42.mh
│   │   │   │   ├── hat_yaw00_lev1_p43.mh
│   │   │   │   ├── hat_yaw00_lev1_p44.mh
│   │   │   │   ├── hat_yaw00_lev1_p45.mh
│   │   │   │   ├── hat_yaw00_lev1_p46.mh
│   │   │   │   ├── hat_yaw00_lev1_p47.mh
│   │   │   │   ├── hat_yaw00_lev1_p48.mh
│   │   │   │   ├── hat_yaw00_lev1_p49.mh
│   │   │   │   ├── hat_yaw00_lev1_p50.mh
│   │   │   │   ├── hat_yaw00_lev1_p51.mh
│   │   │   │   ├── hat_yaw00_lev1_p52.mh
│   │   │   │   ├── hat_yaw00_lev1_p53.mh
│   │   │   │   ├── hat_yaw00_lev1_p54.mh
│   │   │   │   ├── hat_yaw00_lev1_p55.mh
│   │   │   │   ├── hat_yaw00_lev1_p56.mh
│   │   │   │   ├── hat_yaw00_lev1_p57.mh
│   │   │   │   ├── hat_yaw00_lev1_p58.mh
│   │   │   │   ├── hat_yaw00_lev1_p59.mh
│   │   │   │   ├── hat_yaw00_lev1_p60.mh
│   │   │   │   ├── hat_yaw00_lev1_p61.mh
│   │   │   │   ├── hat_yaw00_lev1_p62.mh
│   │   │   │   ├── hat_yaw00_lev1_p63.mh
│   │   │   │   ├── hat_yaw00_lev1_p64.mh
│   │   │   │   ├── hat_yaw00_lev1_p65.mh
│   │   │   │   ├── hat_yaw00_lev1_p66.mh
│   │   │   │   ├── hat_yaw00_lev1_p67.mh
│   │   │   │   ├── hat_yaw00_lev1_p68.mh
│   │   │   │   ├── hat_yaw00_lev1_p69.mh
│   │   │   │   ├── hat_yaw00_lev1_p70.mh
│   │   │   │   ├── hat_yaw00_lev1_p71.mh
│   │   │   │   ├── hat_yaw00_lev1_p72.mh
│   │   │   │   ├── hat_yaw00_lev1_p73.mh
│   │   │   │   ├── hat_yaw00_lev1_p74.mh
│   │   │   │   ├── hat_yaw00_lev1_p75.mh
│   │   │   │   ├── hat_yaw00_lev1_p76.mh
│   │   │   │   ├── hat_yaw00_lev2_p16.mh
│   │   │   │   ├── hat_yaw00_lev2_p17.mh
│   │   │   │   ├── hat_yaw00_lev2_p18.mh
│   │   │   │   ├── hat_yaw00_lev2_p19.mh
│   │   │   │   ├── hat_yaw00_lev2_p20.mh
│   │   │   │   ├── hat_yaw00_lev2_p21.mh
│   │   │   │   ├── hat_yaw00_lev2_p22.mh
│   │   │   │   ├── hat_yaw00_lev2_p23.mh
│   │   │   │   ├── hat_yaw00_lev2_p24.mh
│   │   │   │   ├── hat_yaw00_lev2_p25.mh
│   │   │   │   ├── hat_yaw00_lev2_p26.mh
│   │   │   │   ├── hat_yaw00_lev2_p27.mh
│   │   │   │   ├── hat_yaw00_lev2_p28.mh
│   │   │   │   ├── hat_yaw00_lev2_p29.mh
│   │   │   │   ├── hat_yaw00_lev2_p30.mh
│   │   │   │   ├── hat_yaw00_lev2_p31.mh
│   │   │   │   ├── hat_yaw00_lev2_p32.mh
│   │   │   │   ├── hat_yaw00_lev2_p33.mh
│   │   │   │   ├── hat_yaw00_lev2_p34.mh
│   │   │   │   ├── hat_yaw00_lev2_p35.mh
│   │   │   │   ├── hat_yaw00_lev2_p36.mh
│   │   │   │   ├── hat_yaw00_lev2_p37.mh
│   │   │   │   ├── hat_yaw00_lev2_p38.mh
│   │   │   │   ├── hat_yaw00_lev2_p39.mh
│   │   │   │   ├── hat_yaw00_lev2_p40.mh
│   │   │   │   ├── hat_yaw00_lev2_p41.mh
│   │   │   │   ├── hat_yaw00_lev2_p42.mh
│   │   │   │   ├── hat_yaw00_lev2_p43.mh
│   │   │   │   ├── hat_yaw00_lev2_p44.mh
│   │   │   │   ├── hat_yaw00_lev2_p45.mh
│   │   │   │   ├── hat_yaw00_lev2_p46.mh
│   │   │   │   ├── hat_yaw00_lev2_p47.mh
│   │   │   │   ├── hat_yaw00_lev2_p48.mh
│   │   │   │   ├── hat_yaw00_lev2_p49.mh
│   │   │   │   ├── hat_yaw00_lev2_p50.mh
│   │   │   │   ├── hat_yaw00_lev2_p51.mh
│   │   │   │   ├── hat_yaw00_lev2_p52.mh
│   │   │   │   ├── hat_yaw00_lev2_p53.mh
│   │   │   │   ├── hat_yaw00_lev2_p54.mh
│   │   │   │   ├── hat_yaw00_lev2_p55.mh
│   │   │   │   ├── hat_yaw00_lev2_p56.mh
│   │   │   │   ├── hat_yaw00_lev2_p57.mh
│   │   │   │   ├── hat_yaw00_lev2_p58.mh
│   │   │   │   ├── hat_yaw00_lev2_p59.mh
│   │   │   │   ├── hat_yaw00_lev2_p60.mh
│   │   │   │   ├── hat_yaw00_lev2_p61.mh
│   │   │   │   ├── hat_yaw00_lev2_p62.mh
│   │   │   │   ├── hat_yaw00_lev2_p63.mh
│   │   │   │   ├── hat_yaw00_lev2_p64.mh
│   │   │   │   ├── hat_yaw00_lev2_p65.mh
│   │   │   │   ├── hat_yaw00_lev2_p66.mh
│   │   │   │   ├── hat_yaw00_lev2_p67.mh
│   │   │   │   ├── hat_yaw00_lev2_p68.mh
│   │   │   │   ├── hat_yaw00_lev2_p69.mh
│   │   │   │   ├── hat_yaw00_lev2_p70.mh
│   │   │   │   ├── hat_yaw00_lev2_p71.mh
│   │   │   │   ├── hat_yaw00_lev2_p72.mh
│   │   │   │   ├── hat_yaw00_lev2_p73.mh
│   │   │   │   ├── hat_yaw00_lev2_p74.mh
│   │   │   │   ├── hat_yaw00_lev2_p75.mh
│   │   │   │   ├── hat_yaw00_lev2_p76.mh
│   │   │   │   └── README.txt
│   │   │   ├── initasm.cpp
│   │   │   ├── initasm.h
│   │   │   ├── README.txt
│   │   │   └── yaw00.h
│   │   ├── pinstart.cpp
│   │   ├── pinstart.h
│   │   ├── print.cpp
│   │   ├── print.h
│   │   ├── readme.txt
│   │   ├── shape17.cpp
│   │   ├── shape17.h
│   │   ├── shapehacks.cpp
│   │   ├── shapehacks.h
│   │   ├── shapemod.cpp
│   │   ├── shapemod.h
│   │   ├── startshape.cpp
│   │   ├── startshape.h
│   │   ├── stasm.cpp
│   │   ├── stasm.h
│   │   ├── stasm_landmarks.h
│   │   ├── stasm_lib.cpp
│   │   ├── stasm_lib_ext.h
│   │   └── stasm_lib.h
│   └── trash
│   ├── myHairCut.cpp
│   ├── util.cpp
│   └── util.h
├── myHairCut.sdf
├── myHairCut.sln
├── myHairCut.v12.suo
├── wntdll.pdb
│   └── 238AACDDAEFE41C98EAA92CEB7374AAD2
│   └── wntdll.pd_
├── 测试文档.rtf
└── 类文档.doc

15 directories, 424 files

标签:

实例下载地址

头发检测C++代码

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警