Constructor Contours
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
firstContourSeqThe first node in the hierarchy of extracted polygonal contours.
imageSizeSizeThe pixel-accurate size of the image from which the contours were extracted.