http://www.emgu.com
Creates a matrix header for the specified matrix row.
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
SyntaxPublic Function Row (
y As Integer
) As Mat
public:
Mat^ Row(
int y
)
member Row :
y : int -> Mat
Parameters
- y
- Type: SystemInt32
A 0-based row index.
Return Value
Type:
MatA matrix header for the specified matrix row.
See Also