6
I Use This!
Low Activity

Commits : Listings

Analyzed about 15 hours ago. based on code collected 2 days ago.
Jun 18, 2024 — Jun 18, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
POM: bump parent to pom-scijava 29.2.1 More... almost 5 years ago
Merge pull request #37 from imglib/fix-imglabeling-accessors More... almost 5 years ago
formatting More... almost 5 years ago
Merge branch 'master' into fix-imglabeling-accessors More... almost 5 years ago
Merge pull request #58 from imglib/labeling-memory-usage More... almost 5 years ago
Add LabelIdBimap inner class with synchronization More... almost 5 years ago
Reuse SortedLists.emptyList() More... almost 5 years ago
Formatting, add final modifiers where possible More... almost 5 years ago
Replace AffineTransform3D.estimateBounds with new implementation, remove intermediate test etc More... almost 5 years ago
Add test comparing estimateBounds vs estimateBoundsFast and benchmark More... almost 5 years ago
Add faster version of AffineTransform3D.estimateBounds() More... almost 5 years ago
POM: add JMH dependency (test scope) More... almost 5 years ago
POM: don't override imglib2.version More... almost 5 years ago
add interpolated stacks of RealRandomAccessibles (#293) More... almost 5 years ago
ImgMath: fix error in Compute.view (was ignoring parameters) More... almost 5 years ago
FFTConvolution: use provided executor in convolve More... almost 5 years ago
ImgMath: fix error in IfStatmeent.eval(Localizable) More... almost 5 years ago
ImgMath: logical operators AND, OR, XOR, NOT with implementations as plain type operators and also an optimization as boolean operators for use in e.g. an if statement. More... almost 5 years ago
ImgMath: new abstract class ABooleanFunction More... almost 5 years ago
Bump to next development cycle More... almost 5 years ago
bump to pom-scijava-29.2.1 and bump minor version number More... almost 5 years ago
ImgMath Compute.intoArrayImg: better job at finding an interval. More... almost 5 years ago
ImgMath: OffsetSource, allowing an IFunction to be read with an offset. More... almost 5 years ago
ImgMath: add forgotten type annotation More... almost 5 years ago
Add Benchmark to test LabelMapping performance More... almost 5 years ago
AddRemoveCachaMap: use better hash function More... almost 5 years ago
LabelingMapping: fix hash code and equals for the interned sets More... almost 5 years ago
Replace TIntArrayList with SortedList More... almost 5 years ago
Improve LabelingMapping performance More... almost 5 years ago
ImgMath: refactor to enable all views and computations to run on a computeType that can differ from the outputType. When both are the same, avoids additional performance costs by removing the need for a Converter. More... almost 5 years ago