This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <# | |
| ================================================================ | |
| PowerShell SCRIPT FOR AUTOMATED PHOTOGRAMMETRY TRACKING WORKFLOW | |
| By polyfjord - https://youtube.com/polyfjord | |
| Ported to PowerShell by Rinme with some help from ChatGPT | |
| Tested with Windows PowerShell 7 on Windows 11 | |
| GLOMAP mapping (faster), COLMAP for features/matching + TXT export | |
| ================================================================ | |
| #> | |
| param() |