Skip to content

Face Recognition Algorithm for the Raspberry Pi in C. OpenMp used to parallelize code to decrease load times. Libraries are rework of Raspicam libraries provided by the Pi Foundation.

Notifications You must be signed in to change notification settings

anw10/FRecogRPI

Repository files navigation

Raspberry Pi Face Recognition

Face Recognition Algorithm created with Local Binary Patterns, current version stores histograms and compares live picture with database of histograms.

Raspberry Pi is a heterogeneous system maily used by hobbiysts and educators. There is also an on board GPU to handle graphic intensive tasks.

Raspberry Pi camera interfacing library 'cameraci' was used to access the camera, 'cameraci' is based off source code for 'RaspiStill'. This is the ARM side library for connecting to the Raspberry pi camera with C.

About

Face Recognition Algorithm for the Raspberry Pi in C. OpenMp used to parallelize code to decrease load times. Libraries are rework of Raspicam libraries provided by the Pi Foundation.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages