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

Reconcile and clean up watershed ops #581

Open ctrueden opened 5 years ago

ctrueden commented 5 years ago

ImgLib2 Algorithm has its own Watershed, separate from what's implemented in net.imagej.ops.image.watershed.

We need to:

  1. Reconcile our implementations.
  2. Move the watershed ops to segment.watershed.
  3. Validate that they really work correctly.
  4. Add an op that behaves like ImageJ1's (binary) Watershed command.
  5. Add missing unit tests.

See also: