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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

How much information can a small image contain?

38 点作者 iciac超过 3 年前

10 条评论

Svenstaro超过 3 年前
Many moons ago, I wondered what it would look like if you iteratively generated every possible image. It doesn&#x27;t sound very useful at all (and it certainly isn&#x27;t) but I learned C++ and SDL that way.<p>This is probably terrible code by anybody&#x27;s standards but maybe someone wants to take a look: <a href="https:&#x2F;&#x2F;github.com&#x2F;svenstaro&#x2F;infinerator" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;svenstaro&#x2F;infinerator</a>
评论 #28742480 未加载
评论 #28742725 未加载
评论 #28742774 未加载
sysihyk超过 3 年前
Very very misleading.<p>First, article tried to assess information capacity in Shannon style, completely disregarding what signal is (a) two-dimensional and (b) highly redundant, that is, ignoring the traits of being an image.<p>Second, article taken too much liberties while mixing photorealistic and pixel-art images. The latter is really an art, since there is no formally defined (&quot;machine&quot;) transform between these two types. And last but not least these types have significantly different information density profiles.<p>No DSP curiosity here.
necovek超过 3 年前
The introduction has lost me completely: such a long winded way to say that 32x32x3 bytes can represent 2^(32x32x3x8) different values.
评论 #28741419 未加载
评论 #28743420 未加载
keithnz超过 3 年前
I sort of came at the combinations of small images from a slightly different angle when I was a teenager, I was imagining that if there was a movie of your life (and everyone elses, in fact every possible life you could live) then you could produce every still image of that video if you restricted the bounds of the image to something small but understandable. I was very quickly was disappointed at how big the numbers get :)
thro1超过 3 年前
Up to infinity ? (depends of person interpreting it - &quot;a picture is worth a thousand words&quot;)
sloshnmosh超过 3 年前
I was hoping this was an article about packing different executables into images like I saw on Twitter.
brijeshpatel007超过 3 年前
wonderful, it looks like people are talking with Zoom, kidding. a image can contain lot more information if it is designed by an professional artist. an image have an message for everyone.
dukeofdoom超过 3 年前
Would this be a good way to avoid censorship. Encode an image by mixing it with a private key image, maybe xor the cells or something like that. Post online. Anyone with the key image can decode.
评论 #28743537 未加载
nixpulvis超过 3 年前
N^M, clearly.
评论 #28742468 未加载
nobrains超过 3 年前
&gt; &quot;Machine learning tries to do by math what we are able to do by instinct&quot;<p>...except that we also do it by math. It is just so fast and optimized, that we refer to it as instinct.
评论 #28743903 未加载