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 'getandset' More... almost 15 years ago
Removed Dynamic Container More... almost 15 years ago
Fixed peak suppression problem, by adding a clone() in the correct place. Also added some comments. More... almost 15 years ago
Complete rework of imglib succeeded, preliminary tests successful! (Running FFT on all StorageTypes) More... almost 15 years ago
Operates on ComparableType rather than NumericType, commented. More... almost 15 years ago
HoughLineTransform now appears to function correctly. More... almost 15 years ago
Removed System.out.println (oops), added final keyword to input. More... almost 15 years ago
Small changes More... almost 15 years ago
Small changes More... almost 15 years ago
Removed unnecessary constructor in all Types More... almost 15 years ago
Fixed all types again More... almost 15 years ago
Found error, wrong constructor in Types is called when inititalized with an Container More... almost 15 years ago
Removed unnecessary import More... almost 15 years ago
Forget to add new constructor to Bit and Char.... More... almost 15 years ago
Finished all other Types... More... almost 15 years ago
Fixed all NumericTypes More... almost 15 years ago
Finished updating all Arrays to more constructors More... almost 15 years ago
Small changes for testing More... almost 15 years ago
PickImagePeaks now appears to work. Anyone else want to test it? More... almost 15 years ago
Image implements Collection now, so an Image can be iterated More... almost 15 years ago
Merge branch 'master' of ssh://[email protected]/srv/git/imglib More... almost 15 years ago
Small changes More... almost 15 years ago
Updated to remove redundancies (f. ex. ByteCubeContainer is no ByteContainer anymore but a BasicTypeContainer<ByteContainer>, so one the structure holding the data has to implement get() and set() Fixed bugs in accessing the data More... almost 15 years ago
Fixed errors in accessing the data, not finished yet More... almost 15 years ago
Arrays have more constructors so that they can be used by other containers more easily More... almost 15 years ago
PickImagePeaks - a class to pick peaks out of imglib Images. Produces a peak image as well as a list of peak locations in an ArrayList<int[]> HoughLineTransform, HoughTransform, still works in progress. None of this code is tested I'm pushing early because I've screwed my repo. Oops. More... almost 15 years ago
NormalizeImageFloat now closes the cursors its supposed to close. More... almost 15 years ago
Some Updates. These should get flattened More... almost 15 years ago
Maybe is better for the voteSpace image to also be final In this case, there is now the option to pass in an image factory with which to generate the vote space, or else leave it at the default ArrayContainer More... almost 15 years ago
Fixed the ImagePlusContainer Structure to match the changes done in accessing the data More... almost 15 years ago