From 3535c64347808f75d9125be61cd358af431170dc Mon Sep 17 00:00:00 2001 From: Piero Toffanin Date: Fri, 19 May 2023 15:21:22 -0400 Subject: [PATCH] Update description --- opendm/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opendm/config.py b/opendm/config.py index 87425eee..5db0b2b3 100755 --- a/opendm/config.py +++ b/opendm/config.py @@ -159,7 +159,7 @@ def config(argv=None, parser=None): action=StoreValue, default=0, type=int, - help='Perform image matching with the nearest images based on image filenames order. Set to 0 to disable. Default: %(default)s') + help='Perform image matching with the nearest N images based on image filename order. Can speed up processing of sequential images, such as those extracted from video. Set to 0 to disable. Default: %(default)s') parser.add_argument('--use-fixed-camera-params', action=StoreTrue,