Skip to content

ThinhPham24/Calib_multiple_stereo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Calibrate_multiple_stereo

Multiple stereo cameras.

Following these below stages:

  1. STAGE 1: Calibrate each stereo camera.
  • Step 1. Run the code to collect the images of each stereo
python3 S1_take_normal_image.py
  • Step 2. Should change its folder name of each view, respectively.
image_dir = "IMG_VIEWS"
Img_name = "degree0"

After that, we will run the code.

python3 S2_stereo_calibration.py

We will get the result like this. The results

  1. STAGE 2: Find the transformation matrix of each side view (pair camera) to convert to Top view
  • Step 1.

Releases

No releases published

Packages

No packages published

Languages