python三维重建代码_基于Python的三维重建开源代码

【实例简介】

基于Python的三维重建开源代码,包括特征提取,SFM,PMVS以及CMVS等相关功能!

【实例截图】

【核心代码】

sfm-bundler(python)

└── sfm-bundler(python)

├── osm-bundlerWin32

│   ├── icons

│   │   ├── info_icon.png

│   │   └── python_icon.png

│   ├── osmbundler

│   │   ├── cameras

│   │   │   └── cameras.sqlite

│   │   ├── defaults.py

│   │   ├── features

│   │   │   ├── extractor.py

│   │   │   ├── __init__.py

│   │   │   ├── siftlowe.py

│   │   │   ├── sift.py

│   │   │   └── siftvlfeat.py

│   │   ├── help.txt

│   │   ├── __init__.py

│   │   └── matching

│   │   ├── bundler.py

│   │   ├── engine.py

│   │   ├── __init__.py

│   │   └── manual.py

│   ├── osmcmvs

│   │   ├── help.txt

│   │   └── __init__.py

│ 

你可能感兴趣的:(python三维重建代码)