Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
foliage
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Elphel
foliage
Commits
0ed26856
Commit
0ed26856
authored
May 15, 2026
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CLAUDE: Update README with full pipeline usage
parent
2c82cb3d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
0 deletions
+16
-0
README.md
README.md
+16
-0
No files found.
README.md
View file @
0ed26856
...
...
@@ -38,9 +38,25 @@ python3 scripts/elphel_to_colmap.py \
Optional:
`--hfov 32.0`
(degrees, default 32).
### Full pipeline (one command)
```
bash
bash scripts/run_openmvs_pipeline.sh
\
--tiff
/path/to/<ts>-TERRAIN-DISP-MERGED.tiff
\
--xml
/path/to/<ts>-INTERFRAME.corr-xml
\
--out
/tmp/mvs_run
```
Runs all six steps: Python bridge →
`InterfaceCOLMAP`
→
`DensifyPointCloud`
→
`ReconstructMesh`
→
`RefineMesh`
→
`TextureMesh`
.
Set
`OPENMVS_BIN=/path/to/OpenMVS/bin`
if the tools are not on
`PATH`
.
See the comment block at the top of the script for build/install instructions.
### Dependencies
Python 3.8+, Pillow, NumPy.
OpenMVS (CLI tools only —
`InterfaceCOLMAP`
,
`DensifyPointCloud`
, etc.).
### Coordinate-convention notes
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment