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

Method run

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

Source from the content-addressed store, hash-verified

121 self._roiname = None
122
123 def run(self):
124 """"""
125 # summarize features for each roi in the slide (one row per roi)
126 features = self._load_or_extract_collagen_features_for_all_rois()
127 # summary of roi features .. whole slide is one row now
128 self._summarize_collagen_features_for_slide(features)
129
130 # HELPERS -----------------------------------------------------------------
131

Tested by

no test coverage detected