SimpleCV Face Detection
Project Type: Raspberry Pi, Python
Software: Simple CV, Text Editor or Python IDLE
OS: Raspian
Kits/Part Source: Raspberry Pi, Webcam
Project Source: Getting Started with Raspberry Pi, 2nd Edition by Matt Richardson and Shawn Wallace.
The project in this book goes through the steps to perform basic face detection in Simple CV.
1-10 Ratings
IKEA Rating - 10
Everything worked exactly as states in the book.
Tony Stark Rating - 0
The book does a step by step instruction and explains the line of code so there are no special skills needed.
Mr. Wizard Rating - 10
Simple yes but it I can see how this project would have a lot of future applications and the face detection only needs about 3 steps
- Start the face detection algorithm
- If the face is detected, go to the next line of code
- Execute a print statement.