imagej / imagej-ops

ImageJ Ops: "Write once, run anywhere" image processing
https://imagej.net/libs/imagej-ops
BSD 2-Clause "Simplified" License
88 stars 42 forks source link

Restore compatibility with existing scripts #617

Closed ctrueden closed 4 years ago

ctrueden commented 4 years ago

With recent changes to imagej-ops including #594, some of the imagej-scripting examples broke. This branch addresses the issues by restoring missing functionality / method signatures. It also fixes some small bugs, such as NonCirculantNormalizationFactor division by zero.

Note that to fully reconcile imagej-ops with imagej-scripting, another set of fixes was also necessary for imagej-common: imagej/imagej-common#90.

See also these unmerged branches: