Coder Social home page Coder Social logo

chaeya / biometric-authentication Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ukui/biometric-authentication

0.0 0.0 0.0 299 KB

A biometric identification framework.

License: GNU Lesser General Public License v3.0

Shell 1.13% Python 6.34% C 88.56% Makefile 2.90% M4 1.07%

biometric-authentication's Introduction

Biometric Authentication


Introduction

A biometric identification framework. Provide unified DBus interface for application layer, used for various biometric identification and authentication.

The framework is divided into three layers: service layer, core layer and drive layer.

Service Layer

The service layer uses the DBus bus to provide the upper application with operation interfaces such as feature enroll, feature verify, feature identify, feature search, feature delete, etc. Meanwhile, it also provides notification of device status changes event and notification of USB device hotplug event.

Core Layer

The core layer abstracts the common operation of all kinds of biometric recognition, constructs the underlying framework of biometric recognition, and provides the general function and unified data storage method.

Driver Layer

The driver layer adapts various hardware, one driver corresponds to a kind of hardware, and completes the hardware related characteristic operation.


Compilation & Install

Least parameter compilation:

./autogen.sh
./configure --disable-dependency-tracking
make

Complete parameter compilation (in ubuntu, x86_64 architectures):

export prefix=/usr
./autogen.sh
./configure --build=x86_64-linux-gnu \
    --prefix=/usr \
    --includedir=\${prefix}/include \
    --mandir=\${prefix}/share/man \
    --infodir=\${prefix}/share/info \
    --sysconfdir=/etc \
    --localstatedir=/var \
    --disable-silent-rules \
    --libdir=\${prefix}/lib/x86_64-linux-gnu \
    --libexecdir=\${prefix}/lib/x86_64-linux-gnu \
    --disable-dependency-tracking \
    --enable-static \
    --enable-shared \
    --with-bio-db-dir=/var/lib/biometric-auth/ \
    --with-bio-db-name=biometric.db \
    --with-bio-config-dir=/etc/biometric-auth/ \
    --with-bio-driver-dir=/usr/lib/biometric-authentication/drivers \
    --with-bio-extra-dir=/usr/lib/biometric-authentication/drivers/extra \
    --libexecdir=\${prefix}/lib/biometric-authentication
make

Install

Note: Root permissions may be required for installation

make install

biometric-authentication's People

Contributors

debian-janitor avatar droiing avatar handsome-feng avatar orange-azz 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.