From the course: Code Clinic: C

Unlock the full course today

Join today to access over 22,400 courses taught by industry experts or purchase this course individually.

Solution overview

Solution overview - C Tutorial

From the course: Code Clinic: C

Start my 1-month free trial

Solution overview

- [Instructor] To test my solution I'll try what I think is the most challenging of the sample images, the group, which has the most faces. If you're going to use a file name that has faces in it ensure that you enclose the full name in double quotes, and you wait. The code outputs its json data, which reports 11 faces. This data is courtesy if IBMs Watson, which is an online intelligence that examines images and reports all sorts of delightful details. In the folder window you see that the code has created a duplicate file with the suffix -faces. I'll preview the original on the Mac, and then you see the results generated, where boxes are drawn around each of the faces found. I'm gonna do the same thing with the business image, but I'm gonna activate the programs verbose switch so that you can see some feedback as the code runs. It's uploading and processing. And here's the json string provided by Watson. It finds faces, genders and ages. Watson is pretty cool. I'll preview the…

Contents