Introduction

Heads up... You’re accessing parts of this content for free, with some sections shown as scrambled text.

Heads up... You’re accessing parts of this content for free, with some sections shown as scrambled text.

Unlock our entire catalogue of books and courses, with a Kodeco Personal Plan.

Unlock now

When working with the Vision Framework, you’ll make lots of requests as well as analyze the results of those requests. This sounds like an awful lot of code, but the Vision Framework provides plenty of tools for image processing, object detection and face recognition. You’ll play with these and gain a deeper understanding of the Vision Framework in the process.

By the end of this lesson, you will have learned to:

  • Understand Vision requests for common tasks like object detection and face recognition.
  • Detail the results of Vision requests and interpret the returned data.
See forum comments
Download course materials from Github
Previous: Quiz: Understanding the Vision Framework Next: Instruction 01