-
LocalZProjector-1.3.080a752ab · ·
Release v1.3.0. - New projection method: COLLECT. This method generate a 3D volume that follows the reference surface with a certain thickness, instead of projecting it. - Fix potential GUI error linked to parameter persistence. We want to clamp values between min & max not to create an error with the SpinnerModel. - Add a method to programmatically retrieve the ref surface dataset. LocalZProjectorOp.getReferenceSurface()
-
LocalZProjector-v1.2.0f2e4a3b5 · ·
Release v1.2.0. - Fix bug: The source image was modified (smoothed) if the binning was left to 1 and the gaussian prefilter value different from 0. - Added two new methods to detect reference surface: sparse max of mean and sparse max of std. They work the same as their non-sparse counterpart. However, we do not compute the filter value for every pixel of the source slice, but only a grid spaced by the size of the filter. And we multithread it. Greatly reduce omputation time for large images for which binning is not adequate. - Speed-up projection step for images that are stored in memory (as opposed to virtual stack that are streamed slice by slice from disk). - Update display (min & max range and time) during computation. So that the user is not presented with black images. Now we have a composite image, with min & max taken from the input image for the projection. For the reference image, we take the min & max from the max number of z-slices. There is still a bug where the displais is not fully refreshed on the first time-point, but this one I do not understand. - Fix current time-point not properly retrieved for preview. - Implement parameter persistence. The parameter values are remembered between Fiji sessions.
-
LocalZProjector_v1.1.0cb19b9a5 · ·
Release v1.1.0 - Make the GUI much more compact. - Add the median as projection method. - Specify the filter window size directly in pixel units of the source image. Do not take into account the binning factor, nor the /2 for the span. The user directly specifies the window size. - Save each time-point on demand. - Fix version being discovered also for jar files packaged by maven.
-