| DetectionROIConfidences Property |
vector that will contain confidence values for each location
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public double[] Confidences { get; }
Public ReadOnly Property Confidences As Double()
Get
public:
property array<double>^ Confidences {
array<double>^ get ();
}
member Confidences : float[] with get
Property Value
Type:
DoubleSee Also