6
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Jun 05, 2024 — Jun 05, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Use getType() for high level access. More... about 15 years ago
two comments fixed More... about 15 years ago
Refactored outside into outOfBounds More... about 15 years ago
ImagePlusAdapter: Set the Image's calibration from the ImagePlus's calibration (cherry picked from commit bbe91d13a500016155a05d96ab608af9db870490)
mhl
as Mark Longair
More... about 15 years ago
DirectConvolution now DirectConvolution<T, R, S>. T input image type R kernel image type S output image type More... about 15 years ago
Changed output image size back to input image size. More... about 15 years ago
Added reset(int[] offset) and reset(int[] offset, int[] size). More... about 15 years ago
Fixed some things. This code appears to work but further testing is needed. More... about 15 years ago
Streamlined everything, NumericTypes can be much shorter now Different NumericTypes share a Display now More... about 15 years ago
Consistent Implementation Structure, supports generic implementation of math on the package level More... about 15 years ago
Merge ssh://[email protected]/srv/git/imglib into precisionnumbers More... about 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... about 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... about 15 years ago
New NumericType structure introduced More... about 15 years ago
ROIAlgorithm is an abstract class to aid in convolution, morphological ops, etc. More... about 15 years ago
Fix building of imglib in Eclipse, again. More... about 15 years ago
Make it easier to build imglib.jar in Eclipse. More... about 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... about 15 years ago
Fixed bug in ComplexFloatType to init complexI correctly More... about 15 years ago
Whitespace changes More... about 15 years ago
Removed old comment More... about 15 years ago
Fixed huge bug in CubeCursor More... about 15 years ago
Fixed Exception, one super() call was missing More... about 15 years ago
Fixed inconsistend license authors More... about 15 years ago
Internal ImagePlus are only created if it is 1 entity per pixel More... about 15 years ago
getImagePlus() throws Exception if is does not work internally with an ImagePlus More... about 15 years ago
Added ImgLibException that can be thrown More... about 15 years ago
Merge branch 'getandset' More... about 15 years ago
Removed Dynamic Container More... about 15 years ago
Fixed peak suppression problem, by adding a clone() in the correct place. Also added some comments. More... about 15 years ago