This repository is dedicated to a comprehensive literature review of Multi-View Stereo (MVS) technologies, including papers, basic concepts, and code snippets.
The aim is to provide a one-stop resource for researchers and practitioners aiming to grasp the breadth and depth of MVS field.
- Brief explanation of Multi-View Stereo
- Significance and applications of MVS
- Fundamental concepts underlying MVS
- Exemplary code snippets demonstrating basic MVS algorithms
We welcome contributions to this repository. Whether you have a new paper to suggest, a bug to report, or a code snippet to share, we'd love to hear from you.
- create a new issue with a clear title and description of the bug, steps to reproduce it, and the expected behavior.
- Fork the repository.
- Create a new branch for your contribution.
- Add your contribution to the relevant section.
- Submit a Pull Request (PR) with a clear description of your additions or changes.
- Ensure your PR adheres to the repository's coding standards and guidelines.
This project is licensed under the terms of the GNU General Public License v3.0. For the full license text, please see the LICENSE file in the root directory of this repository.
Under the GNU GPLv3, you are granted the rights to freely use, modify, and distribute this software, under the conditions that:
- You must disclose the source code of any derivative works and distribute them under the same license.
- You must include the full text of the GNU GPLv3 license and provide clear attribution to the original authors.
For more information on the GNU GPLv3 license, please visit GNU General Public License.