-
Notifications
You must be signed in to change notification settings - Fork 31
firesight
firepick1 edited this page Mar 28, 2014
·
15 revisions
The FireSight command line application is firesight
. Options are:
- -Dname=value define value for a [pipeline parameter](Pipeline Parameters)
- -debug if present, print out debug level logging information. Default level is (trace,debug,info,warn,error).
- -i image-file-path Optional input image. See also op imread
-
-ji JSON-indent Option value for JSON indent. Default is
2
. A value of0
will not insert line breaks or indents. - -o output-image-path Optional output image path. See also op imwrite
-
-p JSON-pipeline-file-path If
-p
is omitted, FireSight can be used to convert images from one format:firesight -i img/duck.jpg -o img/duck.png
- -time Execute pipeline 100 times and print out the average execution time.
- -trace if present, print out trace level logging information. Default level is (trace,debug,info,warn,error)
- -video VideoCapture() to window. See sample video by Paul Jones