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
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: