| DetectionROI Constructor |
Constructor
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public DetectionROI(
double scale,
Point[] locations,
double[] confidences
)
Public Sub New (
scale As Double,
locations As Point(),
confidences As Double()
)
public:
DetectionROI(
double scale,
array<Point>^ locations,
array<double>^ confidences
)
new :
scale : float *
locations : Point[] *
confidences : float[] -> DetectionROI
Parameters
- scale
- Type: SystemDouble
[Missing <param name="scale"/> documentation for "M:OpenCvSharp.DetectionROI.#ctor(System.Double,OpenCvSharp.Point[],System.Double[])"]
- locations
- Type: OpenCvSharpPoint
[Missing <param name="locations"/> documentation for "M:OpenCvSharp.DetectionROI.#ctor(System.Double,OpenCvSharp.Point[],System.Double[])"]
- confidences
- Type: SystemDouble
[Missing <param name="confidences"/> documentation for "M:OpenCvSharp.DetectionROI.#ctor(System.Double,OpenCvSharp.Point[],System.Double[])"]
See Also