Support backtracking in agglomeration with a tree structure for the history
Open
new-feature
- Dominant language
- Python
- Stars
- 30
- Forks
- 9
- PR merge metrics
- No merged PRs in 30d
Description
An agglomeration can be represented as a forest structure (single tree if the agglomeration proceeds to completion) in which each leaf is a superpixel, and inner nodes are the products of agglomerating two child nodes. If agglo.Rag maintains this structure, it will be relatively easy to backtrack and undo merging.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.