| EdgeBoxesBeta Property |
Gets or sets the nms threshold for object proposals.
Namespace:
OpenCvSharp.XImgProc
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public virtual float Beta { get; set; }
Public Overridable Property Beta As Single
Get
Set
public:
virtual property float Beta {
float get ();
void set (float value);
}
abstract Beta : float32 with get, set
override Beta : float32 with get, set
Property Value
Type:
SingleSee Also