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
small fix More... over 14 years ago
Ignore Eclipse metadata files. More... over 14 years ago
fix calc of unsigned value from signed value More... over 14 years ago
Work around a bug of Sun's JavaC More... over 14 years ago
fixed an issue with getUnsignedInt() failing to cast and returning negative values More... over 14 years ago
SpecialPoint enum is now public More... over 14 years ago
GaussianConvolution supports now various input/output types GaussianConvolution4 can compute with arbitrary precision DifferenceOfGaussian adapted to new GaussianConvolutions More... over 14 years ago
Implemented min(a,b) and max(a,b) for ComparableType More... over 14 years ago
Added some converters and functions More... over 14 years ago
ImageConverter is multithreaded now More... over 14 years ago
Added means to split an Image into Chunks that can be processed multithreaded More... over 14 years ago
Added AdvancedType which is able to do more math functions and exemplarily implemented it for DoubleType More... over 14 years ago
Fixed another crazy bug in fwd(dim) and bck(dim) in the cell cursors. Oh man alter!! More... over 14 years ago
Added GaussianConvolution2 which can convert too More... over 14 years ago
LocalNeighborhoodCursor can return the parent cursor More... over 14 years ago
Image.clear() clears all pixels now More... over 14 years ago
Removed unnecessary cast to <T> that created a warning More... over 14 years ago
Removed unnecessary cast to <T> that created a warning More... over 14 years ago
Merge branch 'master' of ssh://pacific.mpi-cbg.de/srv/git/imglib More... over 14 years ago
Added ImageConverter and the Converter Interface More... over 14 years ago
Small changes in naming More... over 14 years ago
Merge branch 'master' into imagejdev-master More... over 14 years ago
Fixed the master bug in CellPositionableRasterSampler that made setPosition( int, int ) calls fail after cell-changing fwd( int ) and bck( int ) moves. More... over 14 years ago
Fixed the master bug in CellPositionableRasterSampler that made setPosition( int, int ) calls fail after cell-changing fwd( int ) and bck( int ) moves. More... over 14 years ago
Better behavior for PlanarArray.getPlane(int). More... over 14 years ago
Some renamings More... over 14 years ago
Fixed small bug More... over 14 years ago
Added a generic ImageCalculator More... over 14 years ago
Small changes in GaussianConvolution, shares the static FloatArray3D method now More... over 14 years ago
Fixed bug that Container.compareStorageContainerCompatibility() is done by each instance of Container, for example CellContainer has to check if the cell size is the same. More... over 14 years ago