Giter Club home page Giter Club logo

face_dai_linux's Introduction

FaceDAI Library API Usage Definition of details can be referred at face_rec.h

//Function: Initialize the face detection/recognize module //Param : // path: ANN binary path (can be omitted) //Return Value: // 0: Noraml -1: Init Failed int Face_Rec_Init(char *path)

//Function: Recognize face from picture //Param : // img_data_color: Original Image, // img_data_gray: Gray Image, // img_fea: Return Feature Values

//Return Value: // 0: Noraml, -1: Input Paramater Null, -2: Face Not Detected, int Face_Rec_Extract(ImageData img_data_color,ImageData img_data_gray,float* img_fea)

//Function: Detect face from picture //Param : // img_data_color: Original Image, // img_data_gray: Gray Image, // res_faces: return detected faces //Return Value: // 0: Noraml, -1: Input Param is Null, -2: Face Not Detected int Face_Rec_Detect(ImageData img_data_color,ImageData img_data_gray,vector & res_faces)

//Function: Compare two face feature value //Param : // img1_fea: image 1 feature value // img2_fea: image 2 feature value //Return Value: // simularity of two faces float Face_Rec_Compare(float * img1_fea,float * img2_fea)

//Function: Deinitialize the face detection/recognize module //Param : //Return Value: // 0: Noraml int Face_Rec_Deinit()

face_dai_linux's People

Contributors

xinruiming avatar chenxiabing 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.