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
Assuming you are using a pinhole camera model with known parameters fx, fy, cx, cy, and according to elibs/mve/libs/mve/camera.cc the .cam files has the following format f d0 d1 paspect ppx ppy with
133 # format the intrinsics to texrecon format
134 f = fx / width
135 d0 = 0.
136 d1 = 0.
137 paspect = fy / fx
138 ppx = cx / width
139 ppy = cy / height
I'm quite a newbie, can anyone explain how I can get the .cam files with the parameters for my images?
The text was updated successfully, but these errors were encountered: