TopLeftCorner
TopLeftCorner is a term used in computing and graphics to denote the point positioned at the upper-left edge of a two-dimensional rectangle or image. It is often used as a reference point or origin from which other coordinates measure.
Coordinate conventions: In most image processing and screen coordinate systems, the origin is at the top-left
Applications: In computer vision and image processing, a common bounding box representation uses the top-left coordinate
In programming, accessing the top-left element of a two-dimensional array uses indices [0][0] in zero-based indexing