def to_matrix(self):
     return intrinsics_to_matrix(*self.to_tuple())
예제 #2
0
 def to_matrix(self):
     return intrinsics_to_matrix(*self.to_tuple())
예제 #3
0
 def to_matrix(self):
     from camera_math import intrinsics_to_matrix
     return intrinsics_to_matrix(self.fx, self.fy, self.cx, self.cy)