CvObjectDetection Constructor OpenCvSharp Class Library
Initializes a new instance of the CvObjectDetection class

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

public CvObjectDetection(
	CvRect rect,
	float score
)

Parameters

rect
Type: OpenCvSharpCvRect

[Missing <param name="rect"/> documentation for "M:OpenCvSharp.CvObjectDetection.#ctor(OpenCvSharp.CvRect,System.Single)"]

score
Type: SystemSingle

[Missing <param name="score"/> documentation for "M:OpenCvSharp.CvObjectDetection.#ctor(OpenCvSharp.CvRect,System.Single)"]

See Also

Reference