http://www.emgu.com
Convert this Mat to UMat
Namespace: Emgu.CVAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntaxpublic UMat ToUMat(
AccessType access
)
Public Function ToUMat (
access As AccessType
) As UMat
public:
UMat^ ToUMat(
AccessType access
)
member ToUMat :
access : AccessType -> UMat
Parameters
- access
- Type: Emgu.CV.CvEnumAccessType
Access type
Return Value
Type:
UMatThe UMat
See Also