Matrix / coordinate transformation in C#
问题 I have an array of coordinates that reflect known positions on an image. Let's call this the template image. It has a unique barcode and orientation markers (which are also in the coordinate array). The image is printed, scanned and fed back into my application to be detected. During printing and scanning, the image could be transformed in three ways; translation, rotation and scale. Assuming that I can find the orientation markers on the distorted image, how can I use matrix transformation