Effacer les filtres
Effacer les filtres

UNDISTORT STEREO Images before RECTIFICATION ?

21 vues (au cours des 30 derniers jours)
Sukhendu
Sukhendu le 22 Août 2024 à 3:39
Réponse apportée : Sukhendu le 23 Août 2024 à 15:14
This is a query reg. Stereo Rectification using Matlab inbuilt functions
Does one need to :
UNDISTORT the STEREO Images before RECTIFICATION ?
My pair of views are near-perfect, but has large disparity.
Using stereo-Calibration, I get the distortion parameters as (given below for only one of the cameras):
RadialDistortion:
[-0.163 0.0958]
TangentialDistortion:
~ [ 0, 0];
Skew: -0.600.
The 3D back-projected results appear OK, but I am looking for high accuracy. Hence the query.
Any useful advise will be beneficial (thanx in advance, for that)

Réponse acceptée

Sukhendu
Sukhendu le 23 Août 2024 à 15:14
Thanx a lot.
Your assumptions of functions (stereoCameraCalibrator, followed by rectifyStereoImage) being used are correct.
The disparity is so high that I cannot use disparitySGM or disparityBM functions.
Wrote my own stuff, using ORB/SIFT based correspondences.
I am truely not interested in full scene 3D reconstruction from stereo now, rather estimating 3D Coordinates of few landmark points in the images, with extremely high accuracy.

Plus de réponses (1)

Abhinav Aravindan
Abhinav Aravindan le 23 Août 2024 à 7:31
I assume you are using the “rectifyStereoImages” function for Stereo Image Rectification. In this case, it is not required to undistort your image in prior as the function automatically handles both undistortion and rectification using the stereo calibration parameters you have obtained.
To improve your 3D screen reconstruction results, you may try out the following suggestions present in the below link:
I hope this answers your query!

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by