37 lines
		
	
	
		
			879 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			37 lines
		
	
	
		
			879 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
%YAML:1.0
 | 
						|
---
 | 
						|
camera_matrix: !!opencv-matrix
 | 
						|
   rows: 3
 | 
						|
   cols: 3
 | 
						|
   dt: d
 | 
						|
   data: [ 651.87961525368564, 0., 920.48558826717237, 0.,
 | 
						|
       652.82835006081007, 454.17340218030813, 0., 0., 1. ]
 | 
						|
dist_coeffs: !!opencv-matrix
 | 
						|
   rows: 4
 | 
						|
   cols: 1
 | 
						|
   dt: d
 | 
						|
   data: [ -0.18013707979325458, -0.017645349592443155,
 | 
						|
       0.041108541483470908, -0.017486755673543321 ]
 | 
						|
resolution: !!opencv-matrix
 | 
						|
   rows: 2
 | 
						|
   cols: 1
 | 
						|
   dt: i
 | 
						|
   data: [ 1920, 1080 ]
 | 
						|
project_matrix: !!opencv-matrix
 | 
						|
   rows: 3
 | 
						|
   cols: 3
 | 
						|
   dt: d
 | 
						|
   data: [ -0.70195159738658375, -1.6098600396732468, 1033.2128385022481,
 | 
						|
       -0.0043878140297416244, -1.6915573577485288, 742.41080377410708,
 | 
						|
       -0.00029382004132222784, -0.0024012036841861021, 1. ]
 | 
						|
scale_xy: !!opencv-matrix
 | 
						|
   rows: 2
 | 
						|
   cols: 1
 | 
						|
   dt: f
 | 
						|
   data: [ 0.5, 0.5 ]
 | 
						|
shift_xy: !!opencv-matrix
 | 
						|
   rows: 2
 | 
						|
   cols: 1
 | 
						|
   dt: f
 | 
						|
   data: [ -200., -100. ]
 |