Skip to main content

All Questions

0 votes
1 answer
323 views

Pinhole camera model from houdini parameters

From a simulation with Houdini software I retrieved these parameters: Camera position: -0.675839, 33.5945, 0.0318854 Camera Rotation: 0.0318854, 92.4693, 0.1 Focal Length: 52.5172 mm Image size: 1920 ...
francesco lc's user avatar
3 votes
0 answers
814 views

Correct Fish Eye camera Radial Distortion and blurry effect at the image edges

There are a lot of questions regarding this topic ,but I am trying to get a more clear picture from these questions. I am trying to calibrate a fish eye camera and I am using OpenCV omnidir class ...
Nitron_707's user avatar
0 votes
1 answer
124 views

Estimating exterior camera parameters by matching lines using least square estimations (Lowe, 1991)

I'm new to computer vision and graphics. I want to estimate exterior camera parameters using non-linear least square estimation as suggested by "Lowe, David G. "Fitting parameterized three-dimensional ...
Debaditya's user avatar
  • 103
0 votes
2 answers
1k views

How can we combine 2D image with 3D image for the same sense?

We have 3D point cloud data captured by a laser scanner and need to register it with 2D images to get further information. In our case, the 2D image and 3D points are not overlapping and therefore we ...
Mohammad nagdawi's user avatar
1 vote
0 answers
140 views

Extrinsic Camera Parameters without introducing control points?

I am new to the field of Camera Calibration. We have successfully calibrated our camera through classic method (using checkerboard etc). I recently realized there is a field of research for Automatic ...
MimSaad's user avatar
  • 1,976
3 votes
1 answer
265 views

How should calibration points be distributed?

I do camera calibration for a single camera with a chessboard pattern in opencv for the first time. The focus is fixed. I'm not sure how to do it, there seems to be many questions: How many images ...
null's user avatar
  • 252
-1 votes
1 answer
159 views

camera calibration change orientation of axis

I want to solve for the extrinsics by using direct linear transformation on corresponding 3D LIDAR points and 2D camera points. I already have the intrinsics. Problem is, points behind the camera ...
user18762's user avatar
6 votes
1 answer
3k views

How are the scaling parameters included (extracted from) an essential matrix?

An essential matrix relates corresponding points between two images assuming that a camera satisfies the pinhole camera model, and can be expressed as: $$E=K'^TFK$$ where K is the calibration and F ...
user avatar
5 votes
1 answer
2k views

Obtain motion between image features by means of the homography matrix

I have been reading several really good answers about how to obtain camera pose (rotation, translation, etc), such as this one and this one, but I am not sure how this applies to my problem. My ...
user avatar
4 votes
2 answers
8k views

camera calibration: why chessboards?

Chessboards are very frequently used for camera calibration, this website also talks a bit about why: wiki. One of the reasons is, that chessboards define many natural interest points. Now my (very ...
user1809923's user avatar
5 votes
2 answers
3k views

How to estimate radial distortion from lens characteristics?

Is there a way to estimate the radial distortion coefficients without calibration, given the lens characteristics, such as its diameter and its focal length? Typically for camera calibration a ...
Dima's user avatar
  • 5,101
1 vote
2 answers
3k views

How to find the actual size of an existing object from the pixels of an image?

I am quite new to vision and OpenCV, so forgive me if this is a stupid question but I have got really confused. My aim is to detect an object in an image and estimate its actual size. Assume for now ...
Gaurav Fotedar's user avatar
3 votes
2 answers
6k views

Camera calibration using multiple images

I am trying to get the hang of camera calibration. For this purpose, I have mainly watched this lecture on youtube: Lecture 12: Camera Model by UCF CRCV. I believe that I understood the main ideas: ...
user1809923's user avatar
1 vote
2 answers
156 views

Pinhole calibration

This is a conceptual question I am having difficulty to understand due to my limited knowledge of computer vision: If a pinhole calibration or any calibration is a mapping from world coordinates to ...
Bhats's user avatar
  • 13
9 votes
1 answer
3k views

Is it possible to hack camera calibration without having access to the camera?

Many times we have a stream of video to process without access to camera. Having access to camera matrix would be beneficial for various processing techniques. Is it possible to hack camera ...
Manav Kataria's user avatar

15 30 50 per page