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: 4.1.1.3497 (4.1.1.3497)
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