stereo-rectification

There are 8 repositories under stereo-rectification topic.

  • Stereo-Vision

    thiagortk/Stereo-Vision

    C++ example codes for camera calibration, rectification and to build disparity maps

    Language:C++523019
  • DirectStereoRectification

    decadenza/DirectStereoRectification

    "Rectifying Homographies for Stereo Vision: Analytical Solution for Minimal Distortion": algorithm to compute the optimal rectifying homographies that minimise perspective distortion.

    Language:Python30295
  • xmba15/uncalibrated_stereo_rectification

    simple library for uncalibrated stereo rectification using feature points

    Language:Python14222
  • hctian713/Stereo-Matching

    【武汉大学遥感学院】CV&PR课设 | 极线纠正+立体匹配

    Language:C++10101
  • sbhambr1/camera_model_and_stereo_depth_sensing

    Camera model and stereo depth sensing using OpenCV

    Language:Python8100
  • TerboucheHacene/stereo_calibration

    Stereo Vision Camera Calibration with OpenCV: How to Calibrate your Camera with Python Script

    Language:Python4210
  • xmba15/stereo_calibration

    stereo rectification/calibration from almost^^ scatch

    Language:C++4100
  • 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.

    Language:Python3201