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.
- Host: GitHub
- URL: https://github.com/macmade/facedetect
- Owner: macmade
- Created: 2011-04-06T16:24:35.000Z (about 15 years ago)
- Default Branch: main
- Last Pushed: 2021-08-02T22:58:22.000Z (almost 5 years ago)
- Last Synced: 2025-03-29T08:11:22.392Z (about 1 year ago)
- Language: C++
- Homepage:
- Size: 20.5 MB
- Stars: 80
- Watchers: 11
- Forks: 23
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
FaceDetect
==========
[](https://travis-ci.org/macmade/FaceDetect)
[](https://github.com/macmade/FaceDetect/issues)


[](https://twitter.com/macmade)
[](https://patreon.com/macmade)
[](https://www.gratipay.com/macmade)
[](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