Published May 19, 2022
| Version v1.2
Software
Open
ITISFoundation/osparc-iseg: iSEG Open Source v1.2
Authors/Creators
- 1. @ITISFoundation
- 2. IT'IS Foundation
Description
What's Changed
- fix some errors which occur in some versions of clang by @dyollb in https://github.com/ITISFoundation/osparc-iseg/pull/61
- Feature/add travis recipe by @dyollb in https://github.com/ITISFoundation/osparc-iseg/pull/62
- Feature/split tissue by @dyollb in https://github.com/ITISFoundation/osparc-iseg/pull/63
- WIP: fix hanging ui elements by @dyollb in https://github.com/ITISFoundation/osparc-iseg/pull/64
- attempt to add travis linux build by @dyollb in https://github.com/ITISFoundation/osparc-iseg/pull/65
- add function to jump to next silce where target is non zero by @dyollb in https://github.com/ITISFoundation/osparc-iseg/pull/67
- revert travis script by @dyollb in https://github.com/ITISFoundation/osparc-iseg/pull/66
- improve split disconnected tissues by @dyollb in https://github.com/ITISFoundation/osparc-iseg/pull/68
- avoid auto-update for 3d changes to tissue data (triggered also e.g. … by @dyollb in https://github.com/ITISFoundation/osparc-iseg/pull/69
- if VTK version < 8.2, use local copy of flying edges by @dyollb in https://github.com/ITISFoundation/osparc-iseg/pull/70
- add Eigen3 as thirdparty by @dyollb in https://github.com/ITISFoundation/osparc-iseg/pull/72
- Update CompilingWindows.md by @cristarta in https://github.com/ITISFoundation/osparc-iseg/pull/73
- added root tracer plugin by @benja263 in https://github.com/ITISFoundation/osparc-iseg/pull/71
- Feature/move kalman filter to separate plugin by @dyollb in https://github.com/ITISFoundation/osparc-iseg/pull/74
- Feature/smooth tissues by @dyollb in https://github.com/ITISFoundation/osparc-iseg/pull/75
- make buttons lighter grey when toggled by @dyollb in https://github.com/ITISFoundation/osparc-iseg/pull/76
- move parameters of Kalman tracer to scrollable area by @dyollb in https://github.com/ITISFoundation/osparc-iseg/pull/77
- style fixes by @dyollb in https://github.com/ITISFoundation/osparc-iseg/pull/78
- Feature/improve olc ui by @dyollb in https://github.com/ITISFoundation/osparc-iseg/pull/79
- target/tissue mode was not loaded/restored from last use by @dyollb in https://github.com/ITISFoundation/osparc-iseg/pull/82
- Feature/multidataset resample to current by @dyollb in https://github.com/ITISFoundation/osparc-iseg/pull/83
- implement voxeling of polylines (import via "Import Surface/Lines") by @dyollb in https://github.com/ITISFoundation/osparc-iseg/pull/84
- fix: the wrapToITK was not setting buffered region correctly by @dyollb in https://github.com/ITISFoundation/osparc-iseg/pull/87
- add option to split actives slices into batches to reduce memory by @dyollb in https://github.com/ITISFoundation/osparc-iseg/pull/88
- option "true 3D" for morpho tool by @dyollb in https://github.com/ITISFoundation/osparc-iseg/pull/90
- add export lines button and function by @dyollb in https://github.com/ITISFoundation/osparc-iseg/pull/91
- WIP: remove qt3support by @dyollb in https://github.com/ITISFoundation/osparc-iseg/pull/81
- add progress feedback to morpho widget by @dyollb in https://github.com/ITISFoundation/osparc-iseg/pull/93
- get connected regions surface in viewer, colorize with random colors by @dyollb in https://github.com/ITISFoundation/osparc-iseg/pull/94
- use proper marks from surface viewer by @dyollb in https://github.com/ITISFoundation/osparc-iseg/pull/95
- fix broken shortcuts(page up/down for moving between slices) by @dyollb in https://github.com/ITISFoundation/osparc-iseg/pull/96
- multidataset does not trigger update for target (=work) by @dyollb in https://github.com/ITISFoundation/osparc-iseg/pull/97
- Various improvements by @dyollb in https://github.com/ITISFoundation/osparc-iseg/pull/98
- upgrade travis to use itk v5.0 by @dyollb in https://github.com/ITISFoundation/osparc-iseg/pull/99
- fix: new implementation of the threshold widget was calling threshold… by @dyollb in https://github.com/ITISFoundation/osparc-iseg/pull/101
- Add density threshold operation by @dyollb in https://github.com/ITISFoundation/osparc-iseg/pull/102
- add option to mirror image stack by @dyollb in https://github.com/ITISFoundation/osparc-iseg/pull/103
- add checkbox to enable/disable brush in interpolation widget by @dyollb in https://github.com/ITISFoundation/osparc-iseg/pull/104
- Fix rtstruct importer 2 by @dyollb in https://github.com/ITISFoundation/osparc-iseg/pull/105
- reduce build time for travis builds by @dyollb in https://github.com/ITISFoundation/osparc-iseg/pull/106
- WIP: update for ITK v5.0 by @dyollb in https://github.com/ITISFoundation/osparc-iseg/pull/100
- Feature/mask source by @dyollb in https://github.com/ITISFoundation/osparc-iseg/pull/107
- Feature/recent places by @dyollb in https://github.com/ITISFoundation/osparc-iseg/pull/108
- remove local copy of FlyingEdges code, since we assume min. VTK v8.2 by @dyollb in https://github.com/ITISFoundation/osparc-iseg/pull/109
- WIP: cleanup export by @dyollb in https://github.com/ITISFoundation/osparc-iseg/pull/110
- fix: on Windows RecentPlaces was returning file path without extension by @dyollb in https://github.com/ITISFoundation/osparc-iseg/pull/111
- fix bugs from recentplaces refactoring by @dyollb in https://github.com/ITISFoundation/osparc-iseg/pull/112
- fix: when opening dicom files they were not sorted by z-position by @dyollb in https://github.com/ITISFoundation/osparc-iseg/pull/113
- add topological simplification of voxel set = "spherize" by @dyollb in https://github.com/ITISFoundation/osparc-iseg/pull/114
- Feature/topology fix manifold by @dyollb in https://github.com/ITISFoundation/osparc-iseg/pull/115
- @cristarta made their first contribution in https://github.com/ITISFoundation/osparc-iseg/pull/73
- @benja263 made their first contribution in https://github.com/ITISFoundation/osparc-iseg/pull/71
Full Changelog: https://github.com/ITISFoundation/osparc-iseg/compare/v1.1...v1.2
Files
ITISFoundation/osparc-iseg-v1.2.zip
Files
(3.8 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:ae2888cc75b5dc1fb07e5a61c0467892
|
3.8 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/ITISFoundation/osparc-iseg/tree/v1.2 (URL)