VertexResponse

data class VertexResponse(val x: Int, val y: Int)

A vertex represents a 2D point in the image. NOTE: the vertex coordinates are in the same scale as the original image.

Constructors

Link copied to clipboard
fun VertexResponse(x: Int, y: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val x: Int

X coordinate.

Link copied to clipboard
val y: Int

Y coordinate.