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)
Syntaxpublic static Size cvGetSize(
IntPtr arr
)
Public Shared Function cvGetSize (
arr As IntPtr
) As Size
public:
static Size cvGetSize(
IntPtr arr
)
static member cvGetSize :
arr : IntPtr -> Size
Parameters
- arr
- Type: SystemIntPtr
array header
Return Value
Type:
Sizenumber 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