Introduction to Mobile Vision

The Mobile Vision API provides a framework for finding objects in photos and video. The framework includes detectors, which locate and describe visual objects in images or video frames, and an event driven API that tracks the position of those objects in video.

Currently, the Mobile Vision API includes face, barcode, and text detectors, which can be applied separately or together.

APIs

The vision package includes a framework of common base functionality, and subpackages for specific detector implementations:

Getting Started

Some places to go from here: