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

Detecting the stakes (? tuteurs) #12

Open TimoWintz opened 5 years ago

TimoWintz commented 5 years ago

It's about time. The options are the following:

One other problem is that the filters for greenness don't really work well to keep the stake in the mask. It seems to be possible even with the simple linear filter to keep both, for example in this scan with the filter G - 0.8B > 0.07 we obtain:

pict20190122_160245_0

TimoWintz commented 5 years ago

To identify cylinders in the 3D volume, there exist simple agorithms like Hough line transform that could be applied to a Gaussian filtered voxel volume.