Click or drag to resize

MCvSlice Constructor

http://www.emgu.com
Create a new MCvSlice using the specific start and end index

Namespace:  Emgu.CV.Structure
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntax
public MCvSlice(
	int start,
	int end
)

Parameters

start
Type: SystemInt32
start index
end
Type: SystemInt32
end index
See Also