mirror of
https://github.com/opencv/opencv.git
synced 2025-06-13 04:52:53 +08:00
Merge pull request #14051 from LaurentBerger:i14047
This commit is contained in:
commit
17ad33c919
@ -64,6 +64,7 @@ import cv2 as cv
|
||||
import sys
|
||||
import argparse
|
||||
|
||||
if __name__ == '__main__':
|
||||
parser = argparse.ArgumentParser(description='stitching_detailed')
|
||||
parser.add_argument('img_names', nargs='+',help='files to stitch',type=str)
|
||||
parser.add_argument('--preview',help='Run stitching in the preview mode. Works faster than usual mode but output image will have lower resolution.',type=bool,dest = 'preview' )
|
||||
|
Loading…
Reference in New Issue
Block a user