Top Banner
OPENCV WITH PROCESSING FACE RECOGNITION Science Week Joel Torres Reina
20

Open cv with processing

May 07, 2015

Download

Technology

cjoeltorres
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Open cv with processing

OPENCV WITH PROCESSING

FACE RECOGNITION

Science Week

Joel Torres Reina

Page 2: Open cv with processing

Processing

In the world of programming language, exists one programm since 2001, this programm is Processing

http://www.processing.org

Page 3: Open cv with processing

1st Step: Install Processing

Page 4: Open cv with processing

New Version of Processing 2.1

Last 27 of October.

Page 5: Open cv with processing

Step 2: Open Processing & Import Library

Page 6: Open cv with processing

Many examples of OpenCV

And there are more…

Page 7: Open cv with processing

OpenCV Library

Library with C++ interface.

http://www.opencv.org

Page 8: Open cv with processing

Step 3: Open Face Recognition

Click File. Click

“Examples…”

Page 9: Open cv with processing

Step 3: Open Face Recognition (2)

Click “Contributed libraries”

Open “LiveCamTest”

Page 10: Open cv with processing

Step 4: Code of Face recognition Next Step:

Explanation.

Page 11: Open cv with processing

Step 5: Explanation of the Code (1)

Part 1: Libraries

Part 2: Set up of the example

Page 12: Open cv with processing

Step 5: Explanation of the Code (2)

Information Collect

Page 13: Open cv with processing

Step 5: Explanation of the Code (3)

1st Part: Marking Face. * 2nd Part: How Mark Face.

Page 14: Open cv with processing

* Marking Face

Page 15: Open cv with processing

Problems (1)

Wrong Version

Page 16: Open cv with processing

Problems (2)

Wrong Libraries

Page 17: Open cv with processing

Problems (3)

Wrong Location of the Libraries

Page 18: Open cv with processing

Play the Example

Page 19: Open cv with processing

Conclusion

Page 20: Open cv with processing

Finish

I hope you enjoy it!