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
Merge branch 'master' of saal...@instar:/backup/repos/TrakEM More... over 17 years ago
- fixed an error and a missunderstanding in the Loader.getFlatImage How it works now: when the 'quality' flag is passed as true, then the flat image is created at a scale of 1.0, and later scaled down to the desired scale using the Image.getScaledInstance method with the SCALE_AREA_AVERAGING flag for best, proper image quality. More... over 17 years ago
- increased memory demand for SIFT More... over 17 years ago
adding excel java library. More... over 17 years ago
adding registry library. More... over 17 years ago
- commented out more debugging messages from the DisplayCanvas More... over 17 years ago
- fixed null snap problem (should not happen, but it does; when fetching an ImagePlus if create_snaps is true it should make them; perhaps it does and they are thrown away too fast) - removed debugging messages from the DisplayCanvas More... over 17 years ago
- fixed threading issues in the DisplayCanvas Should seem faster now, because the offscreen thread is properly interruptible, and calls repaint on the offscreen image every now and then while it's baking it. - prevented the DisplayNavigator from doing anything if the rectangle is the same size as he LayerSet dimensions. More... over 17 years ago
- removed an unnecessary lock from the FSLoader.updateInDatabase(..) More... over 17 years ago
- renabled the painting of snaphosts as bounding boxes if so chosen in the Display properties - automatically and temporarily disabling snapshot repainting when importing a sequence as grid, etc (added at the level of Loader.startLargeUpdate() , rollback(), etc.) More... over 17 years ago
- solved a repainting locking situation (not my fault!) that prevented the IJ.showMessage dialog from repainting properly and being functional when a preprocessor plugin was not found or throw an exception when tested. - made the repainting of the offscreen image in the DisplayCanvas be separated in a new thread, and then when ready it calls a new RepaintThread on the canvas. - removed an excessive waiting situation in the DisplayNavigator, by not waiting on the offscreen image -same as in the DispalyCanvas; when the offscreen image is ready, it starts a new RepaintThread. More... over 17 years ago
- fine tuned Registration class to use less memory and release it more often and to ensure there is enough memory space for creating new feature sets for SIFT. More... over 17 years ago
- implemented registration for microstacks NEEDS HEAVY TESTING, a first run didn't result in registered images, very unexpectedly (no overwrite?) More... over 17 years ago
- fixed tar.gz archive path issues in ServerStackMaker - still no re-registration More... over 17 years ago
- fixed ServerStackMaker - still no align - still incorrect tar (contains the full directory path, not just the tmp dir) More... over 17 years ago
- implemented more functionality in the ServerStackMaker, in particular, the generation of a tar.gz archive (needs debugging) - fixed silly error in Registration More... over 17 years ago
- fixed temporary memory leak in Registration class - changed showMessage by plain log in the Loader.releaseToFit failure catch. More... over 17 years ago
- cleaned up ServerStackMaker a bit Still missing the actual stack making functionality. More... over 17 years ago
- forgot the 'align' for the ServerStackMaker More... over 17 years ago
- created the ServerStackMaker as a backend to google brains for delivering cropped volumes. - added heavy memory release calls at the Registration class (SIFT machinery needs revision for holding pointers to memory that may not be using) More... over 17 years ago
- fixed the Registration.registerLayers to remove layers containing no images from the registration process. - added extra memory flushing points at registerLayers More... over 17 years ago
- fixed lack of Macro.setOptions control of the Registration.registerLayers method. More... over 17 years ago
- fixed problem with stored displays in the XML, that were opening anyway when headless. More... over 17 years ago
- 0.4c - fixed a bug that prevented opening dissectors with sequences of more than one point. Great. - implemented the 'propagate' functionality of the register layers. Needs testing. More... over 17 years ago
- now 'save as' replaces the XML path on success, so that subsequent calls to 'save' will overwrite the new XML path. More... over 17 years ago
- added a proper Dissector.getInfo() More... over 17 years ago
- fixed details of the Dissector - made the radius editable for each item in the dissector More... over 17 years ago
- fixed Dissector bounding box - changed dissector items to paint as a box when o nthe current layer, and as ovals when in the layer before or after. Looks neat, and prevents confusion with landmarks from the Align tool. More... over 17 years ago
- fixed bugs in the dissector. - fixed repainting in the dissector - still the bounding box looks weird More... over 17 years ago
- finishing Dissector ... aaaalmost done More... over 17 years ago