CoordinateTransform
Specifies how to transform pixel coordinates based on the difference between the initial coordinate system and the final coordinate system.
Elements
Name | Type | Description |
---|---|---|
initialOrigin | Point | The origin of the initial coordinate system. |
initialAngle | float | The angle, in degrees, of the x-axis of the initial coordinate system relative to the image x-axis. |
finalOrigin | Point | The origin of the final coordinate system. |
finalAngle | float | The angle, in degrees, of the x-axis of the final coordinate system relative to the image x-axis. |