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.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
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