GpuMatRowColIndexerItem Property (Int32, Int32)
|
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
Syntaxpublic 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
function get_Item(start, end);
function set_Item(value);
Parameters
- start
- Type: SystemInt32
- end
- Type: SystemInt32
Return Value
Type:
GpuMat
See Also