stereo_matching
stereo_matching copied to clipboard
How to get external parameters
I use OpenCV to calculate the stereo camera external parameters, which are 3x3 rotation matrix and ,3x1 translation matrix.
How to turn these external matrix to 'EXAMPLE.ini'
The rotation matrix should be converted to rotation vector. See this function in OpenCV void Rodrigues(InputArray src, OutputArray dst, OutputArray jacobian=noArray())