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

Commit e6a6856

Browse files
Merge pull request #4 from AkiraShibata18/2022.08.18-expand-max-disparity-limit
expand max disparity limit
2 parents ab5cb60 + 7849580 commit e6a6856

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cfg/VXSGBM.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ gen.add("bt_clip_value", int_t, 0, "Truncation value (must be odd) for
1717
gen.add("ct_win_size", int_t, 0, "Specifies the census transform window size", 0, 0, 31)
1818
gen.add("hc_win_size", int_t, 0, "Specifies the hamming cost window size", 0, 0, 31)
1919
gen.add("min_disparity", int_t, 0, "Disparity to begin search at, pixels", 0, 0, 256)
20-
gen.add("max_disparity", int_t, 0, "Disparity to finish search at, pixels (Must be divisible by 4)", 64, 0, 256)
20+
gen.add("max_disparity", int_t, 0, "Disparity to finish search at, pixels (Must be divisible by 4)", 64, 0, 512)
2121

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

0 commit comments

Comments
 (0)