Click or drag to resize
ImageTColor, TDepthItem Property (Int32, Int32)
http://www.emgu.com
Get or Set the color in the rowth row (y direction) and columnth column (x direction)

Namespace: Emgu.CV
Assembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntax
public TColor this[
	int row,
	int column
] { get; set; }

Parameters

row
Type: SystemInt32
The zero-based row (y direction) of the pixel
column
Type: SystemInt32
The zero-based column (x direction) of the pixel

Return Value

Type: TColor
The color in the specific row and column
See Also