Struct MCvSlice
Managed structure equivalent to CvSlice
public struct MCvSlice
- Inherited Members
Constructors
MCvSlice(int, int)
Create a new MCvSlice using the specific start and end index
public MCvSlice(int start, int end)
Parameters
Fields
end_index
End index
public int end_index
Field Value
start_index
Start index
public int start_index
Field Value
Properties
WholeSeq
Get the equivalent of CV_WHOLE_SEQ
public static MCvSlice WholeSeq { get; }