Click or drag to resize

MatGetUMat Method

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

Namespace:  Emgu.CV
Assembly:  Emgu.CV.World.NetStandard (in Emgu.CV.World.NetStandard.dll) Version: 1.0.0
Syntax
public UMat GetUMat(
	AccessType access,
	UMatUsage usageFlags = 0
)

Parameters

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

Return Value

Type: UMat
The UMat
See Also