{"id":13423398,"url":"https://github.com/lowlevel86/raster-to-vector","last_synced_at":"2025-03-15T17:31:42.769Z","repository":{"id":116443144,"uuid":"248091134","full_name":"lowlevel86/raster-to-vector","owner":"lowlevel86","description":"A fast way to convert rasterized straight edges into vectors.","archived":false,"fork":false,"pushed_at":"2024-01-19T00:20:21.000Z","size":53,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-26T23:10:40.901Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lowlevel86.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2020-03-17T23:05:53.000Z","updated_at":"2024-01-19T00:21:32.000Z","dependencies_parsed_at":"2024-01-19T02:36:54.432Z","dependency_job_id":"8b5055bc-4fe8-45da-9c14-5d1c7b0e6a45","html_url":"https://github.com/lowlevel86/raster-to-vector","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/lowlevel86%2Fraster-to-vector","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lowlevel86%2Fraster-to-vector/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lowlevel86%2Fraster-to-vector/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lowlevel86%2Fraster-to-vector/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lowlevel86","download_url":"https://codeload.github.com/lowlevel86/raster-to-vector/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243766835,"owners_count":20344820,"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-07-31T00:00:33.673Z","updated_at":"2025-03-15T17:31:42.501Z","avatar_url":"https://github.com/lowlevel86.png","language":"C","readme":"# raster-to-vector\nA fast way to convert rasterized straight edges into vectors.\n\n![](./imgs/01.png) ![](./imgs/02.png)\n\nIf given the pixel pattern data of a line bit by bit, it is possible to determine if a line is straight without using loops or slow calculus functions.\n\nThis is implemented in the \"rastToVec.c\" source code.\n\nIn the \"tests/line_patt\" folder the output of the fast method is tested using the output of a different and more slower method.\n\nObjective: to create code that...\n* quickly converts edges into vectors\n* is practical and easy to use\n* uses a single c source code file\n\nApplications:\n* landscaping\n* home decorating\n* CAD\n* augmented reality\n* real time 3d modeling of the real world\n* camera based collision detection systems\n\nTodo List:\n* Write edge tracer code\n* Demonstrate raster to vector conversion\n","funding_links":[],"categories":["C"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flowlevel86%2Fraster-to-vector","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flowlevel86%2Fraster-to-vector","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flowlevel86%2Fraster-to-vector/lists"}