Initializes the matrix as following:
arr(i,j)=(end-start)*(i*cols(arr)+j)/(cols(arr)*rows(arr))
Namespace:
Emgu.CV
Assembly:
Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)
Syntax
Visual Basic (Declaration) |
---|
Public Shared Sub cvRange ( _
mat As IntPtr, _
start As Double, _
end As Double _
) |
Parameters
- mat
- Type: System..::.IntPtr
The matrix to initialize. It should be single-channel 32-bit, integer or floating-point
- start
- Type: System..::.Double
The lower inclusive boundary of the range
- end
- Type: System..::.Double
The upper exclusive boundary of the range
See Also