| MatColRange Method (Int32, Int32) |
Creates a matrix header for the specified column span.
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public Mat ColRange(
int startCol,
int endCol
)
Public Function ColRange (
startCol As Integer,
endCol As Integer
) As Mat
public:
Mat^ ColRange(
int startCol,
int endCol
)
member ColRange :
startCol : int *
endCol : int -> Mat
Parameters
- startCol
- Type: SystemInt32
An inclusive 0-based start index of the column span. - endCol
- Type: SystemInt32
An exclusive 0-based ending index of the column span.
Return Value
Type:
Mat[Missing <returns> documentation for "M:OpenCvSharp.Mat.ColRange(System.Int32,System.Int32)"]
See Also