All elements of a computer image consist of pixels (picture elements), which are to say small areas, dots, spots, or however one wishes to describe them. A pixel is the smallest addressable unit in an image. That is, it can be uniquely located using a horizontal coordinate value X or i and a vertical coordinate value Y or j. We usually specify these values as integers, precisely because they are the smallest addressable unit, and so there can be no pixel between two adjacent pixels. Note that computer graphics typically use a coordinate system where (0,0) is at the top-left corner, with Y values increasing downward, which differs from standard mathematical coordinate systems.

错误:搜索内容不能为空,请输入英文关键词
错误:关键词超出字数限制,请精简
高级检索

Line

  • James Parker

摘要

All elements of a computer image consist of pixels (picture elements), which are to say small areas, dots, spots, or however one wishes to describe them. A pixel is the smallest addressable unit in an image. That is, it can be uniquely located using a horizontal coordinate value X or i and a vertical coordinate value Y or j. We usually specify these values as integers, precisely because they are the smallest addressable unit, and so there can be no pixel between two adjacent pixels. Note that computer graphics typically use a coordinate system where (0,0) is at the top-left corner, with Y values increasing downward, which differs from standard mathematical coordinate systems.