Mercurial > hg > nsaunier > traffic-intelligence
diff scripts/compute-homography.py @ 591:aded6c1c2ebd
added framework script and function to compute matchings
| author | Nicolas Saunier <nicolas.saunier@polymtl.ca> |
|---|---|
| date | Fri, 05 Dec 2014 17:00:37 -0500 |
| parents | 9c429c7efe89 |
| children | 3058e00887bc |
line wrap: on
line diff
--- a/scripts/compute-homography.py Fri Dec 05 16:41:11 2014 -0500 +++ b/scripts/compute-homography.py Fri Dec 05 17:00:37 2014 -0500 @@ -17,7 +17,7 @@ If providing video and world images, with a number of points to input and a ration to convert pixels to world distance unit (eg meters per pixel), the images will be shown in turn and the user should click -in the same order the corresponding points in world and image spaces.''', formatter_class=argparse.RawDescriptionHelpFormatter,) +in the same order the corresponding points in world and image spaces.''', formatter_class=argparse.RawDescriptionHelpFormatter) parser.add_argument('-p', dest = 'pointCorrespondencesFilename', help = 'name of the text file containing the point correspondences') parser.add_argument('-i', dest = 'videoFrameFilename', help = 'filename of the video frame')
