An open API service indexing awesome lists of open source software.

https://github.com/macmade/facedetect

This project is an example of using OpenCV on the iPhone. It provides a simple application that let you take a picture (or select one from your photo library), and that detects the face(s) on the picture.
https://github.com/macmade/facedetect

Last synced: about 1 year ago
JSON representation

This project is an example of using OpenCV on the iPhone. It provides a simple application that let you take a picture (or select one from your photo library), and that detects the face(s) on the picture.

Awesome Lists containing this project

README

          

FaceDetect
==========

[![Build Status](https://img.shields.io/travis/macmade/FaceDetect.svg?branch=master&style=flat)](https://travis-ci.org/macmade/FaceDetect)
[![Issues](http://img.shields.io/github/issues/macmade/FaceDetect.svg?style=flat)](https://github.com/macmade/FaceDetect/issues)
![Status](https://img.shields.io/badge/status-inactive-lightgray.svg?style=flat)
![License](https://img.shields.io/badge/license-boost-brightgreen.svg?style=flat)
[![Contact](https://img.shields.io/badge/contact-@macmade-blue.svg?style=flat)](https://twitter.com/macmade)
[![Donate-Patreon](https://img.shields.io/badge/donate-patreon-yellow.svg?style=flat)](https://patreon.com/macmade)
[![Donate-Gratipay](https://img.shields.io/badge/donate-gratipay-yellow.svg?style=flat)](https://www.gratipay.com/macmade)
[![Donate-Paypal](https://img.shields.io/badge/donate-paypal-yellow.svg?style=flat)](https://paypal.me/xslabs)

Face detection for iPhone using OpenCV
--------------------------------------

### About

This project is an example of using [OpenCV][1] on the iPhone.

It provides a simple application that let you take a picture (or select one from your photo library), and that detects the face(s) on the picture.

### Building

The application does not compile (yet) for the iPhone simulator.
You need to build it for your iOS device in order to test it.

### OpenCV port

FaceDetect uses the [OpenCV port][2] provided by Macmade (myself), and which is also [available on GitHub][3].

Project Status
--------------

This project is no longer maintained.
It might not build on latest iOS versions, and might not be compatible with latest OpenCV versions.

License
-------

FaceDetect is released under the terms of the [Boost][4] Software License - Version 1.0.

[1]: http://opencv.willowgarage.com/ "OpenCV"
[2]: http://www.eosgarden.com/en/opensource/opencv-ios/ "OpenCV-iOS"
[3]: https://github.com/macmade/OpenCV-iOS "GitHub"
[4]: http://www.boost.org/LICENSE_1_0.txt "BOOST"

Repository Infos
----------------

Owner: Jean-David Gadina - XS-Labs
Web: www.xs-labs.com
Blog: www.noxeos.com
Twitter: @macmade
GitHub: github.com/macmade
LinkedIn: ch.linkedin.com/in/macmade/
StackOverflow: stackoverflow.com/users/182676/macmade