Merge pull request #14051 from LaurentBerger:i14047

This commit is contained in:
Alexander Alekhin 2019-03-14 13:27:44 +00:00
commit 17ad33c919

View File

@ -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' )