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

How to optimize only Z value in landmark in optimization process #427

Closed
yingweima2022 opened this issue Mar 25, 2021 · 1 comment
Closed
Labels
question Theory or implementation question wontfix / invalid This will not be worked on

Comments

@yingweima2022
Copy link

Thanks for your excellent work!

I'm trying to optimize landmarks in the optimization process, but it's possible that target is not a complete plane, so I need to optimize Z value separately.

I see that there is an estimatelanks parameter in CameraCalibration to specify whether to optimize landmarks, but I don't know how to only optimize Z value. Please give me some guidance.

@goldbattle goldbattle added question Theory or implementation question wontfix / invalid This will not be worked on labels May 9, 2022
@goldbattle
Copy link
Collaborator

You might want to checkout this pr: #152
Otherwise this isn't something the repo will support (only organized targets).
You would need to look into the code to see how the target is define, and implement a new optimization target cost function yourself.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Theory or implementation question wontfix / invalid This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants