Camera Calibration using Zhang's Method (Cyrill Stachniss)

Поділитися
Вставка
  • Опубліковано 4 жов 2024

КОМЕНТАРІ • 42

  • @eason_longleilei
    @eason_longleilei 4 роки тому +11

    Thank you, Prof Stachniss. The entire course is clarity and the equation deduction is easy to understand. We like these series of online courses.

  • @sathyanarayanankulasekaran1674
    @sathyanarayanankulasekaran1674 2 роки тому +1

    I went through Zhangs paper....without this explanation, it wud have taken months for me to understand...thanks a lot

    • @CyrillStachniss
      @CyrillStachniss  2 роки тому +3

      My pleasure - and I may say that it also took me a while when I first tried to dive into it…

  • @adelsaleh5769
    @adelsaleh5769 4 роки тому +2

    Your series are the best i ever watched.

  • @letatanu
    @letatanu 4 роки тому +1

    Thank you, Prof. Stachniss. Your courses are enjoyable.

  • @rohanjoshi523
    @rohanjoshi523 3 роки тому +4

    Amazing series! This is extremely helpful for all students across the globe. If you are taking suggestions for future topics to make videos on, could you consider making a series on Visual SLAM? That would be very helpful. Thanks.

  • @mayanksharma7354
    @mayanksharma7354 4 місяці тому +1

    Thank you for this video.

  • @yanhairen7293
    @yanhairen7293 3 роки тому

    Thank you so much . You are are really good teacher

  • @hssensana1678
    @hssensana1678 4 роки тому

    thank you so much for this video and the one dealing with the DLT , it helped me a lot to understand the Zhang paper.

  • @e-ausil
    @e-ausil 8 місяців тому

    Hi! Thank you for the video!
    I have a doubt: what if we want to set zero-skew?

  • @MatyyRdk
    @MatyyRdk 4 роки тому

    Thanks so much for that, it helped a lot!

  • @fransmulder9326
    @fransmulder9326 3 роки тому

    In an attempt to implement this, I used a single checkerboard image with known xy-coordinates of the crossings as well as the corresponding pixel coordinates.
    A gradient descent method based on least squares errors was computationally faster and gave me both the intrinsic as well as extrinsinc parameters for that picture.
    Is this coincidence? When taking computational effort and robustness into account how does zhangs compares to such a gradient descent m eethod?

  • @Hellbioy101
    @Hellbioy101 2 роки тому +1

    How do we ensure the matrix B we obtain from the least squares solution is positive definite? The Cholesky decomposition will only work if it is positive (semi) definite

    • @pu239
      @pu239 Рік тому

      I got this exact problem :/
      Did you figure anything out?

  • @stevea8201
    @stevea8201 3 роки тому

    Question, you go over how to obtain the intrinsic matrix (K), but is it also possible to get the extrinsic matrix using this approach?

  • @trendz9041
    @trendz9041 3 роки тому

    I’m having trouble heat mapping to calibrate my checkerboard I don’t have enough sunlight. Any ideas how I solve this ?

  • @andrekestler8256
    @andrekestler8256 3 роки тому +1

    Short question for the matrix B: Why is B a symmetric Matrix?

    • @rohanjoshi523
      @rohanjoshi523 3 роки тому +2

      Write down the expanded form of( K^-T * K^-1). Since K is upper triangular, the product will be symmetric.

    • @javocremona
      @javocremona 3 роки тому

      @@rohanjoshi523 and why B is positive definite?

    • @rohanjoshi523
      @rohanjoshi523 3 роки тому

      @@javocremona Try performing elimination and see the signs of the pivots. All the pivots should turn out to be positive. The sign of the pivots are the sign of the eigen values.

    • @javocremona
      @javocremona 3 роки тому

      @@rohanjoshi523 Thanks!

  • @Labliequan
    @Labliequan 3 роки тому

    I want to implement Zhang's Method and using your lecture to help with it. I noticed that on slide 40 the vij vector is not defined the same way as in Zhang's paper. The elements 3 and 4 are exchanged.
    So I'm asking myself: does the order of the elements matter? Is the exchange on purpose or just a mistake?

  • @a1k0n
    @a1k0n 4 роки тому +2

    I never realized a homography matrix was just a projection matrix with the Z column deleted.

    • @TyNguyen-hd2wm
      @TyNguyen-hd2wm 3 роки тому

      It's not 100% correct though. Homography matrix can be formed by removing either r1, r2, r3 or t in the homogeneous transformation matrix. [R|t].

    • @rohanjoshi523
      @rohanjoshi523 3 роки тому

      Any NxN non-singular matrix is a homography. Since we deal with a 2 dimensional projective space, we represent homographies as a 3x3 matrix that can transform points on one plane to another. Hence any non-singular 3x3 matrix is a homography.

  • @sinaebrahimifarsangi4584
    @sinaebrahimifarsangi4584 2 роки тому

    Hello Professor,
    The original paper on Zhang Calibration mentions that this calibration requires at least two images but you mentioned we need at least two. Is there something that I am missing ?

  • @hermesingenui2653
    @hermesingenui2653 3 роки тому

    Hello, thank you very much for your explanation,
    please i want to know if we can use camera calibration to measuer a size of an object without knowing the distance lens/object ?

    • @CyrillStachniss
      @CyrillStachniss  3 роки тому +1

      Not from a single image. Even if you have multiple images, you can only measure it if you know the length of the baseline vector.

  • @yahiabammoune1716
    @yahiabammoune1716 3 роки тому

    thanks for your video! question, are you sure that K is invertible matrix? because si a projection matrix (from 3D to 2D)

    • @CyrillStachniss
      @CyrillStachniss  3 роки тому

      K itself covers only the (linear) intrinsic calibration parameters is a 3x3 matrix and yes, it is invertible.

    • @poojakabra1479
      @poojakabra1479 2 роки тому

      @@CyrillStachniss so if we multiplied pixel coordinates by inv(K) will we get 3D coordinates in camera coordinate system in the true scale?

  • @wolftribe66
    @wolftribe66 3 роки тому

    what kinda workouts you do?

  • @jj-ry8xv
    @jj-ry8xv 3 роки тому

    thanks for your video! question, what if I also want to find out the rotation matrix and transition vector? what should I do to calculate them after the K matrix is found? would DLT work for finding out R and t? thanks again!

    • @TheTacticalDood
      @TheTacticalDood 2 роки тому

      Yes, the direct linear transform method can be used to find the camera pose.

  • @Theproaff
    @Theproaff 4 роки тому

    Shouldn't the matrix H have 9 degrees of freedom? 5 intrinsics and 4 extrinsics

    • @TyNguyen-hd2wm
      @TyNguyen-hd2wm 3 роки тому

      it's up to the scale so we can normalize all by element H_{33}, making it 8 Dof.

  • @finnmainstone757
    @finnmainstone757 3 роки тому

    ...