Skip to content

Commit 1dfc22c

Browse files
authored
Add examples in README.md
1 parent 8b51a81 commit 1dfc22c

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,14 @@ options:
3838

3939
## Output
4040

41-
The output integral image is an LF file with the config file and image inside it.
41+
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+
![stitched](https://github.com/Abogical/lfgen/assets/10688496/0cb0f5af-c169-45db-8809-f47e5d630471)
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

Comments
 (0)