| EdgeBoxesAlpha Property |
Gets or sets the step size of sliding window search.
Namespace:
OpenCvSharp.XImgProc
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public virtual float Alpha { get; set; }
Public Overridable Property Alpha As Single
Get
Set
public:
virtual property float Alpha {
float get ();
void set (float value);
}
abstract Alpha : float32 with get, set
override Alpha : float32 with get, set
Property Value
Type:
SingleSee Also