camera-calibration Questions

4

I am learning camera matrix stuff. I already known that I can get the homography of the camera (3*3 matrix) by using four points in a plane in object space. I want to know if we can get the homagra...
Duster asked 16/10, 2012 at 17:33

2

Is there a free-access database containing camera calibration parameters (camera matrices, intrinsic and extrinsic parameters) for the most popular devices? I'm particularly interested in mobile-p...

2

Solved

I am calibrating an industrial AVT camera. Is it ok, when I focus on the plane where I will do my measurements with the f/4 aperture then close the aperture to f/16, calibrate the internal paramete...
Tripitaka asked 19/6, 2014 at 6:13

2

I tried determining camera motion from fundamental matrix using opencv. I'm currently using optical flow to track movement of points in every other frame. Essential matrix is being derived from fun...
Cymbre asked 25/10, 2012 at 9:0

1

How do we use the function apple provides (below) to perform rectilinear conversion? Apple provides a reference implementation in 'AVCameraCalibrationData.h' on how to correct images for lens dist...
Derouen asked 4/5, 2019 at 5:49

1

I'm in some trouble getting the charuco camera calibration to work. To the best of my knowledge, I do everything right, but the final undistorted images are very much more warped than expected. It ...
Workbag asked 15/4, 2019 at 12:57

2

After checking several pieces of codes, I took several shots, found the chessboard corners and use them to get the camera matrix, distortion coefficients, rotation, and translation vectors. Now, ...
Ned asked 18/3, 2019 at 6:25

1

Solved

I am using opencv to calibrate my webcam. So, what I have done is fixed my webcam to a rig, so that it stays static and I have used a chessboard calibration pattern and moved it in front of the cam...
Arathorn asked 18/3, 2019 at 11:22

2

Solved

I am trying to get a 3x4 camera matrix for triangulation process but calibrateCamera() returns only 3x3 and 4x1 matrices. How can i get the 3x4 out of those matrices? Thanks in advance!!
Communicate asked 19/4, 2013 at 9:43

1

I'm trying to computing the exact prospective transformation of a 3D object starting from a vanishing points and horizon line of a picture. What I want is, fixed the vanishing points and horizon...
Manifestative asked 13/11, 2018 at 20:52

2

Solved

stereoParameters takes two extrinsic parameters: RotationOfCamera2 and TranslationOfCamera2. The problem is that the documentation is a not very detailed about what RotationOfCamera2 really means,...

2

I get the following error when I try to calibrate camera using cv2.calibrateCamera: rms, camera_matrix, dist_coefs, rvecs, tvecs = cv2.calibrateCamera(pts3d, pts2d, self.imgsize, None, None) cv2.e...
Whimsicality asked 31/3, 2015 at 14:36

2

Solved

I am trying to use StereoBM to get disparity map of two images. I tried some sample code and images. They are working fine. However, when I try my own images, I got very bad map, very noisy. ...
Emeric asked 9/3, 2016 at 23:3

1

Solved

I am using OpenCV to estimate a webcam's intrinsic matrix from a series of chessboard images - as detailed in this tutorial, and reverse project a pixel to a direction (in term of azimuth/elevation...
Ballroom asked 30/3, 2018 at 9:3

1

There are some measured results available for certain older ios devices but I'm not able to find FOV numbers for newer models, specifically, iPhone 5s ~ 6s Plus and iPad 4 ~ iPad Pro. Also, the num...
Compeer asked 13/3, 2018 at 16:14

6

Solved

I'm using a wide-angle lens (178º Diagonal FOV ) and I'm trying to calibrate it properly using Opencv Calibration module. All the detection and calibration process are working fine, but the result ...

4

Solved

I know the default OpenCV Calibration systems model a Pinhole camera, but I'm working with a system using extremely wide FOV lens (187-degrees). If there any existing way to do this in OpenCV, or t...
Corposant asked 22/10, 2012 at 14:26

1

Solved

I have the following image I1. I did not capture it. I downloaded it from Google I apply a known homography H to I1 to obtain the following image I2. I want to assume that a camera has taken ...
Tenpenny asked 13/1, 2018 at 13:18

1

Solved

I have been using cv::StereoBM for a while, and am trying to switch to cuda::StereoBM (uses the GPU) but have run into a problem where they look completely different, even with the same settings an...
Asteriated asked 16/11, 2017 at 19:8

1

Solved

Originally I have a image with a perfect circle grid, denoted as A I add some lens distortion and perspective transformation to it, and it becomes B In camera calibration, A would be my destinati...
Caterpillar asked 11/10, 2017 at 3:41

3

I am trying to render views of a 3D mesh in VTK, I am doing the following: vtkSmartPointer<vtkRenderWindow> render_win = vtkSmartPointer<vtkRenderWindow>::New(); vtkSmartPointer<vtk...
Adaline asked 2/8, 2013 at 14:41

2

I'm getting results I don't expect when I use OpenCV 3.0 calibrateCamera. Here is my algorithm: Load in 30 image points Load in 30 corresponding world points (coplanar in this case) Use points to...
Kettledrummer asked 8/7, 2015 at 12:10

1

I am trying to calibrate a camera with a fisheye lens. I therefor used the fisheye lens module, but keep getting strange results no matter what distortion parameters I fix. This is the input image ...
Puss asked 14/9, 2017 at 18:23

2

I'm trying to do calibration of Kinect camera and external camera, with Emgu/OpenCV. I'm stuck and I would really appreciate any help. I've choose do this via fundamental matrix, i.e. epipolar ge...
Hathaway asked 17/4, 2012 at 13:49

5

Solved

I am developing an application for the iPhone using opencv. I have to use the method solvePnPRansac: http://opencv.willowgarage.com/documentation/cpp/camera_calibration_and_3d_reconstruction.html ...

© 2022 - 2025 — McMap. All rights reserved.