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
Extended TestShapeList 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. More... over 14 years ago
No compiling intermediate commit of a ShapeList generative container. Only the most LocalizableByDimCursor implemented but not yet tested. More... over 14 years ago
Use getType() for high level access. More... over 14 years ago
two comments fixed More... almost 15 years ago
Refactored outside into outOfBounds 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 More... almost 15 years ago
Changed output image size back to input image size. More... almost 15 years ago
Added reset(int[] offset) and reset(int[] offset, int[] size). More... almost 15 years ago
Fixed some things. This code appears to work but further testing is needed. More... almost 15 years ago
Streamlined everything, NumericTypes can be much shorter now Different NumericTypes share a Display now More... almost 15 years ago
Consistent Implementation Structure, supports generic implementation of math on the package level More... almost 15 years ago
Merge ssh://[email protected]/srv/git/imglib into precisionnumbers 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. 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. More... almost 15 years ago
New NumericType structure introduced More... almost 15 years ago
ROIAlgorithm is an abstract class to aid in convolution, morphological ops, etc. More... almost 15 years ago
Fix building of imglib in Eclipse, again. More... almost 15 years ago
Make it easier to build imglib.jar in Eclipse. 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 More... almost 15 years ago
Fixed bug in ComplexFloatType to init complexI correctly More... almost 15 years ago
Whitespace changes More... almost 15 years ago
Removed old comment More... almost 15 years ago
Fixed huge bug in CubeCursor More... almost 15 years ago
Fixed Exception, one super() call was missing More... almost 15 years ago
Fixed inconsistend license authors More... almost 15 years ago
Internal ImagePlus are only created if it is 1 entity per pixel More... almost 15 years ago
getImagePlus() throws Exception if is does not work internally with an ImagePlus More... almost 15 years ago
Added ImgLibException that can be thrown More... almost 15 years ago