Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有两张图片。两个图像都包含相同的文本。我的参考图像具有完整的文本,而我的源图像包含裁剪形式的文本,并且有一些时间以角度绘制。现在我有了两个图像的轮廓。如何比较两个轮廓?
您可以在两个图像之间执行刚性配准。选择一个能够捕捉您拥有的变形,特别是平移和旋转。一旦知道变换,您就可以将裁剪后的图像准确地定位在全尺寸图像上。然后,您可以在它们之间进行减法以发现文本中的差异。