6
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 17, 2023 — Jan 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* moved Dimensionality into the top-most package * refactored abstract implementations from *Impl to Abstract* More... over 14 years ago
removed Vectors from cursor.vector More... over 14 years ago
Image is Iterable<T>, not Collection<T> More... over 14 years ago
added comment fwd( long ) considered harmful More... over 14 years ago
Iterable renamed to Iterator< E > which extends java.lang.Iterator< E >. Shouldn't the Image be Iterable and not the Cursor? TODO The method fwd( long ) vs. Positionable fwd( int ) begs for trouble. One of them has to be renamed. More... over 14 years ago
Added comments, minor changes. More... over 14 years ago
Added comments, minor changes. More... over 14 years ago
Changes to checkInput More... over 14 years ago
Added comments More... over 14 years ago
Added close(), comments. More... over 14 years ago
Re-added deprecated methods getPosition( int[] ) to LocalizableCursor and getLocalizableByDimCursor(...) to Image. This should simplify some code transfer from old versions. More... over 14 years ago
Merge branch 'junit-tests' into sampler More... over 14 years ago
Merge branch 'junit-tests' into sampler More... over 14 years ago
Fixed a pretty dumb bug, added some sparse comments. More... over 14 years ago
Refactored LocalizableByDim to Positionable and cleaned up the respective methods. Positionable does not extend Localizable any more. More... over 14 years ago
Refactored LocalizableByDim to Positionable and cleaned up the respective methods. Positionable does not extend Localizable any more. More... over 14 years ago
Added a comprehensive test for Containers and Cursors Still missing a test for plane-cursors More... over 14 years ago
Added a comprehensive test for Containers and Cursors Still missing a test for plane-cursors More... over 14 years ago
Updated code to work with changes to main More... over 14 years ago
Replaced LocalizableByDim with the Positionable interface, again for real and discrete spaces. `Positionable' sounds a bit alien, but is exactly what the interface is doing: More... over 14 years ago
moved testshapelist to the other tests More... over 14 years ago
moved testshapelist to the other tests More... over 14 years ago
Split Localizable and RasterLocalizable. Localizable can localize in real space, RasterLocalizable in discrete space. Several refactors regarding localize methods. Interestingly, none of the existing implementations in TrakEM2, VIB, IEP complained, so the refactors just affected a lower API level. More... over 14 years ago
Split Localizable and RasterLocalizable. Localizable can localize in real space, RasterLocalizable in discrete space. Several refactors regarding localize methods. Interestingly, none of the existing implementations in TrakEM2, VIB, IEP complained, so the refactors just affected a lower API level. More... over 14 years ago
comments improved More... over 14 years ago
Introduced the Sampler interface that unifies pixel access for Cursors, Interpolators and later Integrators. More... over 14 years ago
Introduced the Sampler interface that unifies pixel access for Cursors, Interpolators and later Integrators. More... over 14 years ago
Merge branch 'master' into direct-convolution More... over 14 years ago
Adjust tests to recent API change More... over 14 years ago
Adjust tests to recent API change More... over 14 years ago