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