37 lines
		
	
	
		
			874 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			37 lines
		
	
	
		
			874 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.48242684206128689, -2.3345074199146203, 1322.288518428865,
 | 
						|
       0.035002427874919924, -1.9237190166433751, 776.22487491439711,
 | 
						|
       2.1961727429861459e-05, -0.0030802200454818456, 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. ]
 |