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

An optimization problem #1035

Open
YQ6666 opened this issue Dec 14, 2023 · 2 comments
Open

An optimization problem #1035

YQ6666 opened this issue Dec 14, 2023 · 2 comments

Comments

@YQ6666
Copy link

YQ6666 commented Dec 14, 2023

When I optimized the external parameters of the telecentric lens, it was more precisely called the rotation matrix, but the rotation matrix of the telecentric lens only had the first two rows and the first two columns, that is, there were only four parameters r11,r12,r21 and r22. I wanted to optimize these four parameters, but there was a problem, that is, how to ensure that they still belonged to a rotation matrix after optimization. That is, how to ensure that they still conform to the rotation matrix constraint.

@sandwichmaker
Copy link
Contributor

What does it mean for r11, r12, r21, r22 to conform to a rotation matrix?

@YQ6666
Copy link
Author

YQ6666 commented Jan 22, 2024

Because the rotation matrix satisfy orthogonality, so the r11, r12, r21, r22 have to meet certain conditions, such as any of they can't bigger than 1, and the conditions are more than this.

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