Coder Social home page Coder Social logo

Camera intrinsics? about 3d_street_view HOT 6 CLOSED

Yuliang-Zou avatar Yuliang-Zou commented on July 28, 2024
Camera intrinsics?

from 3d_street_view.

Comments (6)

amir32002 avatar amir32002 commented on July 28, 2024

The focal length was a fixed value. Also, note that the images are pinhole projections from an equirectangular image. @Tilman1110 can advise further if more questions arise.

from 3d_street_view.

Tilman1110 avatar Tilman1110 commented on July 28, 2024

There is an (empirically found) relation between the zoom level and the FOV:

if (zoom <= 2)
return 126.5 - zoom * 36.75;
else
return 195.93 / pow(1.92, zoom);

We use a zoom level of 1 and the original resolution is always 640x640.
I hope this helps. Let me know if you need further information.

from 3d_street_view.

Tilman1110 avatar Tilman1110 commented on July 28, 2024

So, the FOV should be 89.75 @ 640x640 pixel

from 3d_street_view.

Yuliang-Zou avatar Yuliang-Zou commented on July 28, 2024

Hi @Tilman1110 @amir32002 , thank you so much!

Since I need the camera intrinsics, I wonder how to know the principal point offset x_0 and y_0? And can I assume the axis skew s=0?

from 3d_street_view.

Tilman1110 avatar Tilman1110 commented on July 28, 2024

good point. we do not have an instrinsic calibration and the images are projections (virtual cameras) of a spherical image that is again probably stitched together from the Google car camera images. so the individual images have probably been undistorted. Just assume the princ point to be in the image center. all other intrinsic parameters should be set to zero or identity.

if you need further help with setting up the camera transformations let me know. I'm very happy to help.

from 3d_street_view.

Yuliang-Zou avatar Yuliang-Zou commented on July 28, 2024

Thank you!

from 3d_street_view.

Related Issues (12)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.