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