DetectionROIConfidences Property
|
vector that will contain confidence values for each location
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic double[] Confidences { get; set; }
Public Property Confidences As Double()
Get
Set
public:
property array<double>^ Confidences {
array<double>^ get ();
void set (array<double>^ value);
}
member Confidences : float[] with get, set
function get_Confidences();
function set_Confidences(value);
Property Value
Type:
Double
See Also