Skip to content

7a-explore

Compare
Choose a tag to compare
@clolsonus clolsonus released this 19 Jun 12:22
· 520 commits to master since this release

7a-explore updates:

  • Set the window title as the project name
  • Create an actual "dummy.jpg" image in the model directory to eliminate a load warning on windows.

Processing updates:

  • Add a command line option to optimize camera parameters as well as feature/camera locations.
  • Add an option to estimate initial yaw heading of camera from ground track (for systems where no yaw info is available.)
  • Camera autodetection improvements.
  • Better progress/status updates in places.
  • Various code/cruft cleanups.
  • Punt on using pyexiv2 (which is the nicest library I've found, but almost impossible to get running on windows) and switch to piexif + libxmp-tool. These are a little more clunky, but still perfectly functional for the purpose, and they are well supported across platforms without crazy developer/compiler magic.