GpuMat Constructor OpenCvSharp Class Library
Overload List

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

Reference