Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 979 Bytes

File metadata and controls

46 lines (32 loc) · 979 Bytes
layout title description keywords needGenerateH3Content needAutoGenerateSidebar noTitleIndex
default-layout
Edge - Dynamsoft Core Module Android Edition API Reference
The class Edge of Dynamsoft Core Module represents an edge of candidate quadrilaterals, which consists of two corners.
edge, quadrilateral, corner, Java, Kotlin
true
true
true

Edge

The Edge class represents an edge defined by two Corners.

Definition

Namespace: com.dynamsoft.core.basic_structures

Assembly: DynamsoftCore.aar

class Edge

Attributes

Attributes Type Description
startCorner Corner The starting corner of the edge.
endCorner Corner The ending corner of the edge.

startCorner

The starting corner of the edge.

Corner startCorner;

endCorner

The ending corner of the edge.

Corner endCorner;