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
Linear and NearestNeighbor interpolation successfully implemented utilizing specialized Links. Test performed with ArrayContainers where OutOfBounds currently work by accident. More... over 14 years ago
Linear and NearestNeighbor interpolation successfully implemented utilizing specialized Links. Test performed with ArrayContainers where OutOfBounds currently work by accident. More... over 14 years ago
LinearInterpolator3DRealType adapted but does not work More... over 14 years ago
Make LinearInterpolator3D extendable and add the super-constructor explicitly. More... over 14 years ago
Make TestShapeList measure time More... over 14 years ago
Make TestShapeList measure time More... over 14 years ago
Adapted LinearInterpolator1D, 2D and 3D with x,y,z fields. More... over 14 years ago
* Dimensionality separated from Dimensions * refactored Dimensionality.getNumDimensions() to numDimensions() * split Iterator and LinkableIterator * split Positionable and LinkablePositionable * split RasterPositionable and LinkableRasterPositionable * implemented links, changed LinearInterpolator to make use of a specialized Link * removed Localizable3D and Positionable3D More... over 14 years ago
* Dimensionality separated from Dimensions * refactored Dimensionality.getNumDimensions() to numDimensions() * split Iterator and LinkableIterator * split Positionable and LinkablePositionable * split RasterPositionable and LinkableRasterPositionable * implemented links, changed LinearInterpolator to make use of a specialized Link * removed Localizable3D and Positionable3D More... over 14 years ago
link RasterLocalizable: More... over 14 years ago
link RasterLocalizable: More... over 14 years ago
link RasterLocalizable: More... over 14 years ago
Merge branch 'sampler' of ssh://pacific.mpi-cbg.de/srv/git/imglib into sampler More... over 14 years ago
link RasterPositionable: More... over 14 years ago
Merge branch 'sampler' of ssh://[email protected]/srv/git/imglib into sampler More... over 14 years ago
Removed unnecessary import More... over 14 years ago
Merge branch 'sampler' of ssh://pacific.mpi-cbg.de/srv/git/imglib into sampler More... over 14 years ago
link RasterPositionable: move( long, int ) done More... over 14 years ago
Merge branch 'sampler' of ssh://[email protected]/srv/git/imglib into sampler More... over 14 years ago
NumPixels and NumEntites are held as long now, they actually are quite often ImageProperties extends Dimensionality More... over 14 years ago
NumPixels and NumEntites are held as long now, they actually are quite often ImageProperties extends Dimensionality More... over 14 years ago
link RasterPositionable: bck( int ) done move( int, int ) done More... over 14 years ago
Merge branch 'sampler' of ssh://pacific.mpi-cbg.de/srv/git/imglib into sampler More... over 14 years ago
link RasterPositionable: fwd( int ) done More... over 14 years ago
Merge branch 'sampler' of ssh://[email protected]/srv/git/imglib into sampler More... over 14 years ago
Removed all special 3d implementations for Containers and Cursors More... over 14 years ago
Commented Iterator More... over 14 years ago
ups. VoidIterator missed hasNextLinked() More... over 14 years ago
linkIterable finished (? not tested yet, tests missing) More... over 14 years ago
* refactored fwd( long ) to jumpFwd( long ) * added nasNext for checking the whole link chain, TODO needs refactoring by Preibisch to update his code automatically More... over 14 years ago