Click or drag to resize
MatToUMat Method
http://www.emgu.com
Convert this Mat to UMat

Namespace: Emgu.CV
Assembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntax
public UMat ToUMat(
	AccessType access
)

Parameters

access
Type: Emgu.CV.CvEnumAccessType
Access type

Return Value

Type: UMat
The UMat
See Also