Skip to content

Commit 8b51a81

Browse files
committed
Update README
1 parent 2f2e552 commit 8b51a81

File tree

1 file changed

+17
-6
lines changed

1 file changed

+17
-6
lines changed

README.md

+17-6
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,24 @@ For example, the image at x-value 2 and y-value 7 may have a filename `2-7.png`.
1717

1818
## Usage
1919
```
20-
lfgen [-h] [-r RATIO] [-o OUTPUT] directory
20+
usage: lfgen [-h] [-r RATIO] [-o OUTPUT] [--fov-x FOV_X] [--fov-y FOV_Y] [-j JOBS] [--flip-y] directory
21+
22+
Generates a light field integral image from a folder of images
23+
24+
positional arguments:
25+
directory Source directory
26+
27+
options:
28+
-h, --help show this help message and exit
29+
-r RATIO, --ratio RATIO
30+
Downsampling ratio to use
31+
-o OUTPUT, --output OUTPUT
32+
Output filename, default is stdout
33+
--fov-x FOV_X Simulate a restricted horizontal field of view
34+
--fov-y FOV_Y Simulate a restricted vertical field of view
35+
-j JOBS, --jobs JOBS Number of jobs
36+
--flip-y Flip images vertically
2137
```
22-
Where:
23-
- `directory`: Source directory
24-
- `-h`: Show help
25-
- `-r RATIO` or ` --ratio RATIO`: Downsampling ratio to use
26-
- `-o OUTPUT` or ` --output OUTPUT`: Output filename, default is standard output.
2738

2839
## Output
2940

0 commit comments

Comments
 (0)