Wolfram Computation Meets Knowledge

What image coordinate systems does the Wolfram Language use?

There are two common coordinate systems used in the field of image processing and analysis: the matrix coordinate system and the graphics coordinate system. They differ in how the locations of pixels are expressed. 

Matrix or index coordinates

The matrix coordinate space reflects the data matrix stored in the image. The matrix is stored in rows of columns of pixel values. Therefore, pixel locations are the same as their corresponding row and column in the data matrix, where rows run from top to bottom and columns run from left to right.

Pixels are therefore identified by integer coordinates, row number first. Coordinates {5,6} identify the red pixel in the image below. The x direction is down, and the y direction is across.

pixel above eye has integer coordinates.

In the Wolfram Language, functions that operate on both images and data arrays adhere to the matrix coordinate system. Examples include GaussianFilter, ImageConvolve and ImageData.

Image or graphics coordinates

The origin of the image or graphics coordinate system is the bottom-left corner of an image. The x coordinate extends from left to right; the y coordinate extends upward.

Integers give the edges of pixels, like grid lines on graph paper.

An image object with dimensions of {width, height} is placed in the 2D space so that in a position {x,y} given in the standard image coordinate system, x runs continuously from 0 to width and y from 0 to height. The position {0,0} corresponds to the bottom-left corner. In the smiley image, the pixel that was at exactly {5,6} in matrix coordinates is now centered at {5.5,11.5} in image coordinates.

Image pixels are covered by intervals between successive integer coordinate values. Thus, noninteger coordinates are inside a single pixel. Integer coordinates are located on pixel boundaries, however, and take all immediate pixel neighbors into account, either by selecting all neighboring pixels or by taking their average color value.

Wolfram Language functions that focus on images adhere to image coordinates. Examples include ImageValue, ImageCrop and ImageDimensions.

Este artigo foi útil?
Sim
Não

Algum comentário?

Obrigado pelo seu feedback.

Enviar

Entre em contato com o Suporte

Caso tenha alguma dúvida sobre cobrança, ativação ou suporte técnico, estamos a sua total disposição.

1-800-WOLFRAM (+1-217-398-0700 para chamadas internacionais)

Suporte ao consumidor

Segunda–Sexta
8:00–17:00 Horário Central dos EUA

  • Registro ou ativação do produto
  • Informações de pré-venda e pedidos
  • Ajuda com instalação e início

Suporte técnico avançado (para clientes habilitados)

Segunda–Quinta
8:00–19:00 Horário Central dos EUA

FSexta
8:30–10:00 & 11:00–17:00 Horário Central dos EUA

  • Suporte técnico prioritário
  • Assistência com especialistas da Wolfram
  • Ajuda com a programação da Wolfram Language
  • Suporte avançado de instalação