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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Debanding the World

162 点作者 akalin将近 6 年前

4 条评论

derefr将近 6 年前
This is a cool example of the intersection of two fields: computational geometry&#x2F;GIS, and image filtering algorithms.<p>In this case, information from GIS land (e.g. the orientation of the satellite’s aperture relative to true north on the ground below) was fed into the image filter’s autocalibration, because “natural” grid-like structures that should be preserved (cities, farm plots) tend to be aligned to true north, unlike the camera’s distortion, which is aligned to the aperture. (In the article, this is the part where they draw a diagonal mask stripe across the FFT image.)<p>Anyone working on a cross-subdisciplinary problem like this? Have any interesting “systems of algorithms” to share?
评论 #20346890 未加载
baq将近 6 年前
working on FFT-transformed images is quite the dark magic if you don&#x27;t understand what you&#x27;re looking at; this is especially interesting when you look at what e.g. H.264 does to images in FFT: <a href="https:&#x2F;&#x2F;sidbala.com&#x2F;h-264-is-magic&#x2F;" rel="nofollow">https:&#x2F;&#x2F;sidbala.com&#x2F;h-264-is-magic&#x2F;</a> (look at the 2% mask and the resulting image - it provokes a &#x27;this shouldn&#x27;t be possible&#x27; reaction).
评论 #20347335 未加载
anc84将近 6 年前
(2014)
abruzzi将近 6 年前
I remember an image processing application back in the late 90s that would do FFT&#x2F;reverse FFT that I used a couple of times to “paint out” certain regular artifacts. Same basic idea as this, but not nearly as successful. I can’t remember the app name though.