http://www.emgu.com
Return the Mat representation of the UMat
Namespace: Emgu.CVAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntaxpublic Mat ToMat(
AccessType access
)
Public Function ToMat (
access As AccessType
) As Mat
public:
Mat^ ToMat(
AccessType access
)
member ToMat :
access : AccessType -> Mat
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