CvBox2D Constructor OpenCvSharp Class Library
Constructor

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

public CvBox2D(
	CvPoint2D32f center,
	CvSize2D32f size,
	float angle
)

Parameters

center
Type: OpenCvSharpCvPoint2D32f

[Missing <param name="center"/> documentation for "M:OpenCvSharp.CvBox2D.#ctor(OpenCvSharp.CvPoint2D32f,OpenCvSharp.CvSize2D32f,System.Single)"]

size
Type: OpenCvSharpCvSize2D32f

[Missing <param name="size"/> documentation for "M:OpenCvSharp.CvBox2D.#ctor(OpenCvSharp.CvPoint2D32f,OpenCvSharp.CvSize2D32f,System.Single)"]

angle
Type: SystemSingle

[Missing <param name="angle"/> documentation for "M:OpenCvSharp.CvBox2D.#ctor(OpenCvSharp.CvPoint2D32f,OpenCvSharp.CvSize2D32f,System.Single)"]

See Also

Reference