Giter Club home page Giter Club logo

faceverify's Introduction

faceVerify

verify the face 就是简单地识别一个人,判断是不是你这个人,比如在这里我预设的就是判断是不是我。

这个项目实现了一个类似Windows Hello的功能

首先是利用 open cv+python ,打开摄像头,定期获得你头部的截图,从而获得你的脸的训练集,你也可以在生成之后手动删掉一些你觉得相似的图片,比如你觉得你脸没有变化的图。

之后是利用 opencv + python + face++sdk 来开发类似Windows Hello。类似上一步,这里用到的一个技巧是因为是向网上的api传送数据,于是为了让摄像头拍出来的流畅(类似你的主线程的GUI是流畅的),我才用的技巧是只获得一张脸,然后调用异步函数,通过key来获得最终结果再展示出来。这来保证流程度。。

faceverify's People

Contributors

wwxfromtju avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.