Click or drag to resize

BasePluginCameraConvertDmat4ToEmguMat Method

Converts a dmat4 4x4 matrix object into an Emgu 2x3 Mat object.

Namespace: RAYLASE.Marker.CamerasPlugin
Assembly: RAYLASE.Marker.CamerasPlugin (in RAYLASE.Marker.CamerasPlugin.dll) Version: 2.19.0
Syntax
C#
public static Mat ConvertDmat4ToEmguMat(
	dmat4 src
)

Parameters

src  dmat4
The source matrix.

Return Value

Mat
The equivalent Emgu Mat object.
See Also