Click or drag to resize

GpuMatRowColIndexerSet Method (Range, GpuMat)

Creates/Sets a matrix header for the specified row/column span.

Namespace:  OpenCvSharp.Cuda
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public virtual void Set(
	Range range,
	GpuMat value
)

Parameters

range
Type: OpenCvSharpRange
value
Type: OpenCvSharp.CudaGpuMat
See Also