CvAvgComp Constructor OpenCvSharp Class Library
Constructor

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

public CvAvgComp(
	CvRect rect,
	int neighbors
)

Parameters

rect
Type: OpenCvSharpCvRect
Bounding rectangle for the object (average rectangle of a group)
neighbors
Type: SystemInt32
number of neighbor rectangles in the group
See Also

Reference