Table of content
New Features
- IPSDK Explorer is now provided with IPSDK
New Low Level features
New C++ features
New Python features
- Possibility to export asynchronous wrappers to request cancellation and wait for completion. However, they still need to be implemented in C++
Behavior modifications
Modified Algorithms
Modified Shape Measures
Modified Low Level features
Modified C++ features
- New C++ and Python wrappers allowing to call asynchronous calculation (for advanced users only!). The wrappers return a processor data structurre, which can be interrupted and it is possible to retrieve the processor result by calling the getAsyncProcessorOutput function.
- Possibility to save a Shape3dColl into a STL file.
- Possibility to read IM6 image format.
Bug Fixes
Algorithms Bug Fixes
Low Level Bug Fixes
C++ Bug Fixes
| Library | Feature | Comments |
| IPSDKImageFile library | loadTiffImageFiles | Correction when reading an image volume or sequence from several files |
Embedded applications
IPSDK Explorer
Addition of a new application allowing to launch Explorer's python script. Some functionalities of IPSDK Explorer are:
- Possibility to save 3D shapes to STL format
- Thresholding real images with values lower than 1
- Tooltips
- Open DigiXCT with the current image
- Infoset displayed on the image
- Graphic chart changd
- Machine learning module
- Button "Stop" added
- New functions