Mercurial > hg > nsaunier > traffic-intelligence
diff python/compute-homography.py @ 237:6774bdce03f1
corrected typo
| author | Nicolas Saunier <nicolas.saunier@polymtl.ca> |
|---|---|
| date | Fri, 06 Jul 2012 01:08:38 -0400 |
| parents | eb4525853030 |
| children | be3761a09b20 |
line wrap: on
line diff
--- a/python/compute-homography.py Fri Jul 06 01:03:52 2012 -0400 +++ b/python/compute-homography.py Fri Jul 06 01:08:38 2012 -0400 @@ -52,7 +52,7 @@ # cvFindHomography(imagePoints, worldPoints, H); -if '--help' in options.keys() or '-h' in options.keys() or len(args) == 0:: +if '--help' in options.keys() or '-h' in options.keys() or len(args) == 0: print('Usage: {0} --help|-h [--video_frame <video frame filename>] [<point_correspondences.txt>]'.format(sys.argv[0])) print('''The positional argument should be the name of a file containing at least 4 non-colinear point coordinates (point correspondences:
