Morphology
Compare changes
- Kimberly Isobel Meechan authored
@@ -52,6 +52,8 @@ def filter_table_from_mapping(table, mapping_path):
@@ -112,8 +114,8 @@ def morphology_row_features(mask, scale):
@@ -121,7 +123,30 @@ def intensity_row_features(raw, mask):
@@ -139,11 +164,55 @@ def texture_row_features(raw, mask):
@@ -163,7 +232,9 @@ def morphology_features_for_label_range(table, ds, ds_raw,
@@ -174,13 +245,50 @@ def morphology_features_for_label_range(table, ds, ds_raw,
@@ -190,6 +298,16 @@ def compute_morphology_features(table, segmentation_path, raw_path,
@@ -197,25 +315,54 @@ def compute_morphology_features(table, segmentation_path, raw_path,
@@ -246,6 +393,8 @@ def morphology_impl(segmentation_path, raw_path, table, mapping_path,
@@ -261,6 +410,17 @@ def morphology_impl(segmentation_path, raw_path, table, mapping_path,
@@ -274,9 +434,14 @@ def morphology_impl(segmentation_path, raw_path, table, mapping_path,