Skip to content

Instantly share code, notes, and snippets.

View LogicalNightmare's full-sized avatar

LogicalNightmare

View GitHub Profile
@CMCDragonkai
CMCDragonkai / conversion_between_coordinate_origins.md
Last active March 31, 2025 09:05
Conversion between Coordinate Origins (Top Left and Bottom Left)

Conversion between Coordinate Origins

  • T - Top
  • B - Bottom
  • L - Left
  • R - Right

Remember that images loaded into a matrix uses the height as rows and width as columns. So x,y coordinates are flipped y,x to get i,j coordinates.

Subpixel Coordinates