TIAToolbox 0.6.0
Pre-release
Pre-release
Major and Feature Improvements
- Add
TissueMaskerclass to allow tissue masking usingOtsuandMorphologicalprocessing. - Add helper/convenience method to WSIReader(s) to produce a mask. Add reader object to allow reading a mask conveniently as if it were a WSI i.e., use same location and resolution to read tissue area and mask area.
- Add
PointsPatchExtractorreturns patches that can be used by classification models. Takescsv,jsonorpd.DataFrameand returns patches corresponding to each pixel location. - Add feature
FixedWindowPatchExtractorto run sliding window deep learning algorithms. - Add example notebooks for patch extraction and tissue masking.
- Update readme with improved instructions to use the toolbox. Make the README file somewhat more comprehensible to beginners, particularly those with not much background or experience.
Changes to API
tiatoolbox.dataloaderreplaced bytiatoolbox.wsicore
Bug Fixes and Other Changes
- Minor bug fixes
Development-related changes
- Improve unit test coverage.
- Move test data to tiatoolbox server.