Skip to main content

All Questions

0 votes
0 answers
49 views

Using fisheye calibration to solve allsky images using OpenCV (fails)

I am using fisheye calibration to solve chessboard images using OpenCV. It fails for the calibration flag cv2.fisheye.CALIB_RECOMPUTE_EXTRINSIC, so I work around it. But once I get the parameters, the ...
B.S.'s user avatar
  • 1
0 votes
0 answers
35 views

Computer Vision, Extrinsic calibration. Determining the camera pose of a number of cameras using OpenCV, SfM(custom) and Python

I am a novice programmer and new to this platform, so I apologise upfront for any ignorance. Forewarning: The problem I seek to overcome may not be strictly programming(python) based, but instead ...
Nicholas's user avatar
1 vote
1 answer
54 views

calculating rotation matrix and translation vector

I have some camera parameters, from there I can get the intrinsic parameters matrix, but I didn't know how to calculate the extrinsic parameters without knowing the real world coordinates. I want ...
RABİA SENA UYSAL's user avatar
0 votes
1 answer
61 views

Acquire 2D real world coordinates after calibrating the camera

I have a camera that is mounted topview of an object from 20cm distance, the distance is fixed and the camera does not move nor has any rotations or transformations. The object that it overlooks is ...
Luka's user avatar
  • 150
1 vote
0 answers
182 views

Panoramic camera calibration without chessboard method

I have an image of a panoramic video camera (dual lens) in which there is a visible distortion. As the camera it's in a fixed position, and without any zoom or any other movement, and I have a lot of ...
DLara's user avatar
  • 329
0 votes
0 answers
35 views

ZED 2 initialization - coordinate system w/o internal IMU system

I am using a ZED 2 with a Jetson for a robotic application, where the camera is mounted near the TCP and thus changes orientation. I want to get the raw depth data in some coordinate frame inside the ...
bb29's user avatar
  • 1
0 votes
0 answers
24 views

Monocular odometry Python systematic error

I'm trying to develop a program that will estimate trajectory using monocular odometry. The problem is I receive unpredictable results: for example, when I use static image, it shows false trajectory ...
Alex Semenov's user avatar
0 votes
0 answers
93 views

Opencv cornerSubPix not able to find a good corner

I am trying to find a corner for this image. The corner seems clear enough for me but for some reason the algorithm doesn't seem to get it right. I have been playing with the knobs available (...
zeellos's user avatar
  • 129
0 votes
1 answer
64 views

Fail to detect Aruco markers at the edges

I have this image where the marker with Id 67 is not properly detected (the corners are visibly underestimated). I can see there's room to find the corner but not sure why the Aruco detector does not ...
zeellos's user avatar
  • 129
1 vote
0 answers
63 views

OpenCV Stereo Calibration: Getting y-offset in rectified images despite using pixel-perfect synthetic keypoint matches

I'm trying to learn about stereo calibration using synthetic data rendered in Blender. My scene setup looks as follows: This allows me to extract pixel-perfect keypoint correspondences. I'm ...
Mandelmus100's user avatar
1 vote
0 answers
98 views

OpenCV Fish Eye Undistorting Issues for Object Detection

I am using a fish eye lens for object detection to maximize field of view (FOV). I have code to undistort the image but the reprojection error (2.9) is not great and the edges are really messed up. I ...
Luke's user avatar
  • 11
0 votes
0 answers
48 views

Extrinsic camera matrix if translation performs before rotation

An extrinsic camera matrix (E) is formed by a Rotation (R) matrix (3x3) and a Translation (t) vector (3x1). E = [R|t] If I have a 3D point A = [x, y, z]', the transformation from 3D to camera ...
John Pekl's user avatar
0 votes
1 answer
117 views

Is it possible to move the plane defined by a homography estimation by some depth z

I am measuring object width with a monocular camera. I have done the necessary calibration to remove lens distortions and to get the intrinsic parameters. Now i used a calibration plane to define the ...
MatejM's user avatar
  • 11
7 votes
0 answers
139 views

Inconsistent Intrinsic Parameters in Stereo Camera Calibration Using ChAruco Board

I am calibrating a stereo system using a ChAruco board, chosen due to the short focus distances of the cameras in my setup, which prevent me from capturing an entire classic chessboard grid on both ...
CupidONO's user avatar
  • 164
1 vote
0 answers
53 views

How to Correct Epipolar Lines in Stereo Vision Matching in python?

I'm encountering difficulties with the accuracy of my epipolar lines in stereo vision. Despite meticulous calibration and implementation of established algorithms, the generated epipolar lines seem to ...
Mehdi Slimani's user avatar

15 30 50 per page
1
2 3 4 5
30