aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYinhang Liu <yinhangx.liu@intel.com>2019-03-25 14:31:58 +0800
committerZong Wei <wei.zong@intel.com>2019-03-27 15:01:23 +0800
commit0380bc0dd7ede2893995aa221e1e10e4797a7c91 (patch)
tree3bd9e38b14a4dbc64e793486bba6a5a211e45b14
parentc82878bbfdcc80cac401044ebbd2359a0e00d05d (diff)
downloadlibxcam-0380bc0dd7ede2893995aa221e1e10e4797a7c91.tar.gz
surroundview: optimize bowl-config parameters
* remove the ragged top of stitched image * shrink the black hole under the car for SV render
-rw-r--r--tests/test-render-surround-view.cpp4
-rw-r--r--tests/test-surround-view.cpp4
2 files changed, 4 insertions, 4 deletions
diff --git a/tests/test-render-surround-view.cpp b/tests/test-render-surround-view.cpp
index 589f45c..be9d071 100644
--- a/tests/test-render-surround-view.cpp
+++ b/tests/test-render-surround-view.cpp
@@ -651,8 +651,8 @@ int main (int argc, char *argv[])
}
BowlDataConfig bowl;
- bowl.wall_height = 3000.0f;
- bowl.ground_length = 2000.0f;
+ bowl.wall_height = 1800.0f;
+ bowl.ground_length = 3000.0f;
bowl.angle_start = 0.0f;
bowl.angle_end = 360.0f;
stitcher->set_bowl_config (bowl);
diff --git a/tests/test-surround-view.cpp b/tests/test-surround-view.cpp
index dcbc5db..6d627c3 100644
--- a/tests/test-surround-view.cpp
+++ b/tests/test-surround-view.cpp
@@ -741,8 +741,8 @@ int main (int argc, char *argv[])
}
BowlDataConfig bowl;
- bowl.wall_height = 3000.0f;
- bowl.ground_length = 2000.0f;
+ bowl.wall_height = 1800.0f;
+ bowl.ground_length = 3000.0f;
bowl.angle_start = 0.0f;
bowl.angle_end = 360.0f;
stitcher->set_bowl_config (bowl);