Skip to content

Estimate relative pose between 3D scanner and 2D camera

Notifications You must be signed in to change notification settings

takmin/Calibrate2D3D

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Calibrate2D3D

Estimate external parameters (relative 3D pose) between 2D images and 3D point clouds.

Two inputs are needed:

  1. 2D-3D point pairs obtained by "Plot2D3DPair"
  2. Internal camera parameters of 2D Camera obtained by "CameraCalibration"

An example of this command is as follow:

Calibrate2D3D -K=internal_param.yml -P=points_pair.yml -O=external_param.yml

-K option requires internal camera parameter file obtained by "CameraCalibration" (step 2) -P option requires point pairs between 2D image and 3D point cloud obtained by "Plot2D3DPair" (step 1) -O option requires output file name which describes external camera parameter from 3D sensor coordinates to camera coordinates.

About

Estimate relative pose between 3D scanner and 2D camera

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages