Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 825 Bytes

File metadata and controls

32 lines (20 loc) · 825 Bytes
layout title description keywords needAutoGenerateSidebar permalink
default-layout
DLRQuadrilateral - Dynamsoft Label Recognition Android Class
This page shows the DLRQuadrilateral struct of Dynamsoft Label Recognition for Android Language.
DLRQuadrilateral, struct, android
true
/programming/android/api-reference/class/dlr-quadrilateral.html

DLRQuadrilateral

You are viewing a history document page of Dynamsoft Label Recognizer Android v1.x.

Stores the quadrilateral.

Attributes

Attribute Type
points DLRPoint[]

points

Four vertexes in a clockwise direction of a quadrilateral. Index 0 represents the left-most vertex.

DLRPoint[] com.dynamsoft.dlr.DLRQuadrilateral.points