| GeneralizedHoughGuilPosThresh Property |
Position votes threshold.
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public 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
Return Value
Type:
Int32See Also