TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Hexagonal Pixel Arrays

11 点作者 gloriana超过 3 年前

3 条评论

karmakaze超过 3 年前
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.
webmaven超过 3 年前
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>
lmilcin超过 3 年前
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.