stereo-rectification
There are 8 repositories under stereo-rectification topic.
thiagortk/Stereo-Vision
C++ example codes for camera calibration, rectification and to build disparity maps
decadenza/DirectStereoRectification
"Rectifying Homographies for Stereo Vision: Analytical Solution for Minimal Distortion": algorithm to compute the optimal rectifying homographies that minimise perspective distortion.
xmba15/uncalibrated_stereo_rectification
simple library for uncalibrated stereo rectification using feature points
hctian713/Stereo-Matching
【武汉大学遥感学院】CV&PR课设 | 极线纠正+立体匹配
sbhambr1/camera_model_and_stereo_depth_sensing
Camera model and stereo depth sensing using OpenCV
TerboucheHacene/stereo_calibration
Stereo Vision Camera Calibration with OpenCV: How to Calibrate your Camera with Python Script
xmba15/stereo_calibration
stereo rectification/calibration from almost^^ scatch
yeolip/stereo_camera_calibration_extension
In 2018, I was responsible for the production line camera setup of stereo camera calibration, and to ensure the performance of stereo camera calibration, an opencv-based inspection tool was created and various verifications were performed. The purpose was to compare the performance of the two camera calibration algorithms by inputting images and coordinate points as input. (OpenCV vs. other companies) In 2021, Distortion Rational, Thin Prime Model interface were additionally updated, The 2022 Fisheye model interface was also updated. In general, normal calibration is sufficient to cover, but If you want a normal wide angle or more precision, you can use the Rational model, For ultra-wide-angle cameras, we recommend using the Fisheye model. Since the method of calculating the distortion index is different for each model, it must be used separately.