Click or drag to resize

BasePluginCameraRotateStep90 Method

Performs an in place rotation in 90° steps of the given picture.

Namespace: RAYLASE.Marker.CamerasPlugin
Assembly: RAYLASE.Marker.CamerasPlugin (in RAYLASE.Marker.CamerasPlugin.dll) Version: 2.19.0
Syntax
C#
public static void RotateStep90(
	Mat pictureMat,
	BasePluginCameraRotation angle
)

Parameters

pictureMat  Mat
The picture to be rotated.
angle  BasePluginCameraRotation
The angle to rotate.
See Also