| SimpleBlobDetectorParamsFilterByInertia Property  | 
        
          
    Namespace: 
   OpenCvSharp
    Assembly:
   OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
 Syntax
Syntaxpublic bool FilterByInertia { get; set; }Public Property FilterByInertia As Boolean
	Get
	Set
public:
property bool FilterByInertia {
	bool get ();
	void set (bool value);
}member FilterByInertia : bool with get, set
function get_FilterByInertia();
function set_FilterByInertia(value);
Property Value
Type: 
Boolean See Also
See Also