A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

image coordinate

[data structures] An x,y coordinate pair specifying the location of a pixel, or cell, in terms of its row and column position. The x-coordinate gives the column number (commonly starting from 0 at the left edge of the data), and the y-coordinate gives the row number (commonly starting from 0 at the top of the data).

Related Terms