Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 497 Bytes

File metadata and controls

10 lines (6 loc) · 497 Bytes

3D Vision

A repository for studying 3D vision techniques, covering theory, algorithms, and hands-on implementations of key methods.


Camera Calibration

Camera calibration is a fundamental step in 3D vision, as it estimates the intrinsic parameters required to accurately project 3D points onto a 2D image plane.
A complete, step-by-step guideline for camera calibration is available here.