Commit ·
5d38256
1
Parent(s): c758c04
update readme
Browse files
README.md
CHANGED
|
@@ -20,7 +20,7 @@ General options can be selected before applying the stitching methods. These opt
|
|
| 20 |
- You should add the path for the image directory with the help of `-d` or `--data_path`.
|
| 21 |
- One can resize the image with `-r` or `--resize_shape`. (Default value is `None` which uses the original size of the images.)
|
| 22 |
- Define the result path with `--result_path` or `-s` (Default directory is `./`).
|
| 23 |
-
- Select the verbose value for logging for example as `-v` depending on what kind of logs you want to see.
|
| 24 |
|
| 25 |
The available methods are as:
|
| 26 |
- [Simple Opencv Stitcher](#simple-opencv-stitcher)
|
|
|
|
| 20 |
- You should add the path for the image directory with the help of `-d` or `--data_path`.
|
| 21 |
- One can resize the image with `-r` or `--resize_shape`. (Default value is `None` which uses the original size of the images.)
|
| 22 |
- Define the result path with `--result_path` or `-s` (Default directory is `./`).
|
| 23 |
+
- Select the verbose value for logging for example as `-v`, depending on what kind of logs you want to see.
|
| 24 |
|
| 25 |
The available methods are as:
|
| 26 |
- [Simple Opencv Stitcher](#simple-opencv-stitcher)
|