Fills matrix with given range of numbers as following:
arr(i,j) = (end-start) * (i*cols(arr)+j) / (cols(arr)*rows(arr))
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- start
- Type: SystemDouble
The lower inclusive boundary of the range. - end
- Type: SystemDouble
The upper exclusive boundary of the range.
See Also