Method GetBlobContours
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
GetBlobContours()
Returns the contours of the blobs detected during the last call to Detect(). The CollectContours parameter must be set to true before calling Detect() for this method to return any data.
public virtual Point[][] GetBlobContours()
Returns
- Point[][]