| MatExprRow Method |
Creates a matrix header for the specified matrix row.
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public MatExpr Row(
int y
)
Public Function Row (
y As Integer
) As MatExpr
public:
MatExpr^ Row(
int y
)
member Row :
y : int -> MatExpr
Parameters
- y
- Type: SystemInt32
A 0-based row index.
Return Value
Type:
MatExpr[Missing <returns> documentation for "M:OpenCvSharp.MatExpr.Row(System.Int32)"]
See Also