Click or drag to resize

CvInvokecvGetSize Method

http://www.emgu.com
Returns number of rows (CvSize::height) and number of columns (CvSize::width) of the input matrix or image. In case of image the size of ROI is returned.

Namespace:  Emgu.CV
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntax
public static Size cvGetSize(
	IntPtr arr
)

Parameters

arr
Type: SystemIntPtr
array header

Return Value

Type: Size
number of rows (CvSize::height) and number of columns (CvSize::width) of the input matrix or image. In case of image the size of ROI is returned.
See Also