AdjustRoi
moves/resizes the current GpuMat ROI inside the parent GpuMat
Clone
Returns deep copy of the matrix, i.e. the data is copied
Col
returns a new GpuMat header for the specified column.
ColRange
returns a new GpuMat header for the specified column span
ConvertTo
Converts GpuMat to another datatype with scaling.
CopyTo
Copies the matrix data from a source GpuMat to a destination GpuMat.
Create
Initializes an GpuMat
Dispose
Closes the reference and triggers cleanup of the associated C++ object, releasing system resources.
Download
Transfers data from the GPU device memory
Empty
Returns true if GpuMat data is NULL
LocateROI
Locates GpuMat header within a parent GpuMat.
Low Level
Low Level memory information
ReadInfo
Returns information about the size and type of the GpuMat
ReCreate
Allocates new GpuMat data unless the GpuMat already has specified size and type
Row
returns a new GpuMat header for the specified row
RowRange
returns a new GpuMat header for the specified row span
SetTo
Sets some of the GpuMat elements to s, according to the mask.
Upload
Transfers data from a labview memory to the GPU device memory (GpuMat).