Click or drag to resize

LatentSvmDetectorObjectDetection Constructor

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public ObjectDetection(
	Nullable<Rect> rect = null,
	float score = 0f,
	int classId = -1
)

Parameters

rect (Optional)
Type: SystemNullableRect
score (Optional)
Type: SystemSingle
classId (Optional)
Type: SystemInt32
See Also