open cv with processing

20
OPENCV WITH PROCESSING FACE RECOGNITION Science Week Joel Torres Reina

Upload: cjoeltorres

Post on 07-May-2015

337 views

Category:

Technology


5 download

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!