Closed PerretB closed 5 years ago
When the tree of shapes is put back in the original space (interpolated pixels are removed) it might happen that two children of a node become adjacent. This will break the hypothesis used by attribute_contour_length_component_tree https://github.com/higra/Higra/blob/f98bfab21dab6fb07bd1447728f0cab212e116e1/include/higra/attribute/tree_attribute.hpp#L414-L446 and the result will be wrong.
attribute_contour_length_component_tree
When the tree of shapes is put back in the original space (interpolated pixels are removed) it might happen that two children of a node become adjacent. This will break the hypothesis used by
attribute_contour_length_component_tree
https://github.com/higra/Higra/blob/f98bfab21dab6fb07bd1447728f0cab212e116e1/include/higra/attribute/tree_attribute.hpp#L414-L446 and the result will be wrong.