Different between warpPerspective and perspectiveTransform
问题 I have used four sets of points to get a PerspectiveTransform matrix t.Then using warpPerspective to tranform Mat A to Mat B. Point a from Mat A .I want to get the new Point a position in Mat B.But warpPerspective() can not do that while perspectiveTransform can. Here i want to know if the position get from perspectiveTransform is same with position in Mat B by using warpPerspective. So , what's the different between warpPerspective and perspectiveTransform? Mat trans =