Skip to content

Commit 38bb972

Browse files
authored
Merge pull request #218319 from PatrickFarley/comvis-updates
[cog svcs] Comvis updates
2 parents cc1a85f + cbcc896 commit 38bb972

File tree

5 files changed

+13
-1
lines changed

5 files changed

+13
-1
lines changed
781 KB
Loading
844 KB
Loading
886 KB
Loading
1.32 MB
Loading

articles/cognitive-services/Computer-vision/concept-generating-thumbnails.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ manager: nitinme
99
ms.service: cognitive-services
1010
ms.subservice: computer-vision
1111
ms.topic: conceptual
12-
ms.date: 03/11/2018
12+
ms.date: 11/09/2022
1313
ms.author: pafarley
1414
ms.custom: seodec18, ignite-2022
1515
---
@@ -52,6 +52,18 @@ The Computer Vision smart-cropping utility takes one or more aspect ratios in th
5252
> [!IMPORTANT]
5353
> This feature uses face detection to help determine important regions in the image. The detection does not involve distinguishing one face from another face, predicting or classifying facial attributes, or creating a facial template (a unique set of numbers generated from an image that represents the distinctive features of a face).
5454
55+
## Examples
56+
57+
The generated bounding box can vary widely depending on what you specify for aspect ratio, as shown in the following images.
58+
59+
| Aspect ratio | Bounding box |
60+
|-------|-----------|
61+
| original | :::image type="content" source="Images/cropped-original.png" alt-text="Photo of a man with a dog at a table."::: |
62+
| 0.75 | :::image type="content" source="Images/cropped-075-bb.png" alt-text="Photo of a man with a dog at a table. A 0.75 ratio bounding box is drawn."::: |
63+
| 1.00 | :::image type="content" source="Images/cropped-1-0-bb.png" alt-text="Photo of a man with a dog at a table. A 1.00 ratio bounding box is drawn."::: |
64+
| 1.50 | :::image type="content" source="Images/cropped-150-bb.png" alt-text="Photo of a man with a dog at a table. A 1.50 ratio bounding box is drawn."::: |
65+
66+
5567
---
5668

5769
## Use the API

0 commit comments

Comments
 (0)