Skip to content

Commit 2e089d9

Browse files
Update shelf-modify-images.md
1 parent 0fc538d commit 2e089d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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/imagecomposition:stitch?api-version=2023-04-01-preview" --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/imagecomposition:rectify?api-version=2023-04-01-preview" --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)