http://www.emgu.com
Create a range of the specific min/max value
Namespace:
Emgu.CV.Structure
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntaxpublic Range(
int start,
int end
)
Public Sub New (
start As Integer,
end As Integer
)
public:
Range(
int start,
int end
)
new :
start : int *
end : int -> Range
Parameters
- start
- Type: SystemInt32
The start value of this range - end
- Type: SystemInt32
The max value of this range
See Also