Camera Calibration using Zhang's Method (Cyrill Stachniss)

แชร์
ฝัง
  • เผยแพร่เมื่อ 1 ต.ค. 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.

  • @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.

  • @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.

  • @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?

  • @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…

  • @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 ?

  • @e-ausil
    @e-ausil 8 หลายเดือนก่อน

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

  • @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 ?

  • @letatanu
    @letatanu 4 ปีที่แล้ว +1

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

  • @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?

  • @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?

  • @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?

  • @adelsaleh5769
    @adelsaleh5769 4 ปีที่แล้ว +2

    Your series are the best i ever watched.

    • @CyrillStachniss
      @CyrillStachniss  4 ปีที่แล้ว

      Thanks :-)

    • @sags
      @sags 4 ปีที่แล้ว

      couldn't agree more. Kudos 🤟

    • @hssensana1678
      @hssensana1678 4 ปีที่แล้ว

      absolutly !!!!!!

  • @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.

  • @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!

  • @yanhairen7293
    @yanhairen7293 3 ปีที่แล้ว

    Thank you so much . You are are really good teacher

  • @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?

  • @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.

  • @wolftribe66
    @wolftribe66 3 ปีที่แล้ว

    what kinda workouts you do?

  • @MatyyRdk
    @MatyyRdk 4 ปีที่แล้ว

    Thanks so much for that, it helped a lot!

  • @finnmainstone757
    @finnmainstone757 3 ปีที่แล้ว

    ...

  • @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.

    • @mahmodsahal3414
      @mahmodsahal3414 4 ปีที่แล้ว

      Hi, hssen, please could we talk?

    • @lordstinson8095
      @lordstinson8095 3 ปีที่แล้ว +1

      @@mahmodsahal3414 WTF MAHMOD!?

  • @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.