Giter Site home page Giter Site logo

mcanthony / pnacl_face_recognition_with_opencv Goto Github PK

View Code? Open in Web Editor NEW

This project forked from thaniyarasu/pnacl_face_recognition_with_opencv

1.0 2.0 0.0 132 KB

pnacl_face_recognition_with_opencv

Makefile 2.17% JavaScript 28.04% C++ 67.77% HTML 2.03%

pnacl_face_recognition_with_opencv's Introduction

This Example demonstrate  
how to do facial authentication & recognition on chrome using PNacl & Opencv

pre requirement

install nacl_sdk ,naclports & pepper_canery



setup Naclroot & naclports

export PATH=$HOME/chromium.googlesource.com/external/naclports/bin:$HOME/nacl_sdk:$PATH

export NACL_SDK_ROOT=$HOME/nacl_sdk/pepper_canary


Setup debug setting for google-chrome-unstable

export NACL_PLUGIN_DEBUG=1
export NACL_SRPC_DEBUG=1
export NACLVERBOSITY=1

#export NACL_EXE_STDOUT=$HOME/logs/nacl_stdout.log
#export NACL_EXE_STDERR=$HOME/logs/nacl_stderr.log
#export NACLLOG=$HOME/logs/nacl.log

add opencv libs into Makefile 


LIBS = ppapi_gles2 ppapi_cpp ppapi pthread \
	opencv_contrib opencv_stitching	opencv_nonfree opencv_superres opencv_ts opencv_videostab \
	opencv_gpu opencv_photo	opencv_objdetect opencv_legacy opencv_video opencv_ml opencv_calib3d \
	opencv_features2d opencv_highgui opencv_imgproc opencv_flann opencv_core png jpeg z m 


start app 
make serve

start the browser

google-chrome-unstable --user-data-dir=~/gcu

http://localhost:5103/
there it is 

pnacl_face_recognition_with_opencv's People

Contributors

thaniyarasu avatar

Stargazers

 avatar

Watchers

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