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
Scripting: ImgLib.save must return a boolean (success or failure in writing the file) More... about 14 years ago
Scripting: ImgLib.open has to use wrap(IJ.openImage(pathOrURL)) until there is a clear way of grabbing specific dimensions by name from an Image<?>. More... about 14 years ago
ImageJVirtualStack has to extend VirtualStack and not ImageStack in order to be saved via FileInfo and all other I/O of ImageJ 1.* More... about 14 years ago
ImageJVirtualStack has to extend VirtualStack and not ImageStack in order to be saved via FileInfo and all other I/O of ImageJ 1.* More... about 14 years ago
Merge branch 'master' into script-io More... about 14 years ago
Merge remote branch 'origin/master' More... about 14 years ago
Scripting: all operations now implement ImageComputation, so one may call asImage() to any of them. More... about 14 years ago
Scripting: removed SIO, documented ImgLib and added reverse wrap method (wrap ImagePlus as Image, and Image as ImagePlus). More... about 14 years ago
Adjusted error printout of ImagePlusAdapter. More... about 14 years ago
Adjusted error printout of ImagePlusAdapter. More... about 14 years ago
Merge remote branch 'origin/master' into script-io More... about 14 years ago
Merge remote branch 'origin/scripting-dscho' into script-io More... about 14 years ago
Reset file modes back to 644 (sorry) More... about 14 years ago
Added watershed algorithm + tests, added copyrights More... about 14 years ago
Add JUnit dependency to imglib-algorithms test. More... about 14 years ago
Add a simple wrapper a la IJ More... about 14 years ago
Initial labeling checkin More... about 14 years ago
Scripting: started SIO class, to ease the pain for I/O in scripting. This class: * wraps ImagePlus as Image, and viceversa * opens filepaths as Image * saves images and stacks as TIFF * saves current slices as TIFF, PNG and JPEG More... about 14 years ago
Added initial implementation of labeling + connected components algorithm + tests More... about 14 years ago
Scripting: removed unnecessary warning suppression. More... about 14 years ago
Scripting: removed unused imports from Normalize More... about 14 years ago
Merge branch 'master' of pacific.mpi-cbg.de:/srv/git/imglib More... about 14 years ago
Fix imglib-io and imglib-scripting dependencies. More... about 14 years ago
Scripting: remove unused imports from DoGPeaks More... about 14 years ago
Merge branch 'master' of ssh://pacific.mpi-cbg.de/srv/git/imglib More... about 14 years ago
Scripting: DogPeaks now has more constructors and an asPoints method. The latter returns Point2f, Point3f or Point4f according to image dimensions. or throws an Exception. More... about 14 years ago
Scripting: ensure that all cursors related to the IFunction are closed when done. More... about 14 years ago
Scripting: PickPeaks must take a single-channel image. More... about 14 years ago
Scripting: added util methods More... about 14 years ago
DifferenceOfGaussian now accepts double or double[] for the sigmas. The underlying GaussianConvolution is invoked with double[] sigmas. When a non-array sigma is given, it's converted into a double[], with the same sigma for every dimension. More... about 14 years ago