6
I Use This!
Moderate Activity

Commits : Listings

Analyzed 3 days ago. based on code collected 5 days ago.
May 29, 2023 — May 29, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Git diff shows no differences but I played around with it and used the undo function More... over 14 years ago
Renamed BooleanType to BitType and gave it the capabilities of the NumericType More... over 14 years ago
Commented the Image<T> class More... over 14 years ago
Small doc More... over 14 years ago
Doc: added some javadocs
Jean-Yves
as Jean-Yves Tinevez
More... over 14 years ago
Add Eclipse project for imglib. More... over 14 years ago
Merge branch 'master' of imagejdev.org:imglib More... over 14 years ago
Documentation. More... over 14 years ago
Fixed bug that when instantiating new ImagePlusContainer with an exisiting ImagePlus it is not newly created but used More... over 14 years ago
Fixed bug, another RGBALegacyType has to be adressed with .get() not with the own index, stupid More... over 14 years ago
Add missing GPLv2 license (+FFT exception) to algorithms More... over 14 years ago
Remove the script which is no longer needed More... over 14 years ago
Add a script to convert the license boilerplates from GPl -> BSD More... over 14 years ago
Change authorship for a class that was really written by Stephan Preibisch More... over 14 years ago
Convert all the licenses from GPL -> BSD More... over 14 years ago
Remove GPL exception from the wrong place More... over 14 years ago
Add a BSD license boilerplate as a file More... over 14 years ago
Add a .mailmap More... over 14 years ago
Turn DOS line endings in Unix line endings More... over 14 years ago
Not creating untested instances of fast interpolators More... over 14 years ago
Edited Factory to create efficient interpolators More... over 14 years ago
Merge branch 'stable-preibisch' of ssh://[email protected]/srv/git/imglib into stable-preibisch More... over 14 years ago
Added 1D/2D interpolators More... over 14 years ago
Added Documentation Removed getType() method from Type More... over 14 years ago
Fixed Java bug that Float.MIN_VALUE is not min value, replaced by -Float.MAX_VALUE, funnily Integer.MIN_VALUE is the min value (-2^31), so there it needs no change
tester_123
as admin
More... over 14 years ago
Added close function to PhaseCorrelation
tester_123
as admin
More... over 14 years ago
Reading calibration while opening Depending libraries do not need to include bioformats anymore More... over 14 years ago
Image<T> class has now a calibration More... over 14 years ago
Work around a bug of Sun's JavaC More... over 14 years ago
Added computeAverage in MathLib Added createGaussianKernel in FourierConvolution
tester_123
as admin
More... over 14 years ago