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