Hill-climbing segmentation as proposed by Bankmann IN et al, IEEE Trans Inform Techn Biomed 1997; 1: 141-9.
Bug fixes:
Fixed the command entry line in macro "immediate execution" mode
What's new in Version 0.9.3?
New features:
In the macro interpreter, the cluster labeling functions now return the number of clusters
in user[0].
Cluster labeling now has a new feature that allows labeling by size (in addition to labeling
by size rank). This new feature affects the labelopts parameter of the cluster2d
function in the macro interpreter (see Advanced Biomedical Image Analysis, pg. 489):
0: Label by size rank
1: Pure binary image output
2: Label by size
3: Label by compactness
4: Label by aspect ratio
5: Label by irregularity
Added a rudimentary distance measurement function
Updated the file selection dialog. Cimage now "remembers" the directory it last used and
selects this directory as default for all subsequent file dialogs. A major element of
inconvenience finally removed!
Bug fixes:
Fixed a bug that caused cimage to crash in the macro interpreter when the "foreach" statement
was used with all three parameters, but the third parameter pointed to a non-existent
working directory
Fixed a bug that caused undefined shadow images to appear if the substack function was used on
a single-slice image, or if the substack went beyond the stack bounds.
Fixed a bug that caused cimage to crash in the skeletonization function whenever a tabular
description was requested
Now using Pango for axis labels in graph function (compatible with Ubuntu 11.10)
What's new in Version 0.9.2?
This version is mainly a bug fix version. List of bugfixes:
Fixed bug in the parameter entry window for skeletonization
Some background removal functions "hang" when a zero window was accidentally
selected. A zero window size is no longer allowed (and doesn't make sense, anyway)
Fixed a crash that occurred when using undo in memory.
Cluster counting now reacts properly to changes in the parameter window
Crashes in Open Multiple have been fixed.
Some helper functions have been removed, and Crystal Image
now relies on GSL.
Fixed segfault in the CWM filter when debuglevel > 1
Fixed issue with phantom windows when new images are opened before the
old ones were closed (mainly with DICOM)
Fixed ambiguous pixel selection in sign-symmetric threshold functions
Fixed Fourier filter preview function
Fixed minor issues with RGB interpolation
Fixed crash issues in timecourse dso
New features:
Added saturation functions to threshold
Added main window zoom function
Added a fast lacunarity function to the fractal measurements