Lars Grüter
Lars Grüter
## Description Create a nicer self-describing container for decomposed footprints, that's still usable as a primitive tuple or similar E.g., a dataclass that - allows for easy conversion to a...
It seems like `out` is overwritten after the first assignment https://github.com/scikit-image/scikit-image/blob/c636a58e487c139cafe741701aba5c6941a195e7/skimage/graph/_rag.py#L530-L542 and the value from `img_as_float` is never used. Investigate if this is a benign oversight or a potential bug....
This is a usability suggestion and might be somewhat subjective. Especially for [larger pages in scikit-image's API documentation](https://scikit-image.org/docs/dev/api/skimage.transform.html#skimage.transform.SimilarityTransform), I've perceived the navigation with the right sidebar TOC as annoyingly slow....
Addresses #2260.