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
Added fast population of plane if not a PlanarContainer More... about 14 years ago
Scripting: remove bogus test in Normalize, and added docs indicating the result of min==max. More... about 14 years ago
Merge branch 'master' of pacific.mpi-cbg.de:/srv/git/imglib More... about 14 years ago
Scripting: Normalize will become an empty image if min == max. Otherwise composing of functions would have to be aware of empty images. More... about 14 years ago
Add simple test class for ImageOpener. More... about 14 years ago
Ignore toplevel target directory. More... about 14 years ago
Various improvements to ImageOpener. More... about 14 years ago
Add copyright notices to imglib-io sources. More... about 14 years ago
Scripting: remove another bogus import (eclipse: !@#$%^&) More... about 14 years ago
Remove bogus import More... about 14 years ago
Scripting: added documentation to Compute More... about 14 years ago
Scripting: added another benchmark. More... about 14 years ago
Merge branch 'master' of pacific.mpi-cbg.de:/srv/git/imglib More... about 14 years ago
Scripting: added Average and Difference to math package. Implemented avoiding overflows. More... about 14 years ago
Merge branch 'master' of dev.imagejdev.org:imglib More... about 14 years ago
First version of new imglib-io ImageOpener. More... about 14 years ago
Scripting: added math Close, Open, Dilate, Erode with arbitrary cubes, balls or bars (wraps Larry Lindsey's corresponding Morp*java algorithm classes). More... about 14 years ago
Scripting: fixed Normalize compilation error with javac. More... about 14 years ago
Scripting: added PickPeaks, which uses PickImagePeaks algorithm. More... about 14 years ago
Scripting: renamed Normalize to NormalizeSum, and added Normalize (min and max) which is what I expect "Normalize" to do. More... about 14 years ago
Scripting: DoGPeaks in script.imglib.analysis package More... about 14 years ago
Scripting: Affine3D should correct the Z dimension only if third row is 0, 0, 1 More... about 14 years ago
Scripting: ensure that RGBA reads only 8 bits for each channel. More... about 14 years ago
Scripting: generalized inputs of Affine3D and relatives. Now they all take an IFunction or an Image as argument. More... about 14 years ago
Scripting: Resample now accepts an array of target dimensions More... about 14 years ago
Scripting: renamed mpicbg.imglib.scripting to script.imglib More... about 14 years ago
Added LOCI.open More... about 14 years ago
Scripting: added docs to Affine3D More... about 14 years ago
Scripting: added Resample, and some documentation, More... about 14 years ago
Scripting: reverse order of 2 parameters in Affine3D More... about 14 years ago