TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Hexagonal Pixel Arrays

11 pointsby glorianaover 3 years ago

3 comments

karmakazeover 3 years ago
This is interesting and unexpected:<p>&gt; hexagonal arrays are as computationally efficient [...] made possible by recent mathematical advances in the representation of hexagonal arrays, in particular Array Set Addressing (ASA) which makes processing of hexagonal array images almost as conceptually easy as processing square array images. Indeed, operations such as computing a fast Fourier transform (FFT) and edge detection are in fact faster per pixel over hexagonal arrays than square ones.
webmavenover 3 years ago
TIL that hexagonal image formats and hexagonal array neural networks are a thing:<p><a href="https:&#x2F;&#x2F;scholar.google.com&#x2F;scholar?hl=en&amp;as_sdt=0%2C6&amp;as_vis=1&amp;q=hexagonal+image+format&amp;btnG=" rel="nofollow">https:&#x2F;&#x2F;scholar.google.com&#x2F;scholar?hl=en&amp;as_sdt=0%2C6&amp;as_vis...</a><p><a href="https:&#x2F;&#x2F;scholar.google.com&#x2F;scholar?q=hexagonal+neural+network&amp;hl=en&amp;as_sdt=0&amp;as_vis=1&amp;oi=scholart" rel="nofollow">https:&#x2F;&#x2F;scholar.google.com&#x2F;scholar?q=hexagonal+neural+networ...</a><p>Google even has a recent related patent:<p><a href="https:&#x2F;&#x2F;patents.google.com&#x2F;patent&#x2F;US11200458B1&#x2F;en" rel="nofollow">https:&#x2F;&#x2F;patents.google.com&#x2F;patent&#x2F;US11200458B1&#x2F;en</a>
lmilcinover 3 years ago
Main reasons for normal pixel arrays is that UI elements are built predominantly from vertical and horizontal lines. And that is enough to bury the idea of hex arrays until you have so many pixels that it doesn&#x27;t matter anymore at which point there is no more advantages from hex arrays.