openalea.rsml.matching#

Simple matching functionalities for RSML MTG trees

Functions

match_plants(t1, t2[, max_distance])

Find a 1-to-1 matching between plants in t1 & t2

match_roots(t1, t2, plant_match[, max_distance])

Iteratively match root axes following the trees topology

one_to_one_match(distance[, max_distance])

select minimal 1-to-1 matching in distance matrix, iteratively