GetPointer
Returns the pointer to the Cuda memory.
IsContinuous
Returns true if the GpuMat is stored contiguously (no padding/gaps between rows).
ReadElemSize
Returns the total size of a single pixel (all channels) in bytes.
ReadElemSize1
RReturns the size of a single channel (sub-element) in bytes.
ReadStep
Returns the row stride (the distance from the start of one row to the next) in bytes.
ReadStep1
Returns the row stride in terms of the number of individual elements (channels).
ReleasePointer
Manually releases Cuda memory handle previously generated by the Get Pointer VI.
Reshape
Creates alternative GpuMat header for the same data, with different number of channels and/or …
Swap
Swaps with other smart pointer