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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

How do you make mosaic of an image from a big collection of images?

2 点作者 ideamonk超过 15 年前
Hey guys I've been working on a mosaic generator i Python. It works well for black-n-white images, while for colored images you need to have plenty of small thumbnails to fill space.<p>This is what it does - http://www.flickr.com/photos/ideamonk/4020798966/sizes/l/<p>Code - http://github.com/ideamonk/PyMos<p>Now I wonder how would you generate a mosaic??<p>In my case I'm matching images in a collection using euclidean distance and pasting over a magnified blank image so as to form a mosaic.

1 comment

pbhjpbhj超过 15 年前
Are you asking for method tips? I'd probably look at <a href="http://en.wikipedia.org/wiki/Photographic_mosaic" rel="nofollow">http://en.wikipedia.org/wiki/Photographic_mosaic</a> and then track down a couple of the pertinent patents or the OSS photomosaic programs and see how they've done it (successfully).