Click or drag to resize
UMatToMat Method
http://www.emgu.com
Return the Mat representation of the UMat

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

Parameters

access
Type: Emgu.CV.CvEnumAccessType

[Missing <param name="access"/> documentation for "M:Emgu.CV.UMat.ToMat(Emgu.CV.CvEnum.AccessType)"]

Return Value

Type: Mat

[Missing <returns> documentation for "M:Emgu.CV.UMat.ToMat(Emgu.CV.CvEnum.AccessType)"]

See Also