imagej / imagej-scripting

ImageJ-specific applications of the SciJava script languages
Other
25 stars 15 forks source link

Fix convolve/deconvolve signatures #33

Closed bnorthan closed 5 years ago

bnorthan commented 5 years ago

This pull request changes the convolve and deconvolve calls to computers. This imagej-ops fix is also needed to fix all the errors in these scripts.

Even after these fixes I am still seeing errors in ImageJ2ScriptTest.testFastThresholdScript, ImageJ2ScriptTest.testSubtractFirstFrameScript and ImageJ2ScriptTest.testThresholdScript which seem to be related to a conversion issue.