Skip to content

Commit 177c170

Browse files
Merge pull request #244545 from ginalee-dotcom/patch-3
Update shelf-modify-images.md
2 parents 3875f4e + 2e089d9 commit 177c170

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/cognitive-services/Computer-vision/how-to/shelf-modify-images.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: computer-vision
1010
ms.topic: how-to
11-
ms.date: 04/26/2023
12-
ms.author: pafarley
11+
ms.date: 07/10/2023
12+
ms.author: ginle
1313
ms.custom: references_regions, build-2023
1414
---
1515

@@ -45,7 +45,7 @@ To run the image stitching operation on a set of images, follow these steps:
4545
1. Copy the following `curl` command into a text editor.
4646

4747
```bash
48-
curl.exe -H "Ocp-Apim-Subscription-Key: <subscriptionKey>" -H "Content-Type: application/json" "https://<endpoint>/vision/v4.0-preview.1/operations/shelfanalysis-productunderstanding:stitch" --output <your_filename> -d "{
48+
curl.exe -H "Ocp-Apim-Subscription-Key: <subscriptionKey>" -H "Content-Type: application/json" "<endpoint>/computervision/imagecomposition:stitch?api-version=2023-04-01-preview" --output <your_filename> -d "{
4949
'images': [
5050
{
5151
'url':'<your_url_string>'
@@ -84,7 +84,7 @@ To correct the perspective distortion in the composite image, follow these steps
8484
1. Copy the following `curl` command into a text editor.
8585

8686
```bash
87-
curl.exe -H "Ocp-Apim-Subscription-Key: <subscriptionKey>" -H "Content-Type: application/json" "https://<endpoint>/vision/v4.0-preview.1/operations/shelfanalysis-productunderstanding:rectify" --output <your_filename> -d "{
87+
curl.exe -H "Ocp-Apim-Subscription-Key: <subscriptionKey>" -H "Content-Type: application/json" "<endpoint>/computervision/imagecomposition:rectify?api-version=2023-04-01-preview" --output <your_filename> -d "{
8888
'url': '<your_url_string>',
8989
'controlPoints': {
9090
'topLeft': {

0 commit comments

Comments
 (0)