Skip to content
This repository has been archived by the owner on Feb 10, 2022. It is now read-only.

Latest commit

 

History

History
13 lines (7 loc) · 1.09 KB

VisionAPIExplorer.md

File metadata and controls

13 lines (7 loc) · 1.09 KB

Vision API Explorer

alt text

Similar to the Face API Explorer demos, this demo shows how to process photos through the Computer Vision APIs. It will show tags, faces, description of the photo, celebrities, OCR results and color analysis. Photos can be provided from a list of suggested photos, from a web cam, from local photos or from Bing Image results.

Key Source Code

  • VisionApiExplorer: Main page that drives the demo. It hosts the ImagePickerControl (see below) to provide an image as input, and displays the result of computer vision.

  • ImageAnalyzer: Responsible for wrapping an image and exposing several methods and properties that act as a bridge to the Cognitive Services.

  • ImagePickerControl: A control used for capturing a photo from camera, searching Bing Images and local images and using them as input in the page.