Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/iamncj/missing-kit

The missing tool kit for MVS researchers
https://github.com/iamncj/missing-kit

cg colmap cv numpy open3d opencv sfm

Last synced: 9 days ago
JSON representation

The missing tool kit for MVS researchers

Awesome Lists containing this project

README

        

# Missing-Kit
The missing tool kit for CG&CV researchers

## MVS Main Pipeline
- Image pre-process
- Mask background
- Generate SfM
- Pick selected views
- Feature extraction
- Feature matching
- Sparse reconstruction
- Poisson generation
- Fit rotation axis
- Generate full SfM (optional)
- Mask generation (from previously generated poisson mesh)
- Feature extraction
- Feature matching
- Mock initial pose
- Triangulate
- Bundle adjustment
- Feature transform (optional)
- Dense reconstruction
- Evaluate

## Core ideas
- **Replacement of Code Snippets**: common operations with easy interfaces
- **Unified Numeric Interface**: all data interfaces are `np.ndarray`