A digital image is stored as a rectangular grid of pixels. Each pixel holds a single intensity value that says how bright that spot is. In the most common 8-bit encoding, that value is an integer from 0 (black) through 255 (white), so a mid-gray sits near 128. A small grayscale image might be 4 pixels wide and 3 tall, which means 12 numbers arranged in 3 rows of 4. A photograph from a phone is the same idea at a much larger scale: a 1920×1080 image is 1920 columns by 1080 rows, roughly two million pixels, and therefore roughly two million intensity values in grayscale. Nothing in that grid is labeled. There is no field that says "cat" or "sky." The grid records only local brightness, and the position of each number matters because the arrangement of bright and dark values is what later lets a system find structure such as edges and shapes.
How AI Sees: A Conceptual Guide to Image and Video Understanding
What a Machine Actually Sees
An Image Is a Grid of Numbers
1 / 4
Start with the smallest possible example: a tiny grayscale image, four pixels across and three down. That is twelve numbers. Each number is a brightness, from zero for black up to two hundred fifty-five for white. Now scale that up. A phone photo at nineteen twenty by ten eighty is about two million of those numbers. The key point is that the grid stores brightness only. It never stores the word cat or sky. The meaning you see comes from how the bright and dark values are arranged, not from any single number.
0:00 / 0:00