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
Merge branch 'maven' More... about 14 years ago
Merge branch 'maven' More... about 14 years ago
Added PlanarContainer and respective cursors, an n-d variant of how ImageJ stores series of image planes. Changed ImagePlusContainer and cursors to inherit from PlanarContainer. More... about 14 years ago
Added PlanarContainer and respective cursors, an n-d variant of how ImageJ stores series of image planes. Changed ImagePlusContainer and cursors to inherit from PlanarContainer. More... about 14 years ago
removed unnecessary getStorageArrayAsObject method More... about 14 years ago
comment in Type More... about 14 years ago
Added PlanarContainer More... about 14 years ago
Update supresswarnings More... about 14 years ago
Removed unnecessary imports More... about 14 years ago
Merge branch 'compile-fix' More... about 14 years ago
removed ambiguity in mathlib More... about 14 years ago
uint8 is now opened as UnsignedByteType More... about 14 years ago
Fix compile error More... about 14 years ago
Merge branch 'imageplus5d' More... about 14 years ago
Merge branch 'imageplus5d' More... about 14 years ago
DifferenceOfGaussian can compute Gaussian convolutions after one another or paralell More... about 14 years ago
Added gpl More... about 14 years ago
First working and tested implementation of n-dimensional ScaleSpace (multithreaded) More... about 14 years ago
can change input image and sigma now More... about 14 years ago
Normalize and image to [0...1] using the ComputeMinMax algorithm and a new norming function More... about 14 years ago
Multithreaded computation of min and max value of an image More... about 14 years ago
Min and Max methods do not create a new type but return one of the input types More... about 14 years ago
Introduces IterableRaster and separated imglib Iterator from java Iterator. An imglib Iterator does not necessarily provide a Type and thus cannot be a java Iterator. This commit is not finished, it was done in the middle of something else because fiji build required me to have the whole thing in a compilable state (which sucks). More... about 14 years ago
Removed unecessary import More... about 14 years ago
Fixed small bugs in SubpixelLocalization More... about 14 years ago
Sorts now by correlation coefficient and if it is equal by size of overlapping area More... about 14 years ago
Subpixel localization More... about 14 years ago
Updated GaussianConvolution with unlimited precision to support ExponentialType only More... over 14 years ago
Renamed AdvancedType to ExponentialMathType Removed some features More... over 14 years ago
ImageCalculator is multithreaded More... over 14 years ago