Emgu CV Library Documentation
cvRange Method (mat, start, end)
NamespacesEmgu.CVCvInvokecvRange(IntPtr, Double, Double)

www.emgu.com/wiki
Initializes the matrix as following: arr(i,j)=(end-start)*(i*cols(arr)+j)/(cols(arr)*rows(arr))
Declaration Syntax
C#Visual BasicVisual C++
public static void cvRange(
	IntPtr mat,
	double start,
	double end
)
Public Shared Sub cvRange ( _
	mat As IntPtr, _
	start As Double, _
	end As Double _
)
public:
static void cvRange(
	IntPtr mat, 
	double start, 
	double end
)
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)