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

What if all cameras share the same intrinsics? #22

Open
ghost opened this issue Apr 2, 2022 · 1 comment
Open

What if all cameras share the same intrinsics? #22

ghost opened this issue Apr 2, 2022 · 1 comment

Comments

@ghost
Copy link

ghost commented Apr 2, 2022

Thanks for sharing your excellent work.

In SfM, it is a very common scenario that all (part of, at least) cameras share the same camera intrinsics Matrix and Undistort parameters(k1, k2, p1, etc...), and these camera intrinsics are also variables to be estimated. In another words, like ceres did, if the element groups include 3 types: "camera_intrinsics, image_poses, points", Will the system generalize to this kind of problem?

How to do this? Hope to receiving your advice.

@JieRen98
Copy link
Collaborator

JieRen98 commented Apr 7, 2022

Sorry for the late reply,
I agree the feature you mentioned is very important. Since on GPU, the data transferring is of high latency, all the data layouts are predetermined and the data layout you mentioned is not supported yet. So currently, MegBA does not support it. We will support it later.
Best regards,
Jie

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

1 participant