Files
scikit-image/skimage/future
Juan Nunez-Iglesias 53d3154f09 Use a strided 1-element array as dummy filter out
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.
2015-12-14 18:57:29 +11:00
..
2015-02-03 15:34:56 +11:00