Skip to content

Commit 7bc83fb

Browse files
Update concept-shelf-analysis.md
1 parent 7d484a1 commit 7bc83fb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/ai-services/computer-vision/concept-shelf-analysis.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ Try out the capabilities of Product Recognition quickly and easily in your brows
3030
3131
## Product Recognition features
3232

33-
### Image modification
33+
### Shelf Image Composition
3434

3535
The [stitching and rectification APIs](./how-to/shelf-modify-images.md) let you modify images to improve the accuracy of the Product Understanding results. You can use these APIs to:
3636
* Stitch together multiple images of a shelf to create a single image.
3737
* Rectify an image to remove perspective distortion.
3838

39-
### Product Understanding (pretrained)
39+
### Shelf Product Recognition (pretrained model)
4040

4141
The [Product Understanding API](./how-to/shelf-analyze.md) lets you analyze a shelf image using the out-of-box pretrained model. This operation detects products and gaps in the shelf image and returns the bounding box coordinates of each product and gap, along with a confidence score for each.
4242

@@ -85,7 +85,7 @@ The following JSON response illustrates what the Product Understanding API retur
8585
}
8686
```
8787

88-
### Product Understanding (custom)
88+
### Shelf Product Recognition - Custom (customized model)
8989

9090
The Product Understanding API can also be used with a [custom trained model](./how-to/shelf-model-customization.md) to detect your specific products. This operation returns the bounding box coordinates of each product and gap, along with the label of each product.
9191

@@ -134,7 +134,7 @@ The following JSON response illustrates what the Product Understanding API retur
134134
}
135135
```
136136

137-
### Planogram matching
137+
### Shelf Planogram Compliance (preview)
138138

139139
The [Planogram matching API](./how-to/shelf-planogram.md) lets you compare the results of the Product Understanding API to a planogram document. This operation matches each detected product and gap to its corresponding position in the planogram document.
140140

0 commit comments

Comments
 (0)