Merge pull request #14051 from LaurentBerger:i14047

pull/14074/head
Alexander Alekhin 6 years ago
commit 17ad33c919
  1. 1
      samples/python/stitching_detailed.py

@ -64,6 +64,7 @@ import cv2 as cv
import sys import sys
import argparse import argparse
if __name__ == '__main__':
parser = argparse.ArgumentParser(description='stitching_detailed') parser = argparse.ArgumentParser(description='stitching_detailed')
parser.add_argument('img_names', nargs='+',help='files to stitch',type=str) 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' ) 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…
Cancel
Save