HOGDescriptorGroupRectangles Method
|
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic void GroupRectangles(
out Rect[] rectList,
out double[] weights,
int groupThreshold,
double eps
)
Public Sub GroupRectangles (
<OutAttribute> ByRef rectList As Rect(),
<OutAttribute> ByRef weights As Double(),
groupThreshold As Integer,
eps As Double
)
public:
void GroupRectangles(
[OutAttribute] array<Rect>^% rectList,
[OutAttribute] array<double>^% weights,
int groupThreshold,
double eps
)
member GroupRectangles :
rectList : Rect[] byref *
weights : float[] byref *
groupThreshold : int *
eps : float -> unit
function GroupRectangles(rectList, weights, groupThreshold, eps);
Parameters
- rectList
- Type: OpenCvSharpRect
- weights
- Type: SystemDouble
- groupThreshold
- Type: SystemInt32
- eps
- Type: SystemDouble
See Also