MCPcopy Create free account
hub / github.com/PathologyDataScience/HiPS / run

Method run

hips/SlideFeatureExtractor.py:741–744  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

739 self._tile_size = 2048
740
741 def run(self):
742 """"""
743 object_feats = self.load_or_extract_features_per_region_object()
744 self.summarize_region_features_for_slide(object_feats)
745
746 @collect_errors()
747 def summarize_region_features_for_slide(self, object_feats: DataFrame):

Callers 1

Tested by

no test coverage detected