Table of Contents

Struct MCvSlice

Namespace
Emgu.CV.Structure
Assembly
Emgu.CV.dll

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

start int

start index

end int

end index

Fields

end_index

End index

public int end_index

Field Value

int

start_index

Start index

public int start_index

Field Value

int

Properties

WholeSeq

Get the equivalent of CV_WHOLE_SEQ

public static MCvSlice WholeSeq { get; }

Property Value

MCvSlice