BasePluginCameraRotateStep90 Method |
Performs an in place rotation in 90° steps of the given picture.
Namespace: RAYLASE.Marker.CamerasPluginAssembly: RAYLASE.Marker.CamerasPlugin (in RAYLASE.Marker.CamerasPlugin.dll) Version: 2.19.0
Syntaxpublic static void RotateStep90(
Mat pictureMat,
BasePluginCameraRotation angle
)
Parameters
- pictureMat Mat
- The picture to be rotated.
- angle BasePluginCameraRotation
- The angle to rotate.
See Also