Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bird eye view image formation #2

Open
sandeshchand87 opened this issue Jul 21, 2023 · 1 comment
Open

bird eye view image formation #2

sandeshchand87 opened this issue Jul 21, 2023 · 1 comment

Comments

@sandeshchand87
Copy link

i am trying to convert the image formed by fish eye camera into its bird eye view . i am using the intrinsic and extrinsic parametres and following your code but am not getting the perfect bird eye view.the image is moved toeards right in the bird eye view image.

@mzki
Copy link
Owner

mzki commented Jan 6, 2024

If you followed the code in the cells [13] and [14] then it is intended result, since the position of the bird eye view camera is intentionally moved towards right.

t2 = R2 @ (np.array([0, -2.000, 0]) + np.array([1.0, 0.0, 1.0])).reshape((3, 1))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants