Table of Contents

Property FilterByArea

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

FilterByArea

If true, blobs are filtered by area; only blobs with an area between MinArea (inclusive) and MaxArea (exclusive) are extracted.

public bool FilterByArea { get; set; }

Property Value

bool