http://www.emgu.com
Create a new MCvSlice using the specific start and end index
Namespace: Emgu.CV.StructureAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntaxpublic MCvSlice(
int start,
int end
)
Public Sub New (
start As Integer,
end As Integer
)
public:
MCvSlice(
int start,
int end
)
new :
start : int *
end : int -> MCvSliceParameters
- start
- Type: SystemInt32
start index - end
- Type: SystemInt32
end index
See Also