DEV Community

Amna Hafeez
Amna Hafeez

Posted on

Choosing a 3D Reconstruction Method for Heritage Sites With No LiDAR Access

When I built the COLMAP pipeline for Mohenjo-daro's Great Bath (Module 11), I hit a wall early: Wikimedia Commons, my planned image source, was blocked by my ISP. I had to fall back to Google Images photos instead — and at the time it felt like a compromise. Digging into the research afterward, it turns out this fallback is a documented, legitimate method in heritage photogrammetry, not a shortcut.

COLMAP itself is built exactly for this kind of problem: it's a Structure-from-Motion and Multi-View Stereo pipeline designed to reconstruct 3D geometry and camera positions purely from overlapping 2D photos, with no LiDAR or specialized capture equipment required.

More importantly, this isn't a novel workaround — it's an established research approach. Researchers rebuilt Palmyra's Temple of Bel, destroyed in 2015, using nothing but public visitor photos pulled from social media and web search engines. If a fully destroyed UNESCO heritage site can be reconstructed from scraped web images, then a Google Images fallback for an accessible site like Mohenjo-daro is well within reason.

The tradeoff is real, though: crowdsourced or web images lack the consistent overlap and camera orientation of a controlled capture, which is exactly why researchers have studied using web-sourced photos for heritage documentation specifically, treating image volume and redundancy as compensation for inconsistent capture conditions.

On the tool side, COLMAP compares favorably to alternatives like Meshroom for this kind of work: comparative reviews mark COLMAP as producing high-detail reconstructions with minimal smoothing, though it's less plug-and-play than Meshroom's drag-and-drop workflow. For a one-off heritage reconstruction where output quality mattered more than setup speed, COLMAP was the right call.

Takeaway: the Google Images fallback wasn't a limitation I had to work around — it's a recognized method with real precedent in cultural heritage preservation, and COLMAP was the right tool to pair it with.

Sources

  1. COLMAP Documentation
  2. COLMAP GitHub Repository
  3. Photogrammetry Software: A Comparative Review of COLMAP and Meshroom (Springer)
  4. Digital reconstruction of the Temple of Bel using crowdsourced images (Rihani, 2023)
  5. Crowdsource and web-published images for 3D heritage documentation (ScienceDirect)

Top comments (0)