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

fix the align pcd option #24

Closed jcharlaix closed 4 years ago

TimoWintz commented 5 years ago

So the problem was the following: If there is no alignment, then the "workspace" option does not make sense anymore and usually just crops everything out. Therefore, I disabled the workspace cropping when pcd_align is set to false.

I still have to check what it does then to space carving because if there are points far away most likely it will create a too large voxel volume...

TimoWintz commented 4 years ago

Not sure if still relevant...