| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Old | 2011-02-06 | ||
| trainscanner-0.18.tgz | 2011-03-05 | 11.4 kB | |
| sample2.mov | 2011-03-03 | 1.3 MB | |
| trainscanner-0.15.tgz | 2011-03-03 | 10.9 kB | |
| README | 2011-03-02 | 976 Bytes | |
| trainscanner-0.14.tgz | 2011-03-02 | 10.9 kB | |
| trainscanner-0.13.tgz | 2011-02-28 | 11.0 kB | |
| trainscanner-0.11.tgz | 2011-02-27 | 10.1 kB | |
| trainscanner-0.10.tgz | 2011-02-21 | 9.9 kB | |
| trainscanner-0.09.tgz | 2011-02-20 | 10.1 kB | |
| trainscanner-0.08.tgz | 2011-02-19 | 10.1 kB | |
| trainscanner-0.07.tgz | 2011-02-18 | 10.0 kB | |
| trainscanner-0.06.tgz | 2011-02-18 | 9.9 kB | |
| trainscanner-0.05.tgz | 2011-02-17 | 9.3 kB | |
| sample.mov | 2011-02-17 | 1.8 MB | |
| trainscanner-0.04.tgz | 2011-02-06 | 1.7 MB | |
| trainscanner-bin-0.04.tgz | 2011-02-06 | 1.8 MB | |
| trainscanner-bin-0.03.tgz | 2011-02-06 | 1.8 MB | |
| trainscanner-0.03.tgz | 2011-02-06 | 1.7 MB | |
| trainscanner-0.02.tgz | 2011-02-04 | 1.7 MB | |
| trainscanner-0.01.tgz | 2011-01-18 | 1.7 MB | |
| Totals: 21 Items | 13.7 MB | 1 |
* SUMMARY * The trainscanner stitches a train movie to make a long photo strip. * REQUIREMENTS * OpenCV library is required to compile this program. Please install it via HomeBrew. https://github.com/mxcl/homebrew/wiki/installation Then, % brew install opencv * COMPILE * % make all % make samples will make the trainscan of sample.mov. * USAGE * usage: trainscanner [-q][-v][-d x,y][-S][-s n][-o n][-a x] moviefile -q Quiet. -v Verbose. -S Straighten (experimental). -a x Straighten with angle x. -s n Split the output in n pixels. -d x,y Default delta between frames. -o n Let the overlaid frame larger (in percent). * UTILITIES * gut and spiral are programs to convert very long trainscan images into compact form. Usage: [gut|spiral] --size=x --height=y imagefile --size=x: Specify the size of output image (in pixels). --height=y: Specify the relative height of the strip in the output image. 2.0 means the full height, and default value is 0.2.