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.

A fun image-processing project marginally related to my learning theory research

36 pointsby NarcolepticFrogover 9 years ago

4 comments

johnloeberover 9 years ago
This reminds me of <a href="http:&#x2F;&#x2F;codegolf.stackexchange.com&#x2F;questions&#x2F;50299&#x2F;draw-an-image-as-a-voronoi-map" rel="nofollow">http:&#x2F;&#x2F;codegolf.stackexchange.com&#x2F;questions&#x2F;50299&#x2F;draw-an-im...</a>. There were some great, rather creative results: in particular, using weighted poisson disc sampling or fuzzy k-means returned some really nice images.
评论 #10421424 未加载
aendrukover 9 years ago
You should probably remove the 28-MB image from the readme.
评论 #10421272 未加载
krazydadover 9 years ago
This is very similar, visually, to the &quot;Crystallize&quot; filter in Photoshop. Here&#x27;s a sample of the Hubble image run through that:<p><a href="http:&#x2F;&#x2F;i.imgur.com&#x2F;dVEzOZi.png" rel="nofollow">http:&#x2F;&#x2F;i.imgur.com&#x2F;dVEzOZi.png</a>
评论 #10421434 未加载
flashmanover 9 years ago
Here&#x27;s a somewhat-similar tool that uses Delaunay triangulation: <a href="https:&#x2F;&#x2F;github.com&#x2F;timbennett&#x2F;delaunay" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;timbennett&#x2F;delaunay</a><p>The frontend has a few issues and seems to break after running more than one or two images, if anyone wants to submit a patch.