{"id":16666355,"url":"https://github.com/mitjap/pwmvs","last_synced_at":"2025-03-21T17:32:16.640Z","repository":{"id":146801194,"uuid":"141411637","full_name":"mitjap/pwmvs","owner":"mitjap","description":"CPU implementation of \"Pixelwise View Selection for Unstructured Multi-View Stereo (Schönberger et al.)\" ","archived":false,"fork":false,"pushed_at":"2020-05-15T13:09:18.000Z","size":54,"stargazers_count":42,"open_issues_count":2,"forks_count":15,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-18T03:21:42.730Z","etag":null,"topics":["dense-reconstruction","fusion","multiview-stereo","mvs","point-cloud"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mitjap.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-07-18T09:21:19.000Z","updated_at":"2024-09-18T14:19:17.000Z","dependencies_parsed_at":null,"dependency_job_id":"a2ea6bfc-03d2-4259-ac6a-3d468c2ddae9","html_url":"https://github.com/mitjap/pwmvs","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/mitjap%2Fpwmvs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mitjap%2Fpwmvs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mitjap%2Fpwmvs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mitjap%2Fpwmvs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mitjap","download_url":"https://codeload.github.com/mitjap/pwmvs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244838607,"owners_count":20518843,"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":["dense-reconstruction","fusion","multiview-stereo","mvs","point-cloud"],"created_at":"2024-10-12T11:10:42.626Z","updated_at":"2025-03-21T17:32:16.289Z","avatar_url":"https://github.com/mitjap.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PWMVS\nCPU implementation of \"Pixelwise View Selection for Unstructured Multi-View Stereo (Schönberger et al.)\" \n\nFor GPU implementation go to https://github.com/colmap/colmap.\n\n# How to build\n## Dependencies\n- [OpenMVG](https://github.com/openMVG/openMVG)\n- [Eigen3](eigen.tuxfamily.org)\n- [OpenMP](https://www.openmp.org/)\n\nFirst make sure you have all dependencies installed on your system. \n\n`sudo apt-get install libomp-dev`\n\n`sudo apt-get install libeigen3-dev`\n\nTo build OpenMVG follow [these](https://github.com/openMVG/openMVG/blob/develop/BUILD.md) instructions. I will refer to OpenMVG installation directory as `\u003cOpenMVG_install_dir\u003e`.\n\n```\ngit clone git@github.com:mitjap/pwmvs.git\n\nmkdir pwmvs-build \u0026\u0026 cd pwmvs-build\n\ncmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=../ pwmvs-install -DOpenMVG_DIR=\u003cOpenMVG_install_dir\u003e/share/openMVG/cmake ../pwmvs\n\ncmake --build . --target install\n```\n\n\n# How to include PWMVS to your software\nIncluding PWMVS in your software should be fairly simple. I'll refer to PWMVS installation directory as `\u003cPWMVS_install_dir\u003e`\n\nJust add this to your `CMakeLists.txt` file:\n```\nfind_package(pwmvs)\ntarget_link_libraries(\u003cyour_target\u003e PRIVATE pwmvs)\n```\nYou will also need to specify PWMVS installation directory with:\n```\npwmvs_DIR=\u003cPWMVS_install_dir\u003e/share/pwmvs/cmake\n```\n\n# How to use PWMVS\nFor complete example take a look at `main.cpp`. To run dense reconstruction on your OpenMVG project export `sfm_data.json` in same folder as images, set proper path in `main.cpp` and run. \n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmitjap%2Fpwmvs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmitjap%2Fpwmvs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmitjap%2Fpwmvs/lists"}