Forum

Author Topic: compute image overlap map  (Read 2763 times)

gilrito

  • Newbie
  • *
  • Posts: 20
    • View Profile
compute image overlap map
« on: April 19, 2018, 11:41:20 PM »
I need to compute a georeferenced raster containing the image overlap. This map is generated in the report but it will be fine if it could be exprted as a raster with image quantity per pixel.
I wonder if anyone know how to compute it using python scripting?

Thanks, Gil

stephan

  • Full Member
  • ***
  • Posts: 129
    • View Profile
Re: compute image overlap map
« Reply #1 on: May 03, 2018, 04:52:00 PM »
This would be very interesting indeed!

SAV

  • Hero Member
  • *****
  • Posts: 710
    • View Profile
Re: compute image overlap map
« Reply #2 on: May 04, 2018, 05:04:52 AM »
Hi gilrito,

This script might be helpful to start from:
https://github.com/agisoft-llc/photoscan-scripts/blob/master/src/footprints_to_shapes.py

All the best.

Regards,
SAV

gilrito

  • Newbie
  • *
  • Posts: 20
    • View Profile
Re: compute image overlap map
« Reply #3 on: May 18, 2018, 10:46:10 AM »
Thanks SAV for the script.
Gil