romi / plant-3d-vision

Reconstruct a 3D digital twin of the plant from pictures (RGB images) and quantify its phyllotaxis.
https://docs.romi-project.eu/plant_imager/
GNU Lesser General Public License v3.0
6 stars 1 forks source link

set bouding box if none #221

Closed hanappe closed 2 years ago

hanappe commented 3 years ago

The Colmap task sets the bounding box if none was given during the scan. The implementation checks for the min and max point in each dimension. This is suboptimal because the bounding box will include remote points but allows the rest of the pipeline to work.

jlegrand62 commented 2 years ago

This has been resolved in another branch!