{"id":18356705,"url":"https://github.com/keizerzilla/python-icp","last_synced_at":"2026-05-18T07:34:47.073Z","repository":{"id":132474367,"uuid":"506617558","full_name":"keizerzilla/python-icp","owner":"keizerzilla","description":"Implementação do algoritmo ICP (Iterative Closest Point) para nuvens de pontos 3D usando Python.","archived":false,"fork":false,"pushed_at":"2022-06-23T22:25:38.000Z","size":25241,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-02T22:52:23.382Z","etag":null,"topics":["icp","matplotlib","numpy","open3d","python"],"latest_commit_sha":null,"homepage":"","language":"Python","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/keizerzilla.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":"2022-06-23T11:46:57.000Z","updated_at":"2025-03-24T04:30:35.000Z","dependencies_parsed_at":null,"dependency_job_id":"fc5f0f98-ae78-4aa7-8863-a9e5dd0c3cca","html_url":"https://github.com/keizerzilla/python-icp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/keizerzilla/python-icp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keizerzilla%2Fpython-icp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keizerzilla%2Fpython-icp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keizerzilla%2Fpython-icp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keizerzilla%2Fpython-icp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/keizerzilla","download_url":"https://codeload.github.com/keizerzilla/python-icp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keizerzilla%2Fpython-icp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33169341,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-18T05:43:36.989Z","status":"ssl_error","status_checked_at":"2026-05-18T05:43:19.133Z","response_time":71,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["icp","matplotlib","numpy","open3d","python"],"created_at":"2024-11-05T22:11:15.811Z","updated_at":"2026-05-18T07:34:47.058Z","avatar_url":"https://github.com/keizerzilla.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# python-icp\n\nImplementação do algoritmo ICP (Iterative Closest Point) para nuvens de pontos 3D usando Python.\n\n## Dependências\n\nPara instalar as dependências necessárias, execute o gerenciador de pacotes ```pip3``` na raíz do repositório:\n\n```\npip3 install -r requirements.txt\n```\n\n## Código\n\nTodas as funções auxiliares (carregar nuvem, encontrar transformação, vizinhos mais próximo...) bem como a função principal que executa o ICP estão no arquivo ```registration.py```. Cada função foi documentada usando o padrão de documentação de funções do Numpy.\n\n## Usando\n\nO script ```test.py``` traz um exemplo onde o algoritmo registra as nuvens do coelho 0º como origem e o colheo 45º como destino. Para mais testes, a pasta ```clouds``` foi adicionada com nuvens bastante usadas na literatura. Uma sugestão é criar um programa que recebe argumentos da linha de comando tais como nuvem de origem, nuvem de destino, número de iterações e erro e retorna uma visualização, as transformação final, etc.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkeizerzilla%2Fpython-icp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkeizerzilla%2Fpython-icp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkeizerzilla%2Fpython-icp/lists"}