rotation property
Use this property to set and retrieve the rotation to apply to the checkpoint images before matching.
Typically, this is used to switch between portrait and landscope modes (90 degrees).
Syntax
config = { rotation: value_ImageRotationPlain };
Type:ImageRotationPlain
Type definitions
- ImageRotationPlain
- The legal values that an image may be rotated by. This may have the following values: -270|-180|-90|0|90|180|270
The number of degrees to rotate.