Click or drag to resize

MatGetUMat Method

http://www.emgu.com
Convert this Mat to UMat

Namespace:  Emgu.CV
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public UMat GetUMat(
	AccessType access,
	UMatUsage usageFlags = UMatUsage.Default
)

Parameters

access
Type: Emgu.CV.CvEnumAccessType
Access type
usageFlags (Optional)
Type: Emgu.CVUMatUsage
Usage flags

Return Value

Type: UMat
The UMat
See Also