![]() | ||
Binary pattern is an image produced by a formula that includes binary operations and results in a 32-bit integer number. These patterns are closely tied to the 32-bit RGB color system. These patterns may be used with any integer numbers.
The most simple pattern is x or y
, result of which will be pixel color (in RGB), where x and y represent coordinates of image pixel we search.
x or y
operation where x and y are 32-bit numbers is per-bit or. For example, if we have 108 (1101100) and 226 (11100010) then 108 or 226
is 238 (11101110). This pattern is not restricted only to 2D, and can be extended into higher dimensions such as 3D.
Uses
References
Binary pattern (image generation) Wikipedia(Text) CC BY-SA