Sorry for my English. Hope this helps you, not later. firstly, the standard forgets that the upper left is determined using (0,0). {6, 26, 50, 74} means the coordinate of the row of alignment points and the coordinate of the column, and I donβt know why they do this, possibly to save space. but we combine all the values, for example:
{ 6, 26, 50, 74 }
and get:
{ 6 , 6 } ---> ( the x coordinate is 6, and the y is 6, from top/left ) { 6 , 26 } { 6 , 50 } { 6 , 74 } { 26, 26 } { 26, 50 } { 26, 74 } { 50, 50 } { 50, 74 } { 74, 74 }
These points are the actual coordinate of the center of the alignment patterns. Ps: if the position has position detection patterns, we ignore the alignment of the output, for example, position (6, 6).
I also have this question before, but now I am solving it, so I hope you can solve it too.
good luck ~
source share