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

Addition of getType() API #654

Closed tpietzsch closed 1 week ago

tpietzsch commented 5 months ago

Changes that will be required after imglib/imglib2#312 is merged and released

ctrueden commented 2 months ago

Remaining compilation error:

[ERROR] ...imagej-ops/src/main/java/net/imagej/ops/labeling/MergeLabeling.java:[95,81] reference to sample is ambiguous
  both method <T>sample(net.imglib2.IterableInterval<java.lang.Void>,net.imglib2.RandomAccessible<T>) in net.imglib2.roi.Regions and method <T>sample(net.imglib2.roi.IterableRegion<?>,net.imglib2.RandomAccessible<T>) in net.imglib2.roi.Regions match

I will fix it after I return from vacation, if no one else has done so already!

tpietzsch commented 1 week ago

I fixed the remaining compile error.

This is ready to go as soon as https://github.com/imagej/imagej-common/pull/112 is merged and released.

imagej-common is the only SNAPSHOT dependency left