Skip to content
This repository is currently being migrated. It's locked while the migration is in progress.

Commit

Permalink
expand max disparity limit
Browse files Browse the repository at this point in the history
  • Loading branch information
AkiraShibata18 committed Aug 18, 2022
1 parent ab5cb60 commit 7849580
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cfg/VXSGBM.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ gen.add("bt_clip_value", int_t, 0, "Truncation value (must be odd) for
gen.add("ct_win_size", int_t, 0, "Specifies the census transform window size", 0, 0, 31)
gen.add("hc_win_size", int_t, 0, "Specifies the hamming cost window size", 0, 0, 31)
gen.add("min_disparity", int_t, 0, "Disparity to begin search at, pixels", 0, 0, 256)
gen.add("max_disparity", int_t, 0, "Disparity to finish search at, pixels (Must be divisible by 4)", 64, 0, 256)
gen.add("max_disparity", int_t, 0, "Disparity to finish search at, pixels (Must be divisible by 4)", 64, 0, 512)

# scan path flags
gen.add("SCANLINE_LEFT_RIGHT", bool_t, 0, "Aggregate cost from left to right horizontally", True)
Expand Down

0 comments on commit 7849580

Please sign in to comment.