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

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

Parameters

access
Type: Emgu.CV.CvEnumAccessType
Access type

Return Value

Type: UMat
The UMat
See Also