http://www.emgu.com
Return the Mat representation of the UMat
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntaxpublic Mat GetMat(
AccessType access
)
Public Function GetMat (
access As AccessType
) As Mat
public:
Mat^ GetMat(
AccessType access
)
member GetMat :
access : AccessType -> Mat
Parameters
- access
- Type: Emgu.CV.CvEnumAccessType
The access type
Return Value
Type:
MatThe Mat representation of the UMat
See Also