9
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected over 2 years ago.
Jan 27, 2022 — Jan 27, 2023
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
- started working on porting Profile to AffineTransform usage (almost done) - fixed Selection handles size problems when zooming - fixed all Displayable's clone method to include the AffineTransform More... almost 18 years ago
- fixed handle thickness (still needs revision) - fixed Ball to work fully with AffineTransforms (still radius thickness little issues) - fixed Pipe idem Ball. - fixed AreaList to include the AffineTransform when rendering for the 3D viewer. More... almost 18 years ago
- fixed Displayable.getPerimeter() to return the proper, actual perimeter for click-testing. More... almost 18 years ago
- fixed double effect of translate/scale/rotate from the Selection - fixed linkPatches for Ball (almost done with refactor to AffineTransforms) More... almost 18 years ago
Merge [email protected]:/backup/repos/TrakEM More... almost 18 years ago
- fixed some of the problems involving the calculation of the bounding box when there are transforms, for Ball and AreaList. More... almost 18 years ago
- fixed a bug that was nullifying the cached ImagePlus reference right after fetching the awt for painting - slightly improved the Displayable.getBoundingBox More... almost 18 years ago
Fixed another tiny bug in FloatArray2DSIFT. Lots of testwork, forward and back corrections... More... almost 18 years ago
- fixed the Loader.fetchImage to truly return the snapshot if immediately suitable - fixed the DisplayNavigator repainting threads to ensure they quit their predecessors This alone prevented the creation of literally over a thousand threads waiting on the monitor 'updating', which were slowing down in particular the insertion of montages a lot. - fixed the Patch.paint method to properly get an image suited for the target magnification, with proper quality setting if so specified in the LayerSet properties. - added an on-the-fly RGB to 8-bit conversion for images resulting from the getScaledInstance in the Snapshot.createSnap when the Patch type is not COLOR_RGB or COLOR_256. This saves plenty of memory at the expense of computational time, but then it saves lots of computational time because images are reloaded less often. More... almost 18 years ago
Merge [email protected]:/backup/repos/TrakEM More... almost 18 years ago
- started to port Ball.java to use AffineTransform. NOT yet finished. More... almost 18 years ago
Removed non ASCII character... More... almost 18 years ago
Merge branch 'master' of saal...@instar:/backup/repos/TrakEM More... almost 18 years ago
FloatArray2D values for SIFT-feature extraction are required to be in range [0.0, ..., 1.0] now. More... almost 18 years ago
Fixed a bug in FloatArray2DScaleOctaveDoGDetector that led to randomly missed detections. Fixed another bug that might have led to a NullPointerException in very special cases (never happened as far as I know ;)). More... almost 18 years ago
Merge [email protected]:/backup/repos/TrakEM More... almost 18 years ago
- fixed a horrible tiny little bug in the Loader that was preventing reusage of awt images, and thus reloading from the file system at every repaint any image whose enclosing Patch object had a transform specifying anything else other than a translation. More... almost 18 years ago
Merge branch 'master' of saal...@instar:/backup/repos/TrakEM More... almost 18 years ago
Added test plugins for SIFT Feature extraction. TODO Find out what goes wrong in DoG detection... More... almost 18 years ago
- implemented Registration.registerLayers The caching infrastructure is in place but I need to study the process a bit before applying the accumulated AffineTransform. So no caching at the moment. More... almost 18 years ago
- made the Bureaucrat's slave Worker available in a public getWorker method - removed obsolete SIFT parameters from the Registration class More... almost 18 years ago
Merge [email protected]:/backup/repos/TrakEM More... almost 18 years ago
- almost done with implementing proper Layer registration More... almost 18 years ago
Parameter twiggling. Diminished DoG contrast filter and best to second best correspondence ratio filter to let more from the crowd in. Proper values require empirical evaluation... More... almost 18 years ago
Corrections and comments... More... almost 18 years ago
Replaced > by < in FloatArray2DSIFT.createMatches() which makes it prefer stable correspondences instead of unstable (!) Fixed some default values in Registration.SIFTParameters and made registerSIFT use inlier_ratio. TODO Robustify the model estimation. More... almost 18 years ago
- created a non-recursive version of the stack alignment with SIFT, to avoid lack of garbage collection which resulted in heap overflow. - made public the Loader's memory release management methods. - added popup menu prevention in the trees when the Project has its input disabled. More... almost 18 years ago
Merge [email protected]:/backup/repos/TrakEM More... almost 18 years ago
- made the scale factor used for optimization purposes to be 1 by default, since Registration with SIFT already does it's own scaling according to max_size. More... almost 18 years ago
Fixed the Gaussian scaling in StitchingTEM.makeStripe() More... almost 18 years ago