GeneralizedHoughGuilPosThresh Property
|
Position votes threshold.
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic int PosThresh { get; set; }
Public Property PosThresh As Integer
Get
Set
public:
property int PosThresh {
int get ();
void set (int value);
}
member PosThresh : int with get, set
function get_PosThresh();
function set_PosThresh(value);
Return Value
Type:
Int32
See Also