Add median_filter using DIPlib
The DIPlib median filter implementation out performs SciPys ndimage.median_filter by an order of magnitude.
A simple test showed an speed-up in the order of half the CPU cores (or the number of the actual cores, not threads).
See a nice comparison of an elegant implementation for median filters for images