Notice: This documentation is archived. For the latest product features and documentation, please visit Dynamsoft Capture Vision Documentation.
DLRQuadrilateral
Stores the quadrilateral.
Typedefs
typedef struct tagDLRQuadrilateral DLRQuadrilateral
Attributes
Attribute | Type |
---|---|
points |
DLRPoint [4] |
points
Four vertexes in a clockwise direction of a quadrilateral. Index 0 represents the left-most vertex.
DLRPoint tagDLRQuadrilateral::points[4]