mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-04 23:21:07 +08:00
53d3154f09
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.