Page MenuHomePhabricator

Extend ImageStatistics with capability to handle multi-label image masks
Closed, WontfixPublic

Description

The class ImageStatistics can currently extract statistics from grayscale images after applying a binary image mask.

This should be extended to allow for multi-label image masks: statistics should be generated for each label in the masking image. The user of the class should then be able to retrieve statistics and histogram information for specific labels, or for all labels.

The interface of the module should be backwards compatible, i.e. calling "GetStatistics()" and "GetHistogram()" in the same way as before should still produce the same results.

Event Timeline

[f9e3b9]: Merge branch 'bug-11909-extend-image-statistics-for-multi-label-masks'

Merged commits:

2012-05-15 16:58:57 Markus Engel [2b67ef]
added multilabel support to imagestatistics

kislinsk claimed this task.
kislinsk added a subscriber: kislinsk.
This task was automatically closed because it wasn't updated at least since July 2016 (over 2 years). Please re-open this task if you think that it is still relevant. This most probably means that you will resolve it.