EdgeBoxesMinScore Property
|
Gets or sets the min score of boxes to detect.
Namespace:
OpenCvSharp.XImgProc
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic virtual float MinScore { get; set; }
Public Overridable Property MinScore As Single
Get
Set
public:
virtual property float MinScore {
float get ();
void set (float value);
}
abstract MinScore : float32 with get, set
override MinScore : float32 with get, set
function get_MinScore();
function set_MinScore(value);
Property Value
Type:
Single
See Also