openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
ImgLib2
Settings
|
Report Duplicate
6
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
12 months
ago. based on code collected
12 months
ago.
Jan 17, 2023 — Jan 17, 2024
Showing page 248 of 272
Search / Filter on:
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)
Albert Cardona
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<?>.
Albert Cardona
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.*
Albert Cardona
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.*
Albert Cardona
More...
about 14 years ago
Merge branch 'master' into script-io
Albert Cardona
More...
about 14 years ago
Merge remote branch 'origin/master'
Albert Cardona
More...
about 14 years ago
Scripting: all operations now implement ImageComputation, so one may call asImage() to any of them.
Albert Cardona
More...
about 14 years ago
Scripting: removed SIO, documented ImgLib and added reverse wrap method (wrap ImagePlus as Image, and Image as ImagePlus).
Albert Cardona
More...
about 14 years ago
Adjusted error printout of ImagePlusAdapter.
Albert Cardona
More...
about 14 years ago
Adjusted error printout of ImagePlusAdapter.
Albert Cardona
More...
about 14 years ago
Merge remote branch 'origin/master' into script-io
Albert Cardona
More...
about 14 years ago
Merge remote branch 'origin/scripting-dscho' into script-io
Albert Cardona
More...
about 14 years ago
Reset file modes back to 644 (sorry)
Lee Kamentsky
More...
about 14 years ago
Added watershed algorithm + tests, added copyrights
Lee Kamentsky
More...
about 14 years ago
Add JUnit dependency to imglib-algorithms test.
Curtis Rueden
More...
about 14 years ago
Add a simple wrapper a la IJ
Johannes Schindelin
More...
about 14 years ago
Initial labeling checkin
unknown
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
Albert Cardona
More...
about 14 years ago
Added initial implementation of labeling + connected components algorithm + tests
Lee Kamentsky
More...
about 14 years ago
Scripting: removed unnecessary warning suppression.
Albert Cardona
More...
about 14 years ago
Scripting: removed unused imports from Normalize
Albert Cardona
More...
about 14 years ago
Merge branch 'master' of pacific.mpi-cbg.de:/srv/git/imglib
Albert Cardona
More...
about 14 years ago
Fix imglib-io and imglib-scripting dependencies.
Curtis Rueden
More...
about 14 years ago
Scripting: remove unused imports from DoGPeaks
Albert Cardona
More...
about 14 years ago
Merge branch 'master' of ssh://pacific.mpi-cbg.de/srv/git/imglib
Stephan Preibisch
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.
Albert Cardona
More...
about 14 years ago
Scripting: ensure that all cursors related to the IFunction are closed when done.
Albert Cardona
More...
about 14 years ago
Scripting: PickPeaks must take a single-channel image.
Albert Cardona
More...
about 14 years ago
Scripting: added util methods
Albert Cardona
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.
Albert Cardona
More...
about 14 years ago
←
1
2
…
244
245
246
247
248
249
250
251
252
…
271
272
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree