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

Add adaptive median filter #575

Open stelfrich opened 6 years ago

stelfrich commented 6 years ago

There is a version in RealAdaptiveMedianFunction which currently lives in imagej-deprecated that should be used as a basis for the "new" op.

There's also a Command that could be refactored to use the new op: NoiseReductionAdaptiveMedian.