Skip to content

dmitry1945/StereoCalibration_matlab2opencv

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stereo calibration parameter converter from Matlab to Opencv and ROS

This repository converts the parameters used for OpenCV and ROS to the results of performing stereo calibration in matlab.

Maintainer

  • JinyongJeong

Dependencies

  • OpenCV

Compilation

Compile all the files using the following commands.

mkdir build && cd build
cmake ..
make

Run

Run the matlab_calib_2_opencv.m file with the calibration results from Matlab stored in the stereoParams.

The final result is stored in the calib_result folder as left.yaml, right.yaml.

About

Convert matlab calibration parameter to opencv and ROS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • MATLAB 73.9%
  • C++ 23.8%
  • CMake 2.3%