GpuMat Constructor |
| Name | Description | |
|---|---|---|
| GpuMat |
Create an empty GpuMat
| |
| GpuMat(IInputArray) |
Create a GpuMat from an CvArray of the same depth type
| |
| GpuMat(GpuMat, Range, Range) |
Create a GpuMat from the specific region of mat. The data is shared between the two GpuMat
| |
| GpuMat(Int32, Int32, DepthType, Int32, Boolean) |
Create a GpuMat of the specified size
|