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 266 of 272
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Extended TestShapeList
Stephan Saalfeld
More...
over 14 years ago
This is a hack to have a semi-working ShapeList container. It implements the Byte-variant as a special case for making the factories work. It violates the assumption that Cursor.getType() always returns the SAME instance---open question here: Is that really the idea or just a wrong assumption? ImageJVirtualStack is changed to live without that assumption. Added mpicbg.imglib.test.TestShapList that demonstrates the usage and that the plane cursor can be iterated successfully.
Stephan Saalfeld
More...
over 14 years ago
No compiling intermediate commit of a ShapeList generative container. Only the most LocalizableByDimCursor implemented but not yet tested.
Stephan Saalfeld
More...
over 14 years ago
Use getType() for high level access.
Stephan Saalfeld
More...
over 14 years ago
two comments fixed
Stephan Saalfeld
More...
almost 15 years ago
Refactored outside into outOfBounds
Stephan Saalfeld
More...
almost 15 years ago
ImagePlusAdapter: Set the Image's calibration from the ImagePlus's calibration (cherry picked from commit bbe91d13a500016155a05d96ab608af9db870490)
mhl
as Mark Longair
More...
almost 15 years ago
DirectConvolution now DirectConvolution<T, R, S>. T input image type R kernel image type S output image type
Larry Lindsey
More...
almost 15 years ago
Changed output image size back to input image size.
Larry Lindsey
More...
almost 15 years ago
Added reset(int[] offset) and reset(int[] offset, int[] size).
Larry Lindsey
More...
almost 15 years ago
Fixed some things. This code appears to work but further testing is needed.
Larry Lindsey
More...
almost 15 years ago
Streamlined everything, NumericTypes can be much shorter now Different NumericTypes share a Display now
Stephan
More...
almost 15 years ago
Consistent Implementation Structure, supports generic implementation of math on the package level
Stephan
More...
almost 15 years ago
Merge ssh://
[email protected]
/srv/git/imglib into precisionnumbers
Stephan
More...
almost 15 years ago
Fixed my switchup between cursors. Perhaps I'll rename some variables to make things more obvious so this doesn't happen again.
Larry Lindsey
More...
almost 15 years ago
Theoretically, this should perform direct convolution of an image against a kernel. Most likely this does not work. I have only just written it, and have yet to test it.
Larry Lindsey
More...
almost 15 years ago
New NumericType structure introduced
Stephan
More...
almost 15 years ago
ROIAlgorithm is an abstract class to aid in convolution, morphological ops, etc.
Larry Lindsey
More...
almost 15 years ago
Fix building of imglib in Eclipse, again.
Curtis Rueden
More...
almost 15 years ago
Make it easier to build imglib.jar in Eclipse.
Curtis Rueden
More...
almost 15 years ago
Added DynamicContainer which uses ArrayLists to store the data Here, every cursor creates its own Accessor reading the data, in that way the Cursor gives the index directly to the Accessor (which could do funny stuff) and is not using the index of the Type. This index is only used for complex numbers for example, there i=0 is real and i=1 is complex
Stephan
More...
almost 15 years ago
Fixed bug in ComplexFloatType to init complexI correctly
Stephan
More...
almost 15 years ago
Whitespace changes
Stephan
More...
almost 15 years ago
Removed old comment
Stephan
More...
almost 15 years ago
Fixed huge bug in CubeCursor
Stephan
More...
almost 15 years ago
Fixed Exception, one super() call was missing
Stephan
More...
almost 15 years ago
Fixed inconsistend license authors
Stephan
More...
almost 15 years ago
Internal ImagePlus are only created if it is 1 entity per pixel
Stephan
More...
almost 15 years ago
getImagePlus() throws Exception if is does not work internally with an ImagePlus
Stephan
More...
almost 15 years ago
Added ImgLibException that can be thrown
Stephan
More...
almost 15 years ago
←
1
2
…
262
263
264
265
266
267
268
269
270
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