我想用一个数字(双精度或整数)表示图像中像素的位置。有什么办法吗?

I want to represent the location of pixel in image by a single number(either double or integer). Is there any possible way?

我正在寻找在单个唯一数字中表示二维 space 坐标的方法。我希望你理解问题。我想表示图像中像素的位置。任何相关建议将不胜感激..

例如,对于 1920x1080 大小的图像,您可以用 4 位数字格式表示 x 和 y 坐标。如果 x 为 150 且 y 为 950,则唯一编号将为 01500950。