|
@@ -380,6 +380,7 @@ class Vopen():
|
|
|
|
|
|
rot_mat = self.cv2.getRotationMatrix2D(center,angle,1.0)
|
|
|
print("wrapAffine:", image, rot_mat, bg_shape)
|
|
|
+ print("wrapAffine:", type(image), type(rot_mat), type(bg_shape) )
|
|
|
frame = self.cv2.warpAffine(image, rot_mat, bg_shape)
|
|
|
return frame
|
|
|
except Exception as e:
|