Table of Contents

Constructor Contours

Namespace
Bonsai.Vision
Assembly
Bonsai.Vision.dll

Contours(Seq, Size)

Initializes a new instance of the Contours class using the specified root node and image size.

public Contours(Seq firstContour, Size imageSize)

Parameters

firstContour Seq

The first node in the hierarchy of extracted polygonal contours.

imageSize Size

The pixel-accurate size of the image from which the contours were extracted.