A comprehensive implementation of stereo camera calibration, depth map generation, and 3D point cloud visualization using OpenCV and Python. This project demonstrates both calibrated and uncalibrated ...
camera_calibration.py:contains an API which tries to minic the MATLAB's camera calibration app functionality. This API is a thin wrapper around the opencv's camera calibration functionalities. This ...