Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 488 Bytes

File metadata and controls

14 lines (9 loc) · 488 Bytes

ImageRegionPolygon

Polygon drawn by connecting adjacent coordinates in the list with straight lines. A line is drawn between the last and first coordinates in the list to create a closed shape. Used to define regions in an image for operations like encryption/decryption.

Type

List[ImagePixelCoordinate]

[Back to Model list] [Back to API list] [Back to README]