Identify Image Attributes and Landmarks

Let’s learn how to detect color schemes, landmarks, and the type of image.

Detect color schemes

Microsoft Computer Vision analyzes the colors in an image to provide the following attributes:

  • The dominant foreground color.
  • The dominant background color.
  • The set of dominant colors in the image as a whole.
  • Accent color (the most vibrant color in the image, based on a combination of dominant colors and saturation). It is returned as a hexadecimal HTML color code.
  • A boolean value indicating whether an image is in black and white.

To understand this better, let’s look at an example with this image:

Get hands-on with 1200+ tech skills courses.