Skip to content

0.12.0

Pre-release
Pre-release

Choose a tag to compare

@haesleinhuepf haesleinhuepf released this 28 Dec 13:53
· 21 commits to main since this release
e5463dc

New features

  • The ObjectSelector, based on the ObjectClassifier for selecting objects of a given class. It produces an instance segmentation label image.
  • The ObjectMerger has new options for features:
    • centroid_distance,
    • mean_intensity_difference,
    • standard_deviation_intensity_difference,
    • area_difference,
    • mean_max_distance_to_centroid_ratio_difference

Potentially backwards breaking changes

  • Internal refactoring in ObjectClassifier and TableRowClassifier may have caused backwards-compatibility breaking changes. This is not intentional. In case anyone experiences trouble, please create a github-issue and we'll fix it.