Skip to content

Commit cbcc896

Browse files
committed
add smart crop examples
1 parent b063929 commit cbcc896

File tree

5 files changed

+12
-0
lines changed

5 files changed

+12
-0
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: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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)