  | EdgeBoxesEta Property  | 
 
            Gets or sets adaptation rate for nms threshold.
            
 
    Namespace: 
   OpenCvSharp.XImgProc
    Assembly:
   OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntaxpublic virtual float Eta { get; set; }Public Overridable Property Eta As Single
	Get
	Set
public:
virtual property float Eta {
	float get ();
	void set (float value);
}abstract Eta : float32 with get, set
override Eta : float32 with get, set
Property Value
Type: 
Single
See Also