CvSize2D32f Constructor OpenCvSharp Class Library
Constructor

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public CvSize2D32f(
	float width,
	float height
)

Parameters

width
Type: SystemSingle
Width of the box
height
Type: SystemSingle
Height of the box
See Also

Reference