UMat Constructor |
| Name | Description | |
|---|---|---|
| UMat |
Create an empty cv::UMat
| |
| UMat(SerializationInfo, StreamingContext) |
Constructor used to deserialize runtime serialized object
| |
| UMat(String, ImreadModes) |
Read a UMat from file.
| |
| UMat(UMat, Rectangle) |
Get the Umat header for the specific roi of the parent
| |
| UMat(UMat, Range, Range) |
Create a umat header for the specific ROI
| |
| UMat(Size, DepthType, Int32, UMatUsage) |
Create a umat of the specific type.
| |
| UMat(Int32, Int32, DepthType, Int32, UMatUsage) |
Create a umat of the specific type.
|