Great,

Thank's Tony for the fixes

Best,

Guillaume



Le 16/04/2012 06:29, Tony Yu a écrit :


2012/4/15 Stéfan van der Walt <stefan@sun.ac.za>
On Sun, Apr 15, 2012 at 2:23 PM, Tony Yu <tsyu80@gmail.com> wrote:
> That said, I think that it'd be worthwhile to have both absolute and
> relative thresholding. I'm not sure about the naming though:
>
> - `athresh` and `rthresh`
> - `absthresh` and `relthresh`
> - `abs_thresh` and `rel_thresh`
> - `abs_threshold` and `rel_threshold`

`threshold_abs` and `threshold_rel` perhaps?  My personal preference
is to have the specialization afterwards.

Stéfan

Sounds good. I've added these parameters (along w/ a few other changes) in PR #176.

-Tony