How can I transform an image using matrices R and T (extrinsic parameters matrices) in opencv?
问题 I have a rotation-translation matrix [R T] (3x4). Is there a function in opencv that performs the rotation-translation described by [R T]? 回答1: A lot of solutions to this question I think make hidden assumptions. I will try to give you a quick summary of how I think about this problem (I have had to think about it a lot in the past). Warping between two images is a 2 dimensional process accomplished by a 3x3 matrix called a homography. What you have is a 3x4 matrix which defines a transform