Detect Image Color Scheme
Learn to extract features related to colors in an image using Azure Computer Vision service.
We'll cover the following...
Introduction
In this lesson, we’re going to use the computer vision service to identify the color-related features in the image. The Computer Vision service identifies five features related to the colors present in the image:
-
Dominant color in the image
-
Dominant foreground color in the image
-
Dominant background color in the image ...