Skip to content

v1.0.2 - for QuPath 0.5.+

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Aug 08:24
· 11 commits to master since this release

Version v1.0.2

Enhancements

  • ChannelDetections config now supports applying a PartialClassifier (name: "ALL") that resets any previous applied classification.
  • BoundingBox.contains() method added.
  • if a new detection container is added and it intersects with any previous ones, it updates the old detection with the new ones.
  • documentation update

Bugs fixed

  • fixed a bug where ChannelDetection constructor would fail when no prior containers was found.