Releases: ITISFoundation/osparc-iseg
iSEG Open Source v1.2.2
iSEG Open Source v1.2.1
What's Changed
- merge fixes by @dyollb in #116
- Fix/forgiving hdf5 reader by @dyollb in #117
- fix macos build with clang 12.0 by @dyollb in #118
- Property widget by @dyollb in #119
- Improve "spherize", carve from outside function by @dyollb in #120
- add github action to build and test by @dyollb in #122
- Fix mask source, minor changes by @dyollb in #123
- Fix update progressinfo from thread by @dyollb in #124
- Kill qt3 by @dyollb in #126
- Extend cli for import by @mguidon in #127
- Add documentation for docker builds by @mguidon in #128
Full Changelog: v1.2...v1.2.1
iSEG Open Source v1.2
This update release of iSeg includes several new tools, features and bug fixes, e.g.
- new tools for "cleaning" a segmentation
- e.g. topological fixes (genus zero, manifold),
- "supplant tissue", which remove a tissue by evenly distributing it to adjacent tissues
- split tissue, to find disconnected regions
- set random colors to selection
- add guide to OLC brush, to show outline of segmentation in different slice
- new/improved import surface/lines feature, allowing to use external CAD/modeling tool to enrich/modify segmentation
- improvements to morphological operators, fix behavior for non-uniform voxel spacing
- import of color images (e.g. Visible Human color image stack) with colors lookup table
- improvements to surface viewer (show disconnected regions, show coarse surface)
- update thirdparty libraries for improved performance (TBB parallelization): ITK 5.0 and VTK 8.2
- various bug fixes, e.g.
- fixed incorrect slice order in Dicom import
- ensure transforms attached to image data are preserved, so models are positioned in the original "world coordinate system"
New Contributors
- @cristarta made their first contribution in #73
- @benja263 made their first contribution in #71
Full Changelog: v1.1...v1.2
iSEG Open Source v1.1
This update release of iSeg includes several new tools and features, such as
- multi-selection support in tissue explorer
- fast surface visualization of selected tissues/target, for inspection
- improved interpolation
- improvements and fixes to OLC tool
- performance improvements
- support for color images, e.g. cryosections
- bug fixes (Merge Projects, Image Transform editor, radius units in OLC tool, ..)
Full Changelog: v1.0...v1.1
iSEG Open Source v1.0
Description
The Medical Image Segmentation Tool Set (iSEG) is a fully integrated segmentation (including pre- and postprocessing) toolbox for the efficient, fast, and flexible generation of anatomical models from various types of imaging data. iSEG includes a variety of semi-automatic segmentation methods. The key strengths of iSEG are a) a powerful set of tools for manual segmentation (correction), b) support for massive image sizes, c) suport for segmenting complex models with a large number of tissues. iSEG features a plugin mechanism, which allows users to easily extend the application with custom widgets. The development of iSEG has been driven by the Virtual Population project at the IT'IS Foundation, due to a lack of alternatives amongst open source and commercial tools.
Installation instructions
- Download the zipped binaries
- Extract the zip file to a desired location
- Execute iSEG by executing iSeg.exe file
Release notes
- Initial open sourcing of iSEG source code