Property FilterByConvexity
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
FilterByConvexity
If true, blobs are filtered by convexity (area / area of the blob's convex hull); only blobs with a convexity between MinConvexity (inclusive) and MaxConvexity (exclusive) are extracted.
public bool FilterByConvexity { get; set; }