openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
ImgLib2
Settings
|
Report Duplicate
6
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
12 months
ago. based on code collected
12 months
ago.
Jan 17, 2023 — Jan 17, 2024
Showing page 262 of 272
Search / Filter on:
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*
Stephan Saalfeld
More...
over 14 years ago
removed Vectors from cursor.vector
Stephan Saalfeld
More...
over 14 years ago
Image is Iterable<T>, not Collection<T>
Stephan Saalfeld
More...
over 14 years ago
added comment fwd( long ) considered harmful
Stephan Saalfeld
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.
Stephan Saalfeld
More...
over 14 years ago
Added comments, minor changes.
Larry Lindsey
More...
over 14 years ago
Added comments, minor changes.
Larry Lindsey
More...
over 14 years ago
Changes to checkInput
Larry Lindsey
More...
over 14 years ago
Added comments
Larry Lindsey
More...
over 14 years ago
Added close(), comments.
Larry Lindsey
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.
Stephan Saalfeld
More...
over 14 years ago
Merge branch 'junit-tests' into sampler
Stephan Saalfeld
More...
over 14 years ago
Merge branch 'junit-tests' into sampler
Stephan Saalfeld
More...
over 14 years ago
Fixed a pretty dumb bug, added some sparse comments.
Larry Lindsey
More...
over 14 years ago
Refactored LocalizableByDim to Positionable and cleaned up the respective methods. Positionable does not extend Localizable any more.
Stephan Saalfeld
More...
over 14 years ago
Refactored LocalizableByDim to Positionable and cleaned up the respective methods. Positionable does not extend Localizable any more.
Stephan Saalfeld
More...
over 14 years ago
Added a comprehensive test for Containers and Cursors Still missing a test for plane-cursors
Stephan
More...
over 14 years ago
Added a comprehensive test for Containers and Cursors Still missing a test for plane-cursors
Stephan
More...
over 14 years ago
Updated code to work with changes to main
Larry Lindsey
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:
Stephan Saalfeld
More...
over 14 years ago
moved testshapelist to the other tests
Stephan Saalfeld
More...
over 14 years ago
moved testshapelist to the other tests
Stephan Saalfeld
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.
Stephan Saalfeld
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.
Stephan Saalfeld
More...
over 14 years ago
comments improved
Stephan Saalfeld
More...
over 14 years ago
Introduced the Sampler interface that unifies pixel access for Cursors, Interpolators and later Integrators.
Stephan Saalfeld
More...
over 14 years ago
Introduced the Sampler interface that unifies pixel access for Cursors, Interpolators and later Integrators.
Stephan Saalfeld
More...
over 14 years ago
Merge branch 'master' into direct-convolution
Larry Lindsey
More...
over 14 years ago
Adjust tests to recent API change
Johannes Schindelin
More...
over 14 years ago
Adjust tests to recent API change
Johannes Schindelin
More...
over 14 years ago
←
1
2
…
258
259
260
261
262
263
264
265
266
…
271
272
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree