| EdgeBoxesMinScore Property |
Gets or sets the min score of boxes to detect.
Namespace:
OpenCvSharp.XImgProc
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public 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
Property Value
Type:
SingleSee Also