Replies: 1 comment 4 replies
-
Everything can be made to work with general camera models; however I do not see any reason to do so for distorted pinhole camera models, which can and should be undistorted before MVS to speed it up. If you have other camera models in mind pls be more specific. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello.
First of all- I want to say I was amazed by the results on several scenes I have experience with. Your product is wonderful and it is amazing to have it opensource.
How dependent is the process on the camera models being regular pinhole models?
Is it possible to have a camera model interface, one instance will be the current camera class, another is a distorted pinhole model and maybe other models as well?
I see some uses assuming camera has K R and C.
I see that in some use cases, C can be replaced by some GetPosition() interface and the uses of R can also be replaced with appropriate interface (i.e to rotate normal from camera space).
Do you think there is some algorithmic assumptions that can not be made for a non-pinhole model?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions