6
I Use This!
High Activity

Commits : Listings

Analyzed about 16 hours ago. based on code collected 2 days ago.
Jun 11, 2024 — Jun 11, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add support for status reporting to listeners. More... over 14 years ago
some documentation More... over 14 years ago
clean out old code and comments kept during transition to the last changes More... over 14 years ago
harmonize the two existing ways of handling plane order and dimension order in existing code More... over 14 years ago
enable changes to fill(mask) More... over 14 years ago
TODO comments More... over 14 years ago
* refactor ImgLibProcessor::fill(mask) to calc via object composition and hatch classes as needed * PlanarNumericDataset - add some new signatures to interface More... over 14 years ago
minor reorganization More... over 14 years ago
minor refactoring More... over 14 years ago
* fixed a bunch of warnings in whole project * changed PlaneStack code to setPlanar(true) on its container factory * edited ImageStackTest so we can cause testCreateImagePlus to fail test as needed More... over 14 years ago
begin integration of PlanarAccess set/getPixels code More... over 14 years ago
Hack workaround for instanceof compiler issue. More... over 14 years ago
Avoid catching exceptions in testWritePixels. More... over 14 years ago
Attach basic FileInfo object to ImagePlus when feasible. More... over 14 years ago
Back out test changes needed for imglib-driven Bio-Formats opener. More... over 14 years ago
Fix min and max calcs to exactly mirror imagej More... over 14 years ago
When comparing directories, use absolute rather than relative paths. More... over 14 years ago
Use just filename rather than full path for imglib Image title. More... over 14 years ago
First cut at using bf-imglib image opener in ImageJ. Commented out for now because it causes several tests to fail. More... over 14 years ago
Add umbrella project for Imagej. More... over 14 years ago
minor test improvements More... over 14 years ago
More minor tweaks. More... over 14 years ago
Minor tweaks. More... over 14 years ago
Initial implementation of ImageUtils.setPlane(Image<T>, int[], Object) method. More... over 14 years ago
* fixed JavaDocs in ImageStack for deprecations * comment in NumericDataset * ImgLibProcessor and Test: add min/max testing after filter(). Stub in alternate code if it turns out to be an IJ bug. More... over 14 years ago
* Add general method ImageUtils.getPlane(Image<T> im, int[] planePos) which returns a reference to the plane rather than a copy, if it can. * Add some other utility methods to ImageUtils and Index classes. More... over 14 years ago
* fix ImagePlus::getPixel() for new types * fix SelectionFunction code for some Operations * toy with NumericDataset some more * enhance ImgLibProcessor to take SelectionFunctions and also to do TernaryAssignOperations More... over 14 years ago
1st attempt at creating new imglib aware images More... over 14 years ago
more edits - this class not yet in use - didn't mean to commit when I did More... over 14 years ago
* add selection function support to iterators * refactor ImageCopierOperation a bit More... over 14 years ago