Version 1.00 19.11.2015
- Added X/Y calibration of the loaded dataset using an existing scale bar printed on images (Menu->Dataset->Scale bar)
- Replaced function that calculates adjacency of supervoxels in the graphcut and classifier tools to Region Adjacency Graph (RAG) by David Legland
- Added Stereology mode to count intersections of materials of the model with a grid lines (Menu->Tools->Stereology)
- Added watershed superpixels and supervoxels to the graphcut segmentation
- Added watershed superpixels to the Brush tool
- Added watershed superpixels/supervoxels to the superpixel classifier
- Added customization dialog for key shortcuts (File->Preference->Shortcuts)
- Added detection of LUTs for color channels when using the Bio-Formats reader
- minor fixes
Version 0.999 30.09.2015
- Added Maxflow/mincut semi-automatic segmentation (Menu->Tools->Watershed/Graphcut segmentation)
- Added Supervoxel/superpixel based classifier (Menu->Tools->Classifiers->Supervoxels classification)
- Added a mode for chopping and combining back large images (Menu->File->Chop images...)
- Added possibility to calculate multiple properties of objects in the Get Statistics... dialog (Menu->Models->Model Statistics...)
- Added rendering of measurements to snapshots
- Added modification of the adaptive coefficient for the brush with the supervoxels mode: while drawing use the mouse wheel to change the coefficient
- Added Undo for the Brush tool with superpixels, while selecting superpixels press the Ctrl+Z shortcut to undo selection of the last superpixel
- Added RegionGrowing mode to the Magic Wand tool
- Added Affine Transformation mode to the Alignment tool
- Added new methods to access the dataset: imageData.getData3D, imageData.getData4D, imageData.getData5D,
imageData.setData3D, imageData.setData4D, imageData.setData5D that replace old methods
imageData.getDataset and imageData.setDataset
- Added possibility to crop dataset based on detected 2D objects: Menu->Model Statistics...->Run->Select objects and press the right mouse button->Crop to a file/matlab...
- Modified syntax of the imageData.getDatasetDimensions method call
- Modified Make video dialog: now it is not modal; added back-and-forth option
- Preserve the current magnification during the orientation switch using the Alt+1, Alt+2 and Alt+3 shortcuts
Version 0.998 05.05.2015
- Added stand-alone version for Mac OS (tested with OS X Yosemite, ver. 10.10.3 and MATLAB R2014b)
- Added Measure Tool (Menu->Tools->Measure length->Measure tool)
- Added the superpixels mode for the brush tool
- Added possibility to crop dataset based on detected 3D objects: Menu->Model Statistics...->Run->Select objects and press the right mouse button->Crop to a file/matlab...
- Completely rewritten roiRegion class to perform faster in the R2014b and later
- Added possibility to change font name in the Menu->File->Preferences dialog
- Fixed many issues with Linux and MacOS compatibility
Version 0.997 24.03.2015
- Added highlighting of the current file, when switching the buffers
- Added names of series during opening of datasets using Bioformats
- Added morphological filters to the Mask Generators panel: imextendedmax, imextendedmin, imregionalmax, imregionalmin
- Added a context menu to the Pixel Information text of the Path panel for instant jump to desired position within the dataset
- Added a new dialog to define coordinates of the bounding box
- Update: colors of materials are stored with the ImageData class, now the colors are also saved together with the model
- Update: the LUT colors are stored in the imageData class
- Update: Bio-formats library is now bioformats_package.jar
- Update: Connection to Imaris
- Modified the Mask Generators panel
- Fixed opening of images with different XY and color channels using Bioformats
- Fixed generation of JPG snapshots for 16-bit images
- Fixed triggering of the key press callback during the pan mode
- Fixed dublicates of the brush cursor in some situations
Version 0.996 06.03.2015
- Adaptation to MATLAB R2014b
- Added CZI format to the list of extensions
- Added a custom input dialog
- Annotations and measure tools are available when the model/selection layers are turned off
- Updated to the new server for updates, at http://mib.helsinki.fi
- Multiple fixes in the mode when the model/selection layers are turned off
- Bug fixes
Version 0.995 14.01.2015
- Adaptation to MATLAB R2014b
- Added Smart Watershed to the segmentation tools (Segmentation panel->Selection type->Smart watershed); see also improved watershed tool
- Added number of morphological operations for images: Menu->Image->Morphological operations
- Added increase of the brush size by ~40% when starting the Erase mode (by holding the Control key)
- Added import/export images from Imaris : Menu->File->Import(Export)->Imaris (requires Imaris and ImarisXT)
- Added import images from URL link: Menu->File->Import->URL
- Added Annotations to the statistical filtering window. The right mouse button above the Statistics table starts a popup menu with access to annotations.
- Added Gradient 2D and Gradient 3D filters to the Image Filters panel
- Added tools for manipulation with the colormaps in the Preferences dialog
- Added rendering models with Imaris: Menu->Models->Render model...->Imaris
- Added calculation of the following properties for 3D objects: MajorAxisLength, SecondMajorAxisLength, MinorAxisLength, MeriodionalEccentricity, EquatorialEccentricity
- Added Zoom in/out using the Alt+Mouse wheel combination
- Many functions moved from im_browser.m to a separate files located in the GuiTools directory
- Improved rendering of large images using the 'nearest' resampling mode
- Updated and significantly improved the watershed tool
- Renamed the Mask/Model segmentation tool to Object Picker
- Fixed import of models with more colors than defined in MIB
- Fixed rotation of datasets with the Mask or Model layers
- Moved Top and Bottom hat filters to the morphological operations for images: Menu->Image->Morphological operations
List of changes during early-beta is not available