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

Back projection matrix construction #35

Open
fouad1995 opened this issue May 8, 2023 · 2 comments
Open

Back projection matrix construction #35

fouad1995 opened this issue May 8, 2023 · 2 comments

Comments

@fouad1995
Copy link

Hello.

I'm asking about how do you construct the matrix of back projection ? Do you extract the homography and then use it , and if so why you use x and y inside first matrix oMatA ? I'm a little bit confused about this part and I would be pleased if you share the reference of this mathematical equation.

Thanks in advance

@zhengthomastang
Copy link
Owner

You could find the source code for camera calibration here: https://github.com/zhengthomastang/2018AICity_TeamUW/tree/master/Track1/2_CAM_CAL

I also have an improved method here: https://github.com/zhengthomastang/Cal_PnP

@fouad1995
Copy link
Author

You could find the source code for camera calibration here: https://github.com/zhengthomastang/2018AICity_TeamUW/tree/master/Track1/2_CAM_CAL

I also have an improved method here: https://github.com/zhengthomastang/Cal_PnP

Thanks for your reply
The second method provide only homography matrix not like the first method which provide [intrinsic , extrinsic and projection matrix]

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