Commit Graph

10 Commits

Author SHA1 Message Date
Robin Wilson 98bf488241 Fixed indentation 2015-08-29 23:26:22 +01:00
Robin Wilson 9f878affbc Renamed keyword arg to use_quantiles 2015-08-29 16:25:42 +01:00
Robin Wilson 5f0665c99b Raise ValueError if quantile thresholds outside of [0, 1] - and updated docs 2015-08-29 13:46:56 +01:00
Robin Wilson b29ad8ef6d Added quantile_threshold option to canny edge detection
This allows you to specify the high and low thresholds as quantiles of the edge magnitude
image, rather than as absolute edge magnitude values
2015-08-28 22:30:42 +01:00
Johannes Schönberger ee5c6fbeb2 Use relative imports in skimage files 2015-01-22 07:36:48 -05:00
emmanuelle 873a2bab4f Modified a few docstrings that made doctesting fail 2014-12-07 16:58:36 +01:00
Stefan van der Walt 78a7b7307a Rename and deprecate filter module to prevent shadowing of built-in keyword 2014-11-10 12:53:50 +02:00
Steven Silvester 2a057f7246 Make ndim explicit arg for clarity and update docstring 2014-09-21 05:48:58 -05:00
Steven Silvester 6a8c5e460f Implement assert_nD in filter and feature packages 2014-09-20 17:04:11 -05:00
Julien Coste 8a337dbe46 Move canny from filter to feature 2014-08-31 10:55:12 +01:00