Click or drag to resize

BasePluginCameraCreateBitmapSourceFromMat Method

Converts a Mat object into a BitmapSource object.

Namespace: RAYLASE.Marker.CamerasPlugin
Assembly: RAYLASE.Marker.CamerasPlugin (in RAYLASE.Marker.CamerasPlugin.dll) Version: 2.19.0
Syntax
C#
public static BitmapSource CreateBitmapSourceFromMat(
	Mat mat
)

Parameters

mat  Mat
The Mat object to convert.

Return Value

BitmapSource
The resulting BitmapSource object.
See Also