www.emgu.com/wiki
Initializes the matrix as following:
arr(i,j)=(end-start)*(i*cols(arr)+j)/(cols(arr)*rows(arr))

Declaration Syntax

Parameters
- mat (IntPtr)
- The matrix to initialize. It should be single-channel 32-bit, integer or floating-point
- start (Double)
- The lower inclusive boundary of the range
- end (Double)
- The upper exclusive boundary of the range
Assembly:
Emgu.CV (Module: Emgu.CV) Version: 1.5.0.0 (1.5.0.0)