camera-calibration Questions
4
Solved
I calibrated my mono camera using opencv. Now I know the camera intrinsic matrix and distortion coefs [K1, K2, P1 ,P2,K3 ,K4, K5, K6] of my camera. Assuming that camera is place in [x, y, z] with [...
Stouffer asked 28/5, 2015 at 9:35
3
Solved
I have a task to locate an object in 3D coordinate system. Since I have to get almost exact X and Y coordinate, I decided to track one color marker with known Z coordinate that will be placed on th...
Estrada asked 6/9, 2012 at 12:12
3
Solved
I have the intrisic and extrinsic parameters of the camera.
The extrinsic is a 4 x 4 matrix with rotation and translation.
I have sample data as under, I have this one per camera image taken.
2....
Braithwaite asked 18/11, 2011 at 6:12
2
Solved
In the pinhole camera model there is only one focal length which is between the principal point and the camera center.
However, after calculating the camera's intrinsic parameters, the matrix cont...
Milurd asked 2/5, 2013 at 3:27
2
Solved
I am trying to get the bird's eye view perspective transform from camera intrinsic, extrinsic matrices and distortion coefficients.
I tried using the answer from this question.
The image used is...
Radiancy asked 2/2, 2018 at 5:13
2
Solved
I am reading up on homographies and i have seen some places that it says that the homography is defined "up to a scale factor" what does this mean? Is there an upper limit for scaling the homograph...
Ennoble asked 14/6, 2013 at 18:18
3
Solved
I'm trying to verify my camera calibration, so I'd like to rectify the calibration images. I expect that this will involve using a call to warpPerspective but I do not see an obvious function that ...
Hermosa asked 24/4, 2014 at 17:32
3
Solved
I was trying to replicate this camera calibration code.
When I run my script, the calibration process won't stop for about 30 minutes (I expected the intrinsic camera matrix for the output). What ...
Consensus asked 28/6, 2018 at 0:59
5
Solved
Suppose I have got the face euler angles (pitch, yaw, roll). How can draw the 3D Coordinate Axes which show the face pose?
Here is an example from here:
Haplosis asked 13/5, 2015 at 6:43
7
Given a set of 2D points, how can I apply the opposite of undistortPoints?
I have the camera intrinsics and distCoeffs and would like to (for example) create a square, and distort it as if the came...
Matchless asked 7/6, 2012 at 16:25
2
Solved
I have an image of a colorchecker captured with a digital camera, how do I use this to calibrate (color-correct) the images using opencv?
See below the colorchecker image:
Perdita asked 19/9, 2013 at 14:40
4
I am calibrating my camera following a tutorial. I understand the whole process of finding the intrinsic parameter and the distortion coefficients of the camera using the chessboard. What I don't u...
Lactam asked 11/9, 2016 at 2:31
2
Solved
I'm kind of confused about the Reprojection Error during camera calibration. I understood that the Reprojection Error describes the differences between the detected point and the world point. I eve...
Anhydrous asked 9/5, 2017 at 19:47
2
I got camera intrinsic matrix and distortion parameters using camera calibration.
The unit of the focal length is pixels, i guess.
Then, how can i calculate field of view (along y) ?
Is this f...
Ironwork asked 12/10, 2016 at 7:34
3
I have to do camera calibration. I understand the general concept and I have it working, but in many guides it says to use many images or at the very least two with different orientation. Why exact...
Goatfish asked 7/1, 2015 at 14:3
1
Consider the following diagram and equations representing a pinhole camera:
Suppose the image size is W times H pixels, and that there is no nonlinear distortion. To compute the field of vi...
Sudor asked 13/11, 2020 at 14:43
2
I'm receiving depth images of a tof camera via MATLAB. the delivered drivers of the tof camera to compute x,y,z coordinates out of the depth image are using openCV function, which are implemented i...
Zibet asked 22/2, 2014 at 18:27
1
Solved
My goal:
I am trying to get the TruthDepth camera parameters (such as the intrinsic, extrinsic, lens distortion etc) for the TruthDepth camera while I am doing the face tracking. I read that there ...
Auberta asked 16/7, 2020 at 3:57
0
iOS provides lens distortion information for images obtained with the iPhone depth cameras, specifically the front-facing TrueDepth camera and the rear-facing Portrait mode camera. These lens disto...
Stenger asked 15/5, 2020 at 15:19
2
I accessed calibration files from part odometry of KITTI, wherein contents of one calibration file are as follows:
P0: 7.188560000000e+02 0.000000000000e+00 6.071928000000e+02 0.000000000000e+00 0...
Panay asked 7/5, 2018 at 9:3
5
I am using OpenCV to calibrate images taken using cameras with fish-eye lenses.
The functions I am using are:
findChessboardCorners(...); to find the corners of the calibration pattern.
cornerSu...
Joon asked 16/12, 2015 at 15:47
2
I am working on the KITTI dataset.
I have downloaded the object dataset (left and right) and camera calibration matrices of the object set.
I want to use the stereo information.
But I don't know h...
Melendez asked 2/4, 2015 at 7:35
3
Solved
I have got a calibrated multi-camera system. Both the internal (focal length, distortion, etc) and external (poses) camera parameters have been estimated using HALCON-based program. Now, the goal i...
Amery asked 29/10, 2019 at 11:16
5
Solved
How to verify that the camera calibration is correct? (or how to estimate the error of reprojection)
The quality of calibration is measured by the reprojection error (is there an alternative?), which requires a knowledge world coordinates of some 3d point(s).
Is there a simple way to produce such...
Lovelady asked 5/8, 2013 at 7:6
2
Solved
I am doing camera calibration from tsai algo. I got intrensic and extrinsic matrix, but how can I reconstruct the 3D coordinates from that inormation?
1) I can use Gaussian Elimination for find...
Perfume asked 20/10, 2011 at 12:47
1 Next >
© 2022 - 2024 — McMap. All rights reserved.