Click or drag to resize

BasePluginCameraRotateMat Method

Rotates a Mat object without clipping the edges. See https://stackoverflow.com/questions/22041699/rotate-an-image-without-cropping-in-opencv-in-c.

Namespace: RAYLASE.Marker.CamerasPlugin
Assembly: RAYLASE.Marker.CamerasPlugin (in RAYLASE.Marker.CamerasPlugin.dll) Version: 2.19.0
Syntax
C#
public static void RotateMat(
	ref Mat src,
	double angle
)

Parameters

src  Mat
The source Mat object.
angle  Double
The angle the Mat is to be rotated. Given in degrees.
See Also