Files
scikit-image/skimage/filter/tests
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
..
2012-10-06 17:59:55 +02:00
2013-04-25 22:47:22 -05:00
2013-04-07 10:43:43 -05:00