You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
I'm working on applications related to car surround view using four fisheye lenses.
There is a BowlDataConfig parameter, which is closely related to the result of the entire projection and stitching
In test-surround-view project, the parameters are:
bowl.a = 6060.0f;
bowl.b = 4388.0f;
bowl.c = 3003.4f;
bowl.angle_start = 0.0f;
bowl.angle_end = 360.0f;
bowl.center_z = 1500.0f;
bowl.wall_height = 1800.0f;
bowl.ground_length = 3000.0f;
I have noticed that there are corresponding parameter explanations
But I still don’t know how to set the parameters according to the actual application
It seems to be related to the angle of view of the lens and the camera location(extrinsic parameters)?
The text was updated successfully, but these errors were encountered:
Hi
I'm working on applications related to car surround view using four fisheye lenses.
There is a BowlDataConfig parameter, which is closely related to the result of the entire projection and stitching
In test-surround-view project, the parameters are:
bowl.a = 6060.0f;
bowl.b = 4388.0f;
bowl.c = 3003.4f;
bowl.angle_start = 0.0f;
bowl.angle_end = 360.0f;
bowl.center_z = 1500.0f;
bowl.wall_height = 1800.0f;
bowl.ground_length = 3000.0f;
I have noticed that there are corresponding parameter explanations
But I still don’t know how to set the parameters according to the actual application
It seems to be related to the angle of view of the lens and the camera location(extrinsic parameters)?
The text was updated successfully, but these errors were encountered: