I just noticed, we have a problem with the API reference. `skimage.filter.rank` is not listed as subpackage. Johannes Schönberger Am 14.11.2012 um 23:41 schrieb Stéfan van der Walt <stefan@sun.ac.za>:
Hi everyone,
We just merged an exciting new rank filtering module, implemented by Olivier Debeir and guided through review by Johannes Schönberger. These filters work on the principle that, as a sliding window moves over an image, its histogram can be efficiently updated by considering only new values introduced (and left behind) by the moving footprint.
Here are some examples from the gallery:
http://scikit-image.org/docs/dev/auto_examples/applications/plot_rank_filter...
Enjoy!
Stéfan
--
On Wed, Nov 14, 2012 at 2:45 PM, Schönberger Johannes <hannesschoenberger@gmail.com> wrote:
I just noticed, we have a problem with the API reference. `skimage.filter.rank` is not listed as subpackage.
Yes, the API generator is set up to only explore one level below skimage. We should probably rather have it look at the bento config for the structure? Stéfan
participants (2)
-
Schönberger Johannes
-
Stéfan van der Walt