Click or drag to resize

CvInvokecvRange Method

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

Namespace:  Emgu.CV
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntax
public static void cvRange(
	IntPtr mat,
	double start,
	double end
)

Parameters

mat
Type: SystemIntPtr
The matrix to initialize. It should be single-channel 32-bit, integer or floating-point
start
Type: SystemDouble
The lower inclusive boundary of the range
end
Type: SystemDouble
The upper exclusive boundary of the range
See Also