Camera Calibration using Zhang's Method (Cyrill Stachniss)

  Рет қаралды 44,364

Cyrill Stachniss

Cyrill Stachniss

Күн бұрын

Camera Calibration using Zhang's Method
Slides: www.ipb.uni-bonn.de/html/teach...
Cyrill Stachniss, Spring 2020

Пікірлер: 42
@eason_longleilei
@eason_longleilei 4 жыл бұрын
Thank you, Prof Stachniss. The entire course is clarity and the equation deduction is easy to understand. We like these series of online courses.
@letatanu
@letatanu 3 жыл бұрын
Thank you, Prof. Stachniss. Your courses are enjoyable.
@MatyyRdk
@MatyyRdk 4 жыл бұрын
Thanks so much for that, it helped a lot!
@sathyanarayanankulasekaran1674
@sathyanarayanankulasekaran1674 2 жыл бұрын
I went through Zhangs paper....without this explanation, it wud have taken months for me to understand...thanks a lot
@CyrillStachniss
@CyrillStachniss 2 жыл бұрын
My pleasure - and I may say that it also took me a while when I first tried to dive into it…
@yanhairen7293
@yanhairen7293 3 жыл бұрын
Thank you so much . You are are really good teacher
@rohanjoshi523
@rohanjoshi523 3 жыл бұрын
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.
@adelsaleh5769
@adelsaleh5769 4 жыл бұрын
Your series are the best i ever watched.
@CyrillStachniss
@CyrillStachniss 4 жыл бұрын
Thanks :-)
@sags
@sags 4 жыл бұрын
couldn't agree more. Kudos 🤟
@hssensana1678
@hssensana1678 4 жыл бұрын
absolutly !!!!!!
@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 3 жыл бұрын
Hi, hssen, please could we talk?
@lordstinson8095
@lordstinson8095 3 жыл бұрын
@@mahmodsahal3414 WTF MAHMOD!?
@mayanksharma7354
@mayanksharma7354 Ай бұрын
Thank you for this video.
@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?
@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?
@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.
@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 ?
@wolftribe66
@wolftribe66 3 жыл бұрын
what kinda workouts you do?
@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 жыл бұрын
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.
@e-ausil
@e-ausil 5 ай бұрын
Hi! Thank you for the video! I have a doubt: what if we want to set zero-skew?
@trendz9041
@trendz9041 2 жыл бұрын
I’m having trouble heat mapping to calibrate my checkerboard I don’t have enough sunlight. Any ideas how I solve this ?
@Hellbioy101
@Hellbioy101 Жыл бұрын
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?
@yahiabammoune1716
@yahiabammoune1716 2 жыл бұрын
thanks for your video! question, are you sure that K is invertible matrix? because si a projection matrix (from 3D to 2D)
@CyrillStachniss
@CyrillStachniss 2 жыл бұрын
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?
@a1k0n
@a1k0n 4 жыл бұрын
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.
@andrekestler8256
@andrekestler8256 3 жыл бұрын
Short question for the matrix B: Why is B a symmetric Matrix?
@rohanjoshi523
@rohanjoshi523 3 жыл бұрын
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!
@Theproaff
@Theproaff 3 жыл бұрын
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 жыл бұрын
...
Projective 3 Point Algorithm - 5 Minutes with Cyrill
5:22
Cyrill Stachniss
Рет қаралды 12 М.
Final muy increíble 😱
00:46
Juan De Dios Pantoja 2
Рет қаралды 51 МЛН
Me: Don't cross there's cars coming
00:16
LOL
Рет қаралды 14 МЛН
He sees meat everywhere 😄🥩
00:11
AngLova
Рет қаралды 11 МЛН
Smart Sigma Kid #funny #sigma #comedy
00:25
CRAZY GREAPA
Рет қаралды 16 МЛН
The Basics about Bundle Adjustment (Cyrill Stachniss)
1:23:12
Cyrill Stachniss
Рет қаралды 29 М.
Learn Camera Calibration in OpenCV with Python Script
28:49
Nicolai Nielsen
Рет қаралды 86 М.
Projective 3-Point Algorithm using Grunert's Method (Cyrill Stachniss)
45:48
Depth Camera - Computerphile
12:34
Computerphile
Рет қаралды 245 М.
Camera Parameters - Extrinsics and Intrinsics (Cyrill Stachniss)
1:15:25
Cyrill Stachniss
Рет қаралды 36 М.
Visual Feature Part 1: Computing Keypoints (Cyrill Stachniss)
46:03
Cyrill Stachniss
Рет қаралды 19 М.
The Camera Transform
47:18
UC Davis Academics
Рет қаралды 128 М.
Simple Stereo | Camera Calibration
16:34
First Principles of Computer Vision
Рет қаралды 124 М.
Triangulation for Image Pairs (Cyrill Stachniss)
1:06:35
Cyrill Stachniss
Рет қаралды 21 М.
Pinhole and Perspective Projection | Image Formation
20:43
First Principles of Computer Vision
Рет қаралды 102 М.
ПОКУПКА ТЕЛЕФОНА С АВИТО?🤭
1:00
Корнеич
Рет қаралды 3,7 МЛН
Хотела заскамить на Айфон!😱📱(@gertieinar)
0:21
Взрывная История
Рет қаралды 6 МЛН
Спутниковый телефон #обзор #товары
0:35
Product show
Рет қаралды 2,2 МЛН