<div dir="ltr">+1 on the change. This caused problems for the SciPy 2014 tutorial and required switching to the scipy implementation.<div><br></div><div>One option would be to create new functions; e.g. `sobel_h`/`sobel_v` (or `sobel_x`/`sobel_y`; in this case, it might make sense to match x/y with the gradient direction rather than the edge direction). Alternatively, we might consider adding a warning and a `deprecation_warning=True` flag to `hsobel`/`vsobel`. That way, users can adapt to the change (if necessary) and turn off the deprecation warning.</div><div><br></div><div>-Tony</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Nov 19, 2014 at 9:53 PM, Johannes Schoenberger <span dir="ltr"><<a href="mailto:jsch@demuc.de" target="_blank">jsch@demuc.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">How do we want to treat this change in behavior? Raise a warning?<br>
<div class="HOEnZb"><div class="h5"><br>
> On Nov 19, 2014, at 10:45 PM, Johannes Schoenberger <<a href="mailto:jsch@demuc.de">jsch@demuc.de</a>> wrote:<br>
><br>
> What is the reference implementation in this case? Scipy?<br>
><br>
>> On Nov 19, 2014, at 10:43 PM, Juan Nunez-Iglesias <<a href="mailto:jni.soma@gmail.com">jni.soma@gmail.com</a>> wrote:<br>
>><br>
>> Is it what the "reference" implementation returns? Either way the sign is valuable info. +1 for returning the actual filter output.<br>
>><br>
>> On Thu, Nov 20, 2014 at 11:25 AM, Johannes Schoenberger <<a href="mailto:jsch@demuc.de">jsch@demuc.de</a>> wrote:<br>
>> Hi,<br>
>><br>
>> Why are we returning the absolute values in the hsobel and vsobel functions?<br>
>><br>
>> I do not see the benefit.<br>
>><br>
>> Johannes<br>
>><br>
>> --<br>
>> You received this message because you are subscribed to the Google Groups "scikit-image" group.<br>
>> To unsubscribe from this group and stop receiving emails from it, send an email to <a href="mailto:scikit-image%2Bunsubscribe@googlegroups.com">scikit-image+unsubscribe@googlegroups.com</a>.<br>
>> For more options, visit <a href="https://groups.google.com/d/optout" target="_blank">https://groups.google.com/d/optout</a>.<br>
>><br>
>><br>
>> --<br>
>> You received this message because you are subscribed to the Google Groups "scikit-image" group.<br>
>> To unsubscribe from this group and stop receiving emails from it, send an email to <a href="mailto:scikit-image%2Bunsubscribe@googlegroups.com">scikit-image+unsubscribe@googlegroups.com</a>.<br>
>> For more options, visit <a href="https://groups.google.com/d/optout" target="_blank">https://groups.google.com/d/optout</a>.<br>
><br>
> --<br>
> You received this message because you are subscribed to the Google Groups "scikit-image" group.<br>
> To unsubscribe from this group and stop receiving emails from it, send an email to <a href="mailto:scikit-image%2Bunsubscribe@googlegroups.com">scikit-image+unsubscribe@googlegroups.com</a>.<br>
> For more options, visit <a href="https://groups.google.com/d/optout" target="_blank">https://groups.google.com/d/optout</a>.<br>
<br>
--<br>
You received this message because you are subscribed to the Google Groups "scikit-image" group.<br>
To unsubscribe from this group and stop receiving emails from it, send an email to <a href="mailto:scikit-image%2Bunsubscribe@googlegroups.com">scikit-image+unsubscribe@googlegroups.com</a>.<br>
For more options, visit <a href="https://groups.google.com/d/optout" target="_blank">https://groups.google.com/d/optout</a>.<br>
</div></div></blockquote></div><br></div>