We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b51a81 commit 1dfc22cCopy full SHA for 1dfc22c
README.md
@@ -38,4 +38,14 @@ options:
38
39
## Output
40
41
-The output integral image is an LF file with the config file and image inside it.
+The output integral image is an LF file with the config file and image inside it.
42
+
43
+## Example image
44
+The following is a 4x4 integral image downscaled down to 10% and cropped to 45 degrees in each dimension
45
46
+
47
48
+Using this command
49
+```
50
+python -m lfgen.main --fov-x 45 --fov-y 45 -r 0.1 -o output.lf
51
0 commit comments