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