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