http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Initializes the matrix as following:
arr(i,j)=(end-start)*(i*cols(arr)+j)/(cols(arr)*rows(arr))
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public static void cvRange( IntPtr mat, double start, double end ) |
Visual Basic |
---|
Public Shared Sub cvRange ( _ mat As IntPtr, _ start As Double, _ end As Double _ ) |
Visual C++ |
---|
public: static void cvRange( IntPtr mat, double start, double end ) |
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