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.
-
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.