Skip to content

Commit 64ccb2e

Browse files
author
doripjonov
committed
changed documentation
1 parent 4dad686 commit 64ccb2e

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ The first argument is the image location, it could be a URL or a path on the loc
222222

223223
| Argument | Type | Required | Notes |
224224
| --------------- | ------ | -------- | ----------------------------------------- |
225-
| image_location | string | required | URL or local machine path to the image you want to recognize |
225+
| image_location | string | required | URL, image in BLOB format or image from your local machine|
226226
| options | string | optional | Object that defines recognition options |
227227

228228
Supported options:
@@ -328,7 +328,7 @@ Adds an image to your face collection.
328328

329329
| Argument | Type | Required | Notes |
330330
| --------------- | ------ | -------- | ----------------------------------------- |
331-
| image_location | string | required | URL or local machine path to the image you want to add to face collection |
331+
| image_location | string | required | URL, image in BLOB format or image from your local machine |
332332
| subject | string | required | Name or any other person ID. It can be just a random string you generate and save for further identification |
333333
| options | string | optional | Object that defines adding options |
334334

@@ -494,7 +494,7 @@ Compares similarities of given image with image from your face collection.
494494

495495
| Argument | Type | Required | Notes |
496496
| --------------- | ------ | -------- | ----------------------------------------- |
497-
| image_location | string | required | URL or local machine path to the image you want to recognize |
497+
| image_location | string | required | URL, image in BLOB format or image from your local machine |
498498
| options | string | optional | Object that defines recognition options |
499499

500500
Supported options:
@@ -589,7 +589,7 @@ The first argument is the image location, it could be a URL or a path on the loc
589589

590590
| Argument | Type | Required | Notes |
591591
| --------------- | ------ | -------- | ----------------------------------------- |
592-
| image_location | string | required | URL or local machine path to the image you want to recognize |
592+
| image_location | string | required | URL, image in BLOB format or image from your local machine |
593593
| options | string | optional | Object that defines detection options |
594594

595595
Supported options:
@@ -680,8 +680,8 @@ The first two arguments are the image location, it could be a URL or a path on t
680680

681681
| Argument | Type | Required | Notes |
682682
| ---------------------- | ------ | -------- | ----------------------------------------- |
683-
| source_image_location | string | required | URL or local machine path to the source image you want to compare |
684-
| target_image_location | string | required | URL or local machine path to the target image you want to compare |
683+
| source_image_location | string | required | URL, source image in BLOB format or source image from your local machine |
684+
| target_image_location | string | required | URL, target image in BLOB format or target image from your local machine |
685685
| options | string | optional | Object that defines detection options |
686686

687687
Supported options:

webcam_demo/README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
In this part of docs we show how to use our detection service with webcamera. **NOTE:** we have chosen reactjs as it is today's one of the most popular UI library.
1+
# Webcam Demo
2+
3+
In this documentation we show how to use our detection service with webcamera. **NOTE:** we have chosen reactjs as it is today's one of the most popular UI library.
24

35
1. Clone our repository
46
2. Enter to ```webcam_demo``` folder and install packages

0 commit comments

Comments
 (0)