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.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
Visual Basic |
---|
Public Shared Function cvGetSize ( _
arr As IntPtr _
) As Size |
Visual C++ |
---|
public:
static Size cvGetSize(
IntPtr arr
) |
Return Value
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