to compile use:
meson setup builddir
meson compile -C builddirthen run the program with:
python3 viswrap.pyeach argument needs to be passed with --sift as example
Example for a flat water surface with 4 cameras:
python3 viswrap.py --solve --sift --lone 0.4 | Argument | Description | Type |
|---|---|---|
--sin |
Enables sine processing | Flag |
--lone |
Sets the lone threshold value | Float |
--solve |
Enable the ceres solver | Flag |