Creates/Sets a matrix header for the specified row/column span.
Namespace:
OpenCvSharp.CPlusPlus.Gpu
Assembly:
OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
public abstract GpuMat this[
int start,
int end
] { get; set; }
Public MustOverride Default Property Item (
start As Integer,
end As Integer
) As GpuMat
Get
Set
public:
virtual property GpuMat^ default[int start, int end] {
GpuMat^ get (int start, int end) abstract;
void set (int start, int end, GpuMat^ value) abstract;
}
abstract Item : GpuMat with get, set
Parameters
- start
- Type: SystemInt32
- end
- Type: SystemInt32
Return Value
Type:
GpuMat
Reference