Files
scikit-image/skimage/filter
Emmanuelle Gouillart 082586c10c Added a wrapper around ndimage's Gaussian filter
This version of the Gaussian filter

 * uses 'nearest' as the default boundary mode. This can be discussed,
   but I had the impression that for images this is the most relevant
   mode ('extending' boundaries)

 * has a `multichannel` keyword, so that each color channel can be
   filtered separately. For now no attempt is made at guessing whether
   the image has color channels or not.
2013-08-25 14:50:55 +02:00
..
2013-08-10 13:57:24 +02:00
2013-06-29 18:34:41 -04:00
2013-03-02 17:22:10 -06:00
2013-04-25 23:13:41 -05:00
2013-07-20 03:35:03 -04:00