Skip to content

Commit

Permalink
Adjust parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
gishi523 committed Jan 3, 2019
1 parent 90358f0 commit acabb81
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions multilayer_stixel_world.h
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,9 @@ class MultiLayerStixelWorld
dmax = 64;

// disparity measurement uncertainty
sigmaG = 1.5f;
sigmaO = 1.5f;
sigmaS = 1.2f;
sigmaG = 0.5f;
sigmaO = 0.5f;
sigmaS = 0.2f;

// camera height and tilt uncertainty
sigmaH = 0.05f;
Expand Down

0 comments on commit acabb81

Please sign in to comment.