{"id":16649936,"url":"https://github.com/datamine/seurat","last_synced_at":"2025-12-26T23:02:47.137Z","repository":{"id":86599574,"uuid":"61473810","full_name":"Datamine/Seurat","owner":"Datamine","description":"Stylizes an image in the pointillist style of Georges Seurat","archived":false,"fork":false,"pushed_at":"2016-12-10T10:11:09.000Z","size":7481,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-19T06:46:19.162Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Datamine.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-06-19T09:50:03.000Z","updated_at":"2016-08-11T08:19:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"e4e149c5-c50a-49cd-98f1-aef43d780e59","html_url":"https://github.com/Datamine/Seurat","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Datamine%2FSeurat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Datamine%2FSeurat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Datamine%2FSeurat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Datamine%2FSeurat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Datamine","download_url":"https://codeload.github.com/Datamine/Seurat/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243224572,"owners_count":20256728,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-12T09:14:19.862Z","updated_at":"2025-12-26T23:02:47.080Z","avatar_url":"https://github.com/Datamine.png","language":"Jupyter Notebook","readme":"# Seurat\nStylizes an image in the pointillist style of Georges Seurat\n\n## Use\n\n`source venv/bin/activate`\n\n## Credits\n\ncode partially adapted from http://codegolf.stackexchange.com/questions/50299/draw-an-image-as-a-voronoi-map\n\n## Design Decisions\n\nUsing a cKDTree here is suboptimal because you have to reconstruct it on every iteration. This becomes especially tedious\nwhen working with a large image, since that requires a large tree construction. I thought about using an R*-Tree instead, but\ncouldn't find a Python implementation. Then I realized that of course I don't need the fully abstract solution, but could do\nan iterative solution with pixel-checking using the midpoint circle algorithm to check along the perimeter of a proposed\ncircle.\n\nNB this algo results in clusterings when mindist \u003e 2*r. \n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdatamine%2Fseurat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdatamine%2Fseurat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdatamine%2Fseurat/lists"}