Click or drag to resize

SparseMatrixTDepthItem Property

http://www.emgu.com
Get or Set the value in the specific row and col

Namespace:  Emgu.CV
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public double this[
	int row,
	int col
] { get; set; }

Parameters

row
Type: SystemInt32
the row of the element
col
Type: SystemInt32
the col of the element

Return Value

Type: Double
The element on the specific row and col
See Also