open-forest-observatory / geograypher

Multiview Semantic Reasoning with Geospatial Data
BSD 3-Clause "New" or "Revised" License
10 stars 4 forks source link

Improve modularity #8

Closed russelldj closed 9 months ago

russelldj commented 9 months ago

This does a couple of things to make the code more modular and extensible. The first is decreasing the coupling between the cameras and meshes objects. The second is moving application-specific code in both into derived classes. Finally, the code is moved into separate folders.