mirror of
https://github.com/wassname/scikit-image.git
synced 2026-08-18 12:30:14 +08:00
When using generic_filter to build a graph, the numerical filter output is actually ignored. Building a full array, even of the smallest dtype, was wasteful. Using stride_tricks solves this by creating a single-element buffer into which all output is fed.