找回密码
 注册
关于网站域名变更的通知
查看: 870|回复: 3
打印 上一主题 下一主题

基于matlab人脸识别检测脸、眼、鼻子和嘴

[复制链接]
  • TA的每日心情

    2019-11-19 15:32
  • 签到天数: 1 天

    [LV.1]初来乍到

    跳转到指定楼层
    1#
    发表于 2021-6-23 15:17 | 只看该作者 |只看大图 回帖奖励 |倒序浏览 |阅读模式

    EDA365欢迎您登录!

    您需要 登录 才可以下载或查看,没有帐号?注册

    x

    : i) z# a+ c" {+ ]; g* u" m. A一、简介. S, L' C' p, k0 \: \9 k' k, E
    ; [2 o5 p7 _8 [, _7 M! w9 \
    基于matlab人脸识别之检测脸、眼、鼻子和嘴! _3 ]8 h# |7 u
    . }1 s4 a" s! [1 O

    ( q! i2 k8 x7 X/ x* O' |; E
    0 l. y. @2 q: ?
    * n* \1 p- D& y二、源代码
    + s9 U0 @3 V8 Y" u; _+ B' T' a6 b" M4 E' w
    • reqToolboxes = {'Computer Vision System Toolbox', 'Image Processing Toolbox'};
    • if( ~checkToolboxes(reqToolboxes) )
    • error('detectFaceParts requires: Computer Vision System Toolbox and Image Processing Toolbox. Please install these toolboxes.');
    • end
    • img = imread('lena.png');
    • detector = buildDetector();
    • [bbox bbimg faces bbfaces] = detectFaceParts(detector,img,2);
    • figure;imshow(bbimg);
    • for i=1:size(bbfaces,1)
    • figure;imshow(bbfaces{i});
    • end
    • % Please uncoment to run demonstration of detectRotFaceParts
    • %{
    • img = imrotate(img,180);
    • detector = buildDetector(2,2);
    • [fp bbimg faces bbfaces] = detectRotFaceParts(detector,img,2,15);
    • figure;imshow(bbimg);
    • for i=1:size(bbfaces,1)
    •   figure;imshow(bbfaces{i});
    • end
    • %}
      ( e& j& I1 U2 C' x; }2 l

    . ?, j( r) h0 a7 J
    . D9 N  K1 P, _0 d5 y3 {  S& n; d三、运行结果
    & {5 d; `' V3 O/ S+ Y( N0 `' I) Z9 [! h7 c; g5 |
    3 V) i+ x0 s  s- N+ s% B5 j3 S

    该用户从未签到

    2#
    发表于 2021-6-23 16:46 | 只看该作者
    基于matlab人脸识别检测脸、眼、鼻子和嘴
  • TA的每日心情

    2019-11-29 15:37
  • 签到天数: 1 天

    [LV.1]初来乍到

    3#
    发表于 2021-6-23 16:47 | 只看该作者
    基于matlab人脸识别检测脸、眼、鼻子和嘴

    该用户从未签到

    4#
    发表于 2021-6-23 16:47 | 只看该作者
    基于matlab人脸识别检测脸、眼、鼻子和嘴
    您需要登录后才可以回帖 登录 | 注册

    本版积分规则

    关闭

    推荐内容上一条 /1 下一条

    EDA365公众号

    关于我们|手机版|EDA365电子论坛网 ( 粤ICP备18020198号-1 )

    GMT+8, 2025-11-24 00:45 , Processed in 0.156250 second(s), 26 queries , Gzip On.

    深圳市墨知创新科技有限公司

    地址:深圳市南山区科技生态园2栋A座805 电话:19926409050

    快速回复 返回顶部 返回列表