Skip to content

Commit

Permalink
Fix parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
gishi523 committed Jan 4, 2019
1 parent 607c250 commit 5270b1e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion multilayer_stixel_world.h
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ class MultiLayerStixelWorld
CameraParameters camera;

// scale down factor in height
// this reduces the computation time significantly
float verticalScaleDown;

// default settings
Expand All @@ -119,7 +120,7 @@ class MultiLayerStixelWorld

// camera height and tilt uncertainty
sigmaH = 0.01f;
sigmaA = 0.01f * static_cast<float>(CV_PI) / 180.f;
sigmaA = 0.001f;

// outlier rate
pOutG = 0.15f;
Expand Down

0 comments on commit 5270b1e

Please sign in to comment.