Click or drag to resize

UMatGetMat Method

http://www.emgu.com
Return the Mat representation of the UMat

Namespace:  Emgu.CV
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public Mat GetMat(
	AccessType access
)

Parameters

access
Type: Emgu.CV.CvEnumAccessType
The access type

Return Value

Type: Mat
The Mat representation of the UMat
See Also