Fix Laplacian filter wrong sign #7357#7366
Fix Laplacian filter wrong sign #7357#7366pitkajuh wants to merge 1 commit intoscikit-image:mainfrom
Conversation
0241ae4 to
a384418
Compare
0da1377 to
d2ae37c
Compare
Hello. Yes, sorry about that. I fixed the tests and now they should work. The problem was just as described in #7357. Removing and adding minus signs from/to appropriate places fixed the issue and now the result are identical to the SciPy implementation. |
|
@lagru since we are changing the return value of a function, I think we should deprecate this function and replace it with, say, |
|
With the discussion in #7357 (comment), I'm not convinced that we changing the definition is worth it. I don't like the suggestion to sidestep the issue by renaming to That said, I could live with us switching the definition for skimage2. |
Description
This pull request fixes #7357
Checklist
./doc/examplesfor new featuresRelease note
We use changelist to
compile each pull request into an item of the release notes. Please refer to
the instructions
and past release notes
for guidance and examples.