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

Commit

Permalink
Merge pull request #4 from AkiraShibata18/2022.08.18-expand-max-dispa…
Browse files Browse the repository at this point in the history
…rity-limit

expand max disparity limit
  • Loading branch information
AkiraShibata18 authored Aug 18, 2022
2 parents ab5cb60 + 7849580 commit e6a6856
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 e6a6856

Please sign in to comment.