Table of Contents

Property CollectContours

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

CollectContours

Flag to enable contour collection. If set to true, the detector will store the contours of the detected blobs in memory, which can be retrieved after the Detect() call using GetBlobContours(). Default value is false.

public bool CollectContours { get; set; }

Property Value

bool