GpuMat Constructor |
| Name | Description | |
|---|---|---|
| GpuMat |
Creates empty GpuMat
| |
| GpuMat(IntPtr) |
Creates from native cv::gpu::GpuMat* pointer
| |
| GpuMat(GpuMat) |
creates a matrix for other matrix
| |
| GpuMat(Mat) |
creates a matrix for other matrix
| |
| GpuMat(GpuMat, Rect) |
creates a matrix header for a part of the bigger matrix
| |
| GpuMat(Size, MatType) |
constructs 2D matrix of the specified size and type
| |
| GpuMat(Int32, Int32, MatType) |
constructs 2D matrix of the specified size and type
| |
| GpuMat(GpuMat, Range, Range) |
creates a matrix header for a part of the bigger matrix
| |
| GpuMat(Size, MatType, Scalar) |
constucts 2D matrix and fills it with the specified Scalar value.
| |
| GpuMat(Int32, Int32, MatType, Scalar) |
constucts 2D matrix and fills it with the specified Scalar value.
| |
| GpuMat(Size, MatType, IntPtr, Int64) |
constructor for matrix headers pointing to user-allocated data
| |
| GpuMat(Int32, Int32, MatType, IntPtr, Int64) |
constructor for matrix headers pointing to user-allocated data
|