MicrosoftDocs / azure-docs

Open source documentation of Microsoft Azure
https://docs.microsoft.com/azure
Creative Commons Attribution 4.0 International
10.27k stars 21.45k forks source link

missing some imports for sample to run #9179

Closed Supraconductor closed 6 years ago

Supraconductor commented 6 years ago

Thanks for this sample. I tried it and found that some imports are missing - no big deal, but just to avoid people to search for it:

import cv2 from PIL import Image import numpy as np


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

areddish commented 6 years ago

@Supraconductor Thanks for the feedback! I'll get it updated to include the imports.