Table of Contents

Property FilterByInertia

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

FilterByInertia

If true, blobs are filtered by the ratio of the minimum to the maximum inertia; only blobs with a ratio between MinInertiaRatio (inclusive) and MaxInertiaRatio (exclusive) are extracted.

public bool FilterByInertia { get; set; }

Property Value

bool