createUMat
Create MATLAB interface object for OpenCV UMat
class
Syntax
Description
[
creates the MATLAB® interface objects for the OpenCV ocvUMat
,ocvInputArray
] = createUMat(img
)UMat
class and the
associated InputArray
class. Use these interface objects to pass an image
as input to the OpenCV functions.
[
creates an empty interface object for the OpenCV ocvUMat
,ocvOutputArray
] = createUMatUMat
class and the
associated OutputArray
class. Use this interface to write the output
returned by an OpenCV function.
Examples
Input Arguments
Output Arguments
Version History
See Also
rectToBbox
| getImage
| getBasePtr
| createMat
| keyPointsToStruct