| SimpleBlobDetectorParamsFilterByInertia Property |
[Missing <summary> documentation for "P:OpenCvSharp.SimpleBlobDetector.Params.FilterByInertia"]
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public 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
Property Value
Type:
BooleanSee Also