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

Get segmented skeleton as output #19

Closed jcharlaix closed 5 years ago

TimoWintz commented 5 years ago

Check the branch tim/#19

I added the segmented skeleton as an output of "AnglesAndInternodes". Now there are 4 keys in the "values.json" produces by this process:

"angles", "internodes", but as well "stem_points" and "fruit_points" which contain all points of the stem, and the sequence of arrays of points of the fruits. Is it OK for you like this @jcharlaix ?