Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 615 Bytes

File metadata and controls

32 lines (23 loc) · 615 Bytes
layout title description keywords needAutoGenerateSidebar permalink
default-layout
Contour Class - Dynamsoft Barcode Reader SDK Python Edition API Reference
This page shows the Contour Class of Dynamsoft Barcode Reader SDK Python Edition.
Contour, class, api reference, python
false
/programming/python/api-reference/class/Contour.html

Contour

Stores the contour information.

class Contour

Attributes

Attribute Type
points list[class Point]

points

The points array.

Contour.points