http://www.emgu.com
Creates a matrix header for the specified matrix row.
Namespace:
Emgu.CV
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
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